summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in cmd/Andrea Gelmini2019-08-3015-26/+26
* Fix typos in man/Andrea Gelmini2019-08-308-16/+16
* Fix typos in config/Andrea Gelmini2019-08-308-8/+8
* Fix refquota_007_neg.kshIgor K2019-08-301-3/+3
* Prevent metaslab_sync panic due to spa_final_dirty_txgPaul Dagnelie2019-08-302-7/+12
* etc/init.d/zfs-functions.in: remove arch warningGeorgy Yakovlev2019-08-291-7/+0
* Simplify deleting partitions in libtestRyan Moeller2019-08-291-45/+10
* Use compatible arg order in testsRyan Moeller2019-08-293-8/+8
* Keep more metaslabs loadedPaul Dagnelie2019-08-293-31/+69
* zfs_handle used after being closed/freed in change_one callbackPavel Zakharov2019-08-281-12/+18
* Use smaller default slack/delta value for schedule_hrtimeout_range()Tony Nguyen2019-08-282-18/+38
* ZTS: Temporarily disable several upgrade testsBrian Behlendorf2019-08-281-3/+5
* Tag ABD pages for exclusion in kernel crash dumpsDon Brady2019-08-281-0/+29
* Fix zil replay panic when TX_REMOVE followed by TX_CREATEChunwei Chen2019-08-287-24/+184
* Prefer `for (;;)` to `while (TRUE)`Ryan Moeller2019-08-281-5/+4
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-08-271-10/+16
* Fix Plymouth passphrase prompt in initramfs scriptRichard Allen2019-08-271-8/+8
* Fix deadlock in 'zfs rollback'Tom Caputi2019-08-273-1/+17
* Restore :: in Makefile.amRyan Moeller2019-08-2612-1/+16
* Add regression test for "zpool list -p"Paul Dagnelie2019-08-254-3/+115
* Split argument list, satisfy shellcheck SC2086Ryan Moeller2019-08-251-6/+13
* ZTS: Fix in-tree dbufstats test caseBrian Behlendorf2019-08-224-7/+7
* Fix install error introduced by #9089 (#9205)Brian Behlendorf2019-08-221-1/+1
|\
| * Fix install error introduced by #9089Paul Dagnelie2019-08-221-1/+1
* | Make slog test setup more robustRyan Moeller2019-08-2219-10/+27
* | zfs-mount-genrator: dependencies should be space-separatedyshui2019-08-221-1/+1
|/
* ZTS: Use decimal values when setting tunablesBrian Behlendorf2019-08-224-7/+7
* Fix automake program name transformations (#9190)Brian Behlendorf2019-08-221-2/+8
|\
| * Fix automake program name transformationsRyan Moeller2019-08-201-2/+8
* | Document ZFS_DKMS_ENABLE_DEBUGINFO in userland configurationMauricio Faria de Oliveira2019-08-221-0/+4
* | Dedup IOC enum values in libzfs_input_checkRyan Moeller2019-08-221-2/+2
* | Enhance ioctl number checksRyan Moeller2019-08-221-87/+99
* | ZTS: Fix vdev_zaps_005_pos on CentOS 6Brian Behlendorf2019-08-221-0/+1
* | Linux 5.3: Fix switch() fall though compiler errorsTony Hutter2019-08-213-3/+11
* | Minor cleanup in Makefile.amRyan Moeller2019-08-211-6/+11
* | zfs-functions.in: in_mtab() always returns 1Alexey Smirnoff2019-08-201-2/+5
|/
* Add fast path for zfs_ioc_space_snaps() handling of empty_bpobjMatthew Ahrens2019-08-203-35/+181
* Fix lockdep circular locking false positive involving sa_lockjdike2019-08-191-1/+1
* Linux 5.3 compat: Makefile subdir-m no longer supportedDominic Pearson2019-08-192-12/+23
* Set "none" scheduler if available (initramfs)colmbuckley2019-08-191-6/+13
* Add more refquota testsPaul Dagnelie2019-08-194-2/+137
* Cap metaslab memory usagePaul Dagnelie2019-08-1611-58/+289
* initramfs: fixes for (debian) initramfsMichael Niewöhner2019-08-164-9/+30
* dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()Serapheim Dimitropoulos2019-08-154-18/+60
* Improve write performance by using dmu_read_by_dnode()Tony Nguyen2019-08-151-2/+7
* Assert that a dnode's bonuslen never exceeds its recorded sizeSerapheim Dimitropoulos2019-08-152-0/+52
* Make txg_wait_synced conditional in zfsvfs_teardownPaul Zuchowski2019-08-151-1/+10
* Prevent race in blkptr_verify against device removalPaul Dagnelie2019-08-135-28/+35
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-135-15/+27
* Fix device expansion when VM is powered offPrakash Surya2019-08-131-25/+87