summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
Commit message (Collapse)AuthorAge
* 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
|\
| * linuxPackages.{zfs,spl}{Stable,Unstable}: 0.7.7 -> 0.7.8; 2018-04-04 -> ↵Jörg Thalheim2018-04-10
| | | | | | | | 2018-04-10
* | Merge master into stagingFrederik Rietdijk2018-04-09
|\|
| * zfsLegacyCrypto: set incompatibleKernelVersion to 4.16Jörg Thalheim2018-04-08
| |
* | Merge master into stagingFrederik Rietdijk2018-04-08
|\|
| * zfsUnstable: fix evaluation of error messageJörg Thalheim2018-04-06
| |
| * zfsUnstable: mark correct zfs version as incompatibleJörg Thalheim2018-04-06
| |
| * zfsUnstable: mark linux 4.16 as brokenJörg Thalheim2018-04-06
| |
* | Merge master into stagingFrederik Rietdijk2018-04-04
|\|
| * linuxPackages.zfsUnstable: 2018-02-02 -> 2018-04-04Jörg Thalheim2018-04-04
| |
* | zfs: fix hardcoded include path for libtirpcWill Dietz2018-03-25
| |
* | zfs: libtirpc dep on muslWill Dietz2018-03-25
|/
* zfs, spl: 0.7.6 -> 0.7.7Franz Pletz2018-03-22
| | | | | | Remove spl patch that was introduced for grsecurity which we don't support anymore. ZFS now needs perl for some scripts that are call in the configure script.
* zfs, spl: 0.7.5 -> 0.7.6Will Dietz2018-02-07
| | | | | Fixes compat with 4.15 (cc #34459)
* zfs: add migration path for new crypto formatsjau2018-02-07
| | | | fixes #34559
* zfsUnstable: 2017-12-28 - 2018-01-10adisbladis2018-01-10
|
* zfsUnstable: 2017-11-16 -> 2017-12-28adisbladis2017-12-30
|
* zfs: 0.7.4 -> 0.7.5adisbladis2017-12-30
|
* linuxPackages.spl: eval, 84d8ef6e2fc869b5405a9a2590d848283a48a10bYegor Timoshenko2017-12-30
| | | | Second attempt.
* linuxPackages.zfs: use correct kernel module build flagFranz Pletz2017-12-29
| | | | | | | In this expression the boolean flags `buildUser` and `buildKernel` determine if either userspace tools or the kernel module is being built. cc #33166
* kernel 4.14 require libelf to compile modules.David Guibert2017-12-29
| | | | | | | | | | [...] make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop. This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places. [dezgeg did some minor tweaks on top]
* zfs: 0.7.3 -> 0.7.4Clemens Fruhwirth2017-12-13
|
* tree-wide: fix either check-meta or meta attrs of all the packages I evaluateJan Malakhovski2017-12-05
|
* zfsUnstable: 2017-11-12 -> 2017-11-16adisbladis2017-11-16
|
* zfsUnstable: 2017-10-16 -> 2017-11-12sjau2017-11-13
|
* zfs: 0.7.2 -> 0.7.3Franz Pletz2017-11-03
| | | | Bugfix release.
* zfsUnstable: 2017-09-26 -> 2017-10-16Joerg Thalheim2017-10-19
|
* Merge branch 'master' into stagingVladimír Čunát2017-10-07
|\ | | | | | | Hydra: ?compare=1399476
| * zfs, spl: 0.7.1 -> 0.7.2Franz Pletz2017-10-07
| |
* | Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\|
| * {zfsUnstable,splUnstable}: 2017-09-12 -> 2017-09-26Joerg Thalheim2017-09-26
| |
* | treewide: Manually fix miscategorized `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | These are the ones with odd indentation my script will mess up on.