summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/filesystems/zfs.nix
AgeCommit message (Expand)Author
2019-06-06zfs: 0.7.13 -> 0.8.0Jörg Thalheim
2019-01-14nixos/zfs: autoscrub only after boot is completeLinus Heckemann
2018-10-16Hide useless errors when waiting for zpool to be readyAndrew Dunham
2018-08-14linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13Jörg Thalheim
2018-08-13zfsLegacyCrypto: removeJörg Thalheim
2018-07-20[bot]: remove unreferenced codevolth
2018-07-02zfs: Improve import handlingSvein Ove Aas
2018-06-28nixos/zfs: load encryption keys for all pools (#41846)Frank Doepper
2018-06-15nixos/zfs: mount AFTER importFrank Doepper
2018-06-13nixos/zfs: enable zfs servicesFrank Doepper
2018-06-09zfs: Fix "zfs-sync" for modern systemdSvein Ove Aas
2018-04-14lxd: 2.16 -> 3.0.0Jörg Thalheim
2018-04-11zfs.autoSnapshot: make `frequent` run every 15 minsBenjamin Andresen
2018-02-08nixos/zfs: fix typo in enableLegacyCrypto descriptionJörg Thalheim
2018-02-07zfs: add migration path for new crypto formatsjau
2017-12-20nixos: zfs: correct the networking.hostId error messageGraham Christensen
2017-09-26nixos/zfs: import encrypted datasets by default for zfsUnstableJörg Thalheim
2017-09-15zfsUnstable: init at 2017-09-12Jörg Thalheim
2017-07-27zfs, spl: 0.6.5.11 -> 0.7.0Robin Gloster
2017-05-07zfs: zed service is now called zfs-zedJörg Thalheim
2017-03-21nixos/treewide: systemd.time is in manvolume 7Franz Pletz
2017-03-17nixos/treewide: remove boolean examples for optionsFranz Pletz
2017-03-02zfs.autoScrub service: initFranz Pletz
2017-01-05zfs: add unstable variantJörg Thalheim
2016-08-23nixos: generalize copy-paste from stage-1 and zfs to utilsJan Malakhovski
2016-08-23nixos: apply toposort to fileSystems to support bind and move mountsJan Malakhovski
2016-08-18zfs: print the output of the zpool command (if any) when it succeedsRicardo M. Correia
2016-08-16zfs: Keep trying root import until it worksSvein Ove Aas
2016-07-21Merge pull request #6846 from wizeman/u/zfs-auto-snap-flagsRok Garbas
2016-07-19zfs: Force sync on shutdown (#16903)Svein Ove Aas
2016-04-15zfs: Update devNodes descriptionSvein Ove Aas
2015-12-23zfs:Change default for -d to /dev/disk/by-idSvein Ove Aas
2015-12-23zfs:Add zfs.devNodes option for zpool import -dSvein Ove Aas
2015-12-12zfs:Always import from /dev/disk/by-idSvein Ove Aas
2015-09-29Remove zfs-git and spl-gitEelco Dolstra
2015-03-28nixos/initrd: Generic library copyingWilliam A. Kennington III
2015-03-20nixos/zfs: Refactor auto-snapshots and make them persistentRicardo M. Correia
2015-03-20nixos/zfs: Keep zero-sized auto snapshots by defaultRicardo M. Correia
2015-03-19nixos/zfs: Don't default to git version for kernels >= 3.19Ricardo M. Correia
2015-02-11nixos/zfs: Use the git version for kernels unsupported by 0.6.3William A. Kennington III
2015-02-07nixos/zfs: Fix references to zfs packages now that they are splitWilliam A. Kennington III
2014-11-12nixos: Add system-wide option to set the hostidRicardo M. Correia
2014-11-12nixos/zfs: Improve the ZFS boot processRicardo M. Correia
2014-11-12zfs: Enable systemdRicardo M. Correia
2014-10-11zfs: zpool-import service must be wanted to startWilliam A. Kennington III
2014-09-02Revert "Revert "Merge pull request #2449 from wkennington/master.grub""William A. Kennington III
2014-08-31Revert "Merge pull request #2449 from wkennington/master.grub"Michael Raskin
2014-08-28Enable grub zfsSupport if zfs is built into the initrdWilliam A. Kennington III
2014-04-23spl, zfs: Add git versions, based on recent commitsRicardo M. Correia
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra