aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* i-t: rewrite hooksнаб2021-05-132-110/+41
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-127-13/+24
* dracut/90/module-setup: mainly shellcheck cleanupнаб2021-05-071-6/+5
* Replace ZoL with OpenZFS where applicableнаб2021-05-072-4/+4
* contrib/dracut: 90: zfs-{rollback,snapshot}-bootfs: use @sbindir@наб2021-04-162-2/+2
* contrib/i-t: properly mount root's children with spacesнаб2021-04-161-3/+8
* contrib/dracut: 90: mount essential datasets under rootнаб2021-04-162-19/+101
* contrib/dracut: 90: generator: only log to kmsg if debug set on cmdlineнаб2021-04-161-4/+7
* contrib/dracut: 02: don't spill device names across multiple linesнаб2021-04-161-2/+2
* contrib/bpftrace: exec bpftrace, remove useless catнаб2021-04-111-2/+2
* i-t: don't brokenly set the scheduler for root pool vdev's disksнаб2021-04-061-24/+0
* i-t: fix root=zfs:AUTOнаб2021-04-061-4/+9
* bash_completion.d: always call zfs/zpool binaries directlyнаб2021-04-023-9/+8
* Fix typo in Python method nameAndrea Gelmini2021-03-221-1/+1
* dracut: Fix race condition between load-key and importLorenz Hüdepohl2021-01-261-0/+8
* dracut: Support /usr/bin as 'systemctl' pathLorenz Hüdepohl2021-01-212-2/+2
* Install zgenhostid to sbindirAntonio Russo2021-01-211-2/+2
* ZTS: avoid piping to special devicesAntonio Russo2021-01-191-2/+2
* dracut: use /bin/sh instead of bash as the intepreterĐoàn Trần Công Danh2020-11-287-19/+20
* pam_zfs_key: accommodate different dataset naming schemecragw2020-11-221-0/+54
* dracut/mount-zfs.sh: quote expansion on zpool testнаб2020-11-191-1/+1
* dracut/zfs-load-key.sh: simplify import loop, quote variable assignmentsнаб2020-11-191-7/+5
* config/dracut/90zfs: handle cases where hostid(1) returns all zerosÉrico Rolim2020-11-141-1/+7