summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
Commit message (Collapse)AuthorAge
* zfsUnstable: 2.1.0-rc8 -> 2.1.0Jonathan Ringer2021-07-02
|
* zfs: 2.0.5 -> 2.1.0Jonathan Ringer2021-07-02
|
* zfsUnstable: 2.1.0-rc7 -> 2.1.0-rc8TredwellGit2021-06-30
| | | | https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc8
* zfs: 2.0.4 -> 2.0.5Robert Schütz2021-06-24
| | | | https://github.com/openzfs/zfs/releases/tag/zfs-2.0.5
* Merge pull request #92378 from jnetod/zfs-smb-share-fixJörg Thalheim2021-06-21
|\ | | | | zfs: patch client path used in smb share
| * zfs: patch client path used in smb sharejnetod2021-06-08
| | | | | | | | | | | | | | | | | | | | fix zfs smb share integration before: # zfs share tank/smb_share cannot share tank/smb_share: smb add share failed now works as intended.
* | zfsUnstable: 2.1.0-rc6 -> 2.1.0-rc7TredwellGit2021-06-11
|/ | | | https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc7
* zfsUnstable: 2.1.0-rc5 -> 2.1.0-rc6TredwellGit2021-05-30
| | | | https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc6
* zfsUnstable: 2.1.0-rc4 -> 2.1.0-rc5fortuneteller2k2021-05-11
|
* zfs: remove trace outputHenri Menke2021-05-10
| | | | | | | We cannot have trace output if the package is marked broken, because ofborg will consider the evaluation failed if there is any output. Hence if there is any unsupported kernel version in nixpkgs, the trace will show up and ofborg will complain.
* zfsUnstable: 2.1.0-rc3 -> 2.1.0-rc4Henri Menke2021-04-23
|
* zfsUnstable: 2.0.4 -> 2.1.0-rc3Henri Menke2021-04-21
| | | | | | | | | | | | | | | | | | | | | | In https://github.com/openzfs/zfs/commit/658fb802 OpenZFS introduced a new compatibility feature. This is accompanied by some default profiles which are located in the $out output of the Nix derivation. However, these compatibility profiles are used by both the zpool executable located in $out and the libzfs library located in $lib. This inadvertently creates a cycle, because zpool refers to $lib to link against libzfs but libzfs refers back to $out for the compatibility profiles. There are two possible routes to rectify this problem: 1. Patch the zpool source code to not read the compatibility profiles and adjust the build system to put them into the $lib output. 2. Simply remove the $out/$lib split. Since no other derivation in nixpkgs refers to the $lib output explicitly we opt for the latter, because this is also in accordance with upstream.
* zfs: 2.0.3 -> 2.0.4Henri Menke2021-03-10
|
* zfs: remove unused inputSandro Jäckel2021-02-18
|
* zfs: Enable 2.0.3 for kernel 5.11Tim Steinbach2021-02-17
|
* zfs: 2.0.2 -> 2.0.3Henri Menke2021-02-14
|
* zfs: disable smartmontools mail functionalityCole Helbling2021-02-06
|
* zfs: Add test referencesTim Steinbach2021-02-04
|
* zfs: 2.0.1 -> 2.0.2Henri Menke2021-02-03
|
* Revert "zfs: 2.0.1 -> 2.0.2"Tim Steinbach2021-02-01
| | | | This reverts commit e347e96601032ac64baf0bc7b482697ea9b5a119.
* zfs: 2.0.1 -> 2.0.2Henri Menke2021-02-01
|
* zfs: fix zfs legacy mountPhilipp Mildenberger2021-01-31
| | | | Closes #110376
* zfs: use meta.broken instead of throw when incompatible with kernelAtemu2021-01-21
| | | | | | | | | `throw` aborts eval when the package is touched in inappropriate places. See https://github.com/NixOS/nixpkgs/issues/109001 for an adverse instance of that. ZFS now behaves like a regular broken package when it's, you know, broken. It also still prints the helpful incompatibility notice when fully evaluated.
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* zfs: 2.0.0 -> 2.0.1Atemu2021-01-07
| | | | RT patch is included in this release
* linuxPackages.zfs: use autoconf 2.69Alyssa Ross2020-12-17
| | | | | | | I bring in autoreconfHook269 instead of overriding it in all-packages.nix, so that when an unstable version of ZFS comes out that supports autoconf 2.70, it can use the latest autoconf even if stable ZFS still needs the old version.
* zfs: fix build with linux-rtOrivej Desh2020-12-10
|
* zfs: add new maintainers, update homepageJonathan Ringer2020-12-01
|
* zfs: 0.8.5 -> 2.0.0Jonathan Ringer2020-11-30
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* zfsUnstable: 2.0.0-rc5 -> 2.0.0-rc6Jonathan Ringer2020-11-13
|
* zfs: extend zpool scripts with :$PATH, remove sudoGraham Christensen2020-11-10
| | | | | | | sudo the package is not suid, so remove it from the PATH. Extend PATH with $PATH to fetch sudo from the outer PATH. Move the generation of `path` in to Nix, so the sed expression can use single quotes, which prevents $PATH being interpolated at build-time.
* zfsUnstable: 2.0.0-rc4 -> 2.0.0-rc5Jonathan Ringer2020-11-05
|
* zfsUnstable: 2.0.0-rc3 -> 2.0.0-rc4Henri Menke2020-10-19
|
* zfs: 0.8.4 -> 0.8.5Henri Menke2020-10-19
|
* Merge staging-next into stagingFrederik Rietdijk2020-10-06
|\
| * zfsUnstable: 2.0.0-rc2 -> 2.0.0-rc3Henri Menke2020-10-02
| |
| * zfsUnstable: 2.0.0-rc1 -> 2.0.0-rc2Henri Menke2020-09-30
| |
* | zfs: fix build w/gibc-2.32Maximilian Bosch2020-09-12
|/
* zfsUnstable: 0.8.4 -> 2.0.0-rc1Henri Menke2020-08-27
|
* Backport zfs 5.8 compaitibility patch to zfs 0.8.4rtreffer2020-07-31
| | | | | | | | Adding this patch makes zfs compile against 5.8-rc7 kernels. Upstream PR: https://github.com/openzfs/zfs/pull/10422 Modifications: - spl_kvmalloc does not exists in zfs 0.8.4 - related code was dropped.
* zfs: 0.8.3 -> 0.8.4adisbladis2020-05-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge pull request #84129 from Infinisil/removing-python-from-grubSilvan Mosberger2020-04-08
|\ | | | | Support removing python from zfs/grub closure
| * zfs: Add enablePython argumentSilvan Mosberger2020-04-08
| | | | | | | | Reduces closure size with it disabled from 236.0M to 176.7M
* | zfs: fix build against 5.6Jörg Thalheim2020-04-07
|/
* 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
| |