summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
Commit message (Collapse)AuthorAge
* zfs: 0.8.2 -> 0.8.3sjau2020-01-24
|
* Merge pull request #70240 from woffs/pr-etc-zpool.dJörg Thalheim2019-10-15
|\ | | | | nixos module zfs: provide /etc/zfs/zpool.d
| * zfs: fix PATH for zpool.d scriptsFrank Doepper2019-10-04
| |
* | treewide: update some homepage URLsRobin Gloster2019-10-12
|/ | | | Updated dead or redirecting URLs on packages maintained by me.
* zfsUnstable: drop build patchesJörg Thalheim2019-09-28
|
* zfs: 0.8.1 -> 0.8.2Svein Ove Aas2019-09-27
|
* Revert "zfs: Incompatibility with kernel 5.3"Tim Steinbach2019-09-20
| | | | | | | This reverts commit 7cff0bc3eedb909d62d1dad79e71b37285fd9271. The assertion is eagerly evaluated and prevents builds for kernels that do not even use zfs
* zfs: Incompatibility with kernel 5.3Tim Steinbach2019-09-20
| | | | | Enable the warning that ZFS is currently incompatible with 5.3 kernels
* treewide: remove redundant recvolth2019-08-28
|
* zfs: fix cross compilationBen Wolsieffer2019-07-22
|
* Merge pull request #63081 from caadar/masterMatthew Bauer2019-06-20
|\ | | | | Improve ZFS Bash completions user expirience
| * Add ZFS completions/zpoolcaadar2019-06-14
| |
* | Merge pull request #63171 from Mic92/zfsFranz Pletz2019-06-17
|\ \ | | | | | | zfs: 0.8.0 -> 0.8.1
| * | zfsUnstable: 0.8.0 -> 0.8.1Jörg Thalheim2019-06-15
| | |
| * | zfs: 0.8.0 -> 0.8.1Jörg Thalheim2019-06-15
| |/
* / treewide: remove unused variables (#63177)volth2019-06-16
|/ | | | | | * treewide: remove unused variables * making ofborg happy
* zfs: fix install completionsMario Rodas2019-06-12
|
* Add Bash completions for ZFS. (#62986)caadar2019-06-12
| | | | | | * Add Bash completions for ZFS. * Load completions on demand only.
* zfs: 0.7.13 -> 0.8.0Jörg Thalheim2019-06-06
| | | | | | | Same as zfsUnstable for the moment. We still keep the zfsUnstable expression as we likely need it in the near future again. Also remove spl since it is no longer needed.
* zfsUnstable: 0.8.0-rc5 -> 0.8.0Ivan Jager2019-05-23
| | | | | Technically, this is a stable release, but it seems prudent to test as zfsUnstable before upgrading zfsStable.
* zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5Izorkin2019-05-10
|
* zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4adisbladis2019-04-17
|
* zfs: 0.7.12 -> 0.7.13Jörg Thalheim2019-03-05
| | | | (cherry picked from commit b57080d34136fd8dcc49632696ceb5ed1ff73326)
* Merge pull request #54258 from aij/zfsJörg Thalheim2019-01-30
|\ | | | | zfsUnstable: 0.8.0-rc2 -> 0.8.0-rc3
| * zfsUnstable: Fetch source by tag and patch by hash.Ivan Jager2019-01-19
| |
| * zfsUnstable: 0.8.0-rc2 -> 0.8.0-rc3Ivan Jager2019-01-17
| |
* | treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | | | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* | zfs: mark as broken on 4.20Jörg Thalheim2019-01-18
|/
* zfs: switch to python3Jörg Thalheim2018-12-11
|
* linuxPackages.{spl,zfs}: 0.7.11 -> 0.7.12Robert Schütz2018-11-18
|
* zfsUnstable: 0.8.0-rc1 -> 0.8.0-rc2Ivan Jager2018-11-14
|
* zfs{Stable,Unstable}: mark as incompatible with 4.19Jörg Thalheim2018-10-29
|
* zfs-unstable: 2018-09-02 -> 0.8.0-rc1 (#46543)Lenz Weber2018-09-15
|
* spl/zfs: 0.7.10 -> 0.7.11Clemens Fruhwirth2018-09-15
|
* spl/zfs: 0.7.9 -> 0.7.10Clemens Fruhwirth2018-09-09
|
* zfs-unstable: 64e9696 -> c197a77Lenz Weber2018-09-04
|
* zfsUnstable: compatible with 4.18 againJörg Thalheim2018-08-14
|
* Merge pull request #45012 from Mic92/zfsJörg Thalheim2018-08-14
|\ | | | | linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13
| * linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13Jörg Thalheim2018-08-14
| | | | | | | | spl was merged into zfs master
* | zfs: unsupported for 4.18Tim Steinbach2018-08-13
|/
* zfsLegacyCrypto: removeJörg Thalheim2018-08-13
| | | | | This package was only mandatory for migration for people on zfsUnstable in nixos unstable.
* [bot] treewide: remove unused 'args@' in lambdasvolth2018-07-20
|
* Disable fortify and stackprotector hardening for spl/zfs.Clemens Fruhwirth2018-06-25
| | | | | | | | | Linux 4.16 introduces a stackprotector detection script that returns different results for the kernel compilation run and the spl/zfs compilation run, as the setting for hardening are different. This results in a broken ABI between spl/zfs and the compiled kernel, breaking ZFS. Also disabling the fortify and stackprotector hardening, as we do for the kernel, fixes that.
* zfs: fix substitution of /bin/rm (#41930)Frank Doepper2018-06-13
|
* nixos/zfs: fix vdev_id PATHFrank Doepper2018-06-11
| | | | closes #41602
* spl, zfs: 0.7.8 -> 0.7.9, unstable to latest (#41093)Ben Wolsieffer2018-05-28
|
* zfs: mark as broken for 4.16Jörg Thalheim2018-04-22
|
* zfs: patch exportfs path for sharenfs functionalityRichard Marko2018-04-18
|
* zfsUnstable: fix buildJörg Thalheim2018-04-13
| | | | fixes #38859
* Merge branch 'master' into stagingRobert Schütz2018-04-10
|\