summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CI: simplify checkstyle runnerGeorge Melikov2020-12-011-1/+1
* zpool_influxdb: move to libexec dirPavel Snajdr2020-11-288-7/+9
* Verify zfs module loaded before starting servicesBrian Behlendorf2020-11-283-0/+3
* dracut: use /bin/sh instead of bash as the intepreterĐoàn Trần Công Danh2020-11-288-19/+21
* Remove incorrect assertionBrian Behlendorf2020-11-241-1/+0
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-243-18/+145
* Obsolete earlier packages due to version bumpBrian Behlendorf2020-11-241-0/+5
* FreeBSD: decouple ZFS_DEBUG from kernel debug settingsMatthew Macy2020-11-241-1/+7
* Update dRAID short feature descriptionBrian Behlendorf2020-11-231-1/+1
* libzfsbootenv: do not depend on libnvpairAntonio Russo2020-11-221-1/+1
* pam_zfs_key: accommodate different dataset naming schemecragw2020-11-221-0/+54
* Include the ABI with dist tarballBrian Behlendorf2020-11-215-1/+16
* Correct missing zil_claim() DTL updatesBrian Behlendorf2020-11-201-14/+18
* Track SONAME version bump in packagingAntonio Russo2020-11-192-42/+42
* 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
* Reduce confusion in zfs_writeRyan Moeller2020-11-181-18/+24
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-174-31/+83
* Add ABI snapshotBrian Behlendorf2020-11-175-0/+12324
* Library ABI tracking with abigailAntonio Russo2020-11-1713-1/+93
* zpool: correctly align columns with -pнаб2020-11-165-29/+40
* zpool(8): fix pool-wi[sd]e typoнаб2020-11-161-1/+1
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-166-20/+153
* Fix ASSERT logic in l2arc_evict()George Amanakis2020-11-161-3/+10
* config/dracut/90zfs: handle cases where hostid(1) returns all zerosÉrico Rolim2020-11-141-1/+7
* zgenhostid: accept hostid arguments equal to zero.Érico Rolim2020-11-142-6/+7
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-144-19/+23
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-144-2/+39
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-11-141-5/+7
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-13153-1799/+10120
* Channel program may spuriously fail with "memory limit exhausted"Matthew Ahrens2020-11-111-6/+1
* Linux: Fix mount/unmount when dataset name has a spaceBrian Behlendorf2020-11-112-4/+23
* G/C data_alloc_arenaMateusz Guzik2020-11-111-3/+1
* Start snapdir_iterate traversals to begin wtih the value of zero.Tony Perkins2020-11-112-1/+19
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-101-12/+20
* Fix pointer-is-uint64_t-sized assumption in the ioctl pathAdrian Chadd2020-11-101-2/+2
* Fix memleak in cmd/mount_zfs.csterlingjensen2020-11-106-43/+177
* zpoolprops.8: clarify vdev expansion rulesнаб2020-11-101-6/+9
* G/C struct znode -> z_movedMateusz Guzik2020-11-105-13/+2
* initramfs: zfsunlock hook breaks /usr/binPavel Zakharov2020-11-101-1/+1
* FreeBSD: Simplify zvol_geom_open and zvol_cdev_openRyan Moeller2020-11-101-36/+16
* FreeBSD: Avoid spurious EINTR in zvol_cdev_openRyan Moeller2020-11-101-1/+20
* Simplify offset and length limit in zfs_writeRyan Moeller2020-11-101-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-11-101-3/+3
* FreeBSD: Move uio_prefaultpages def to uio.hRyan Moeller2020-11-102-1/+1
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-104-10/+8
* Factor uid, gid, and projid out of loop in zfs_writeRyan Moeller2020-11-101-7/+8
* Fix dmu_tx_dirty_throttle after arc_c reductionAlexander Motin2020-11-101-5/+5
* Fix dnode refcount trackingMatthew Macy2020-11-102-3/+3
* ZTS: Add L1 corruption testRyan Moeller2020-11-054-4/+98