aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark dsl_livelist_should_disable() staticAllan Jude2019-08-131-1/+1
* spa_load_verify() may consume too much memoryGeorge Wilson2019-08-134-21/+30
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2019-08-134-37/+37
* Drop KMC_NOEMERGENCYRichard Yao2019-08-132-3/+1
* Introduce getting holds and listing bookmarks through ZCPSerapheim Dimitropoulos2019-08-1210-25/+593
* Sort log spacemap tunables in alphabetical orderSerapheim Dimitropoulos2019-08-121-32/+32
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-057-40/+190
* Don't wakeup unnecessarily in 'zpool events -f'DeHackEd2019-08-051-2/+1
* Test cancelling a removal in ZTSSerapheim Dimitropoulos2019-08-053-4/+104
* lockdep false positive - move txg_kick() outside of ->dp_lockjdike2019-07-311-5/+5
* List log_spacemap feature in zpool-features.5 manualSerapheim Dimitropoulos2019-07-311-0/+22
* Add channel program for property based snapshotsClint Armstrong2019-07-304-2/+79
* 9072 handle error of zap_cursor_retrieve() for log spacemap zapSerapheim Dimitropoulos2019-07-301-2/+28
* mismerged log spacemap comment for metaslab_verify_weight_and_fragSerapheim Dimitropoulos2019-07-301-1/+9
* install path fixesMichael Niewöhner2019-07-305-6/+6
* Increase default zcmd allocation to 256KMichael Niewöhner2019-07-301-1/+1
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-07-303-9/+15
* Revert "Develop tests for issues #5866 and #8858"Brian Behlendorf2019-07-2911-158/+2
* Fix channel programs on s390xBrian Behlendorf2019-07-281-1/+1
* Race between zfs-share and zfs-mount servicesGeorge Wilson2019-07-281-0/+1
* Develop tests for issues #5866 and #8858Paul Zuchowski2019-07-2611-2/+158
* Implement secpolicy_vnode_setid_retain()Tomohiro Kusumi2019-07-2613-1/+435