summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* initramfs: use `mount.zfs` instead of `mount`Damian Szuberski2022-04-111-3/+3
* tests: clean out more temporary filesнаб2022-04-011-0/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* contrib/dracut: README: note rootfstype=zfsнаб2022-03-031-0/+2
* contrib/dracut: zfs-lib: export_all: replace with inline zpool export -aнаб2022-03-033-20/+2
* contrib/dracut: export-zfs: simplifyнаб2022-03-031-10/+4
* Default to ON for compressionRich Ercolani2022-03-031-1/+2
* dracut: skip zfsexpandknoweldge when zfs_devs is present in dracutSavyasachee Jha2022-02-281-0/+6
* userspace: mark arguments usedнаб2022-02-181-0/+1
* Multiple dracut module install script cleanupsSavyasachee Jha2022-02-161-61/+40
* Remove absolute paths to udev rules and binaries for dracutSavyasachee Jha2022-02-161-12/+5
* Make dracut fail if essential files cannot be installedSavyasachee Jha2022-02-161-10/+30
* Make better use of dracut functions when building initramfsSavyasachee Jha2022-02-161-53/+24
* contrib: rename initrd READMEs to README.mdнаб2022-02-114-3/+2
* contrib: dracut: zfs-{rollback,snapshot}-bootfs: don't shell for testнаб2022-02-112-2/+2
* dracut: README: rewriteнаб2022-02-111-225/+46
* Add `--enable=all` to ShellCheck by defaultDamian Szuberski2022-02-079-9/+0
* Removed Python 2 and Python 3.5- supportDamian Szuberski2022-01-131-5/+4
* libfetch: unquote @LIBFETCH_SONAME@ substнаб2022-01-062-4/+4
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-1/+1
* contrib/initrd hooks: properly quote @LIBFETCH_SONAME@наб2021-12-212-4/+4
* contrib/pam_zfs_key: fix unused, remove argsusedнаб2021-12-211-0/+9
* contrib/initrd: systemd-ask-password --no-tty before argumentнаб2021-12-172-2/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+1
* contrib/bash_completion.d: fix error spew from __zfs_match_snapshot()наб2021-12-071-1/+1
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-14/+24
* Pass `--enable=all` to shellcheck within contrib/Damian Szuberski2021-11-3017-46/+62
* Vdev Properties FeatureAllan Jude2021-11-301-0/+2
* Fix `zfs:AUTO` autodetection in initramfs scriptsDamian Szuberski2021-11-131-2/+4
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2021-11-116-17/+13
* Update contrib/initramfs/README.initramfs.markdownMichael Franzl2021-11-041-2/+2
* pam_zfs_key: malloc and mlock/munlock won't matchAttila Fülöp2021-10-221-26/+22
* pam_zfs_key: mlock(2) and munlock(2) can failAttila Fülöp2021-10-221-5/+41
* initramfs: use correct dataset for rootfs on rollback=1nachtgeist2021-10-081-0/+1
* Remove zdb and libzpool from initramfs imageSerapheim Dimitropoulos2021-10-071-1/+0
* Fix plymouth passphrase prompt with dracutMichal Vasilek2021-06-251-2/+2
* gcc 11 cleanupAttila Fülöp2021-06-231-2/+10
* dracut: 90zfs: respect zfs_force=1 on systemd systemsнаб2021-06-104-20/+28
* i-t: don't try to import from empty cacheнаб2021-06-041-1/+2
* dracut: 90zfs: zfs-load-key: wait for key to appear for up to 10 secondsнаб2021-06-041-10/+26
* Use %%/* instead of awk -F/ {print $1} to strip datasetsнаб2021-06-043-3/+3
* dracut: 90zfs: zfs-load-key: don't load unencrypted bootfs' keylocationнаб2021-06-041-3/+2
* dracut: 90zfs: module-setup: try /lib*/libgcc_s.so*, relax /u/l/gcc pathнаб2021-06-041-3/+6
* Turn checkbashisms into a make targetнаб2021-06-011-0/+3
* Turn shellcheck into a normal make target. Fix new files it caughtнаб2021-06-0113-38/+76
* i-t: don't suggest zpool-import with altroot to /rootнаб2021-05-291-1/+1
* i-t: let rootdelay= set $ZFS_INITRD_PRE_MOUNTROOT_SLEEPнаб2021-05-291-0/+2
* contrib/bash_completion.d: fix obvious shellcheck problemsнаб2021-05-201-25/+28
* Trim excess shellcheck annotations. Widen to all non-Korn scriptsнаб2021-05-209-47/+39
* Fix SC2181 ("[ $?") outside tests/наб2021-05-203-11/+4