aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Use smaller default slack/delta value for schedule_hrtimeout_range()Tony Nguyen2019-08-282-18/+38
* 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-282-16/+41
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-08-271-10/+16
* Fix deadlock in 'zfs rollback'Tom Caputi2019-08-272-1/+16
* Linux 5.3: Fix switch() fall though compiler errorsTony Hutter2019-08-213-3/+11
* Add fast path for zfs_ioc_space_snaps() handling of empty_bpobjMatthew Ahrens2019-08-202-34/+168
* 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-191-12/+12
* Cap metaslab memory usagePaul Dagnelie2019-08-167-55/+258
* 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-133-16/+23
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-133-14/+18
* Mark dsl_livelist_should_disable() staticAllan Jude2019-08-131-1/+1
* spa_load_verify() may consume too much memoryGeorge Wilson2019-08-131-9/+15
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2019-08-133-29/+29
* Drop KMC_NOEMERGENCYRichard Yao2019-08-131-1/+1
* Introduce getting holds and listing bookmarks through ZCPSerapheim Dimitropoulos2019-08-121-21/+253
* Sort log spacemap tunables in alphabetical orderSerapheim Dimitropoulos2019-08-121-32/+32
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-052-37/+162
* Don't wakeup unnecessarily in 'zpool events -f'DeHackEd2019-08-051-2/+1
* lockdep false positive - move txg_kick() outside of ->dp_lockjdike2019-07-311-5/+5
* 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
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-07-303-9/+15
* Fix channel programs on s390xBrian Behlendorf2019-07-281-1/+1
* Implement secpolicy_vnode_setid_retain()Tomohiro Kusumi2019-07-261-1/+1
* Fast Clone DeletionSara Hartse2019-07-2613-124/+1524
* Don't directly cast unsigned long to void*Tomohiro Kusumi2019-07-251-2/+3
* Replace zf_rwlock with a mutexMatthew Ahrens2019-07-252-22/+11
* Fix module_param() type for zfs_read_chunk_sizeTomohiro Kusumi2019-07-191-2/+4
* Tricky semantics of ms_max_size in metaslab_should_allocate()Serapheim Dimitropoulos2019-07-191-7/+10
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-1/+17
* hdr_recl calls zthr_wakeup() on destroyed zthrSerapheim Dimitropoulos2019-07-181-4/+16
* Fix wrong comment on zcr_blksz_{min,max}Tomohiro Kusumi2019-07-181-5/+6
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-07-174-85/+13
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-07-171-101/+0
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-07-171-3/+0
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-1/+2
* Add missing __GFP_HIGHMEM flag to vmallocMichael Niewöhner2019-07-171-1/+2
* Use zfsctl_snapshot_hold() wrapperTomohiro Kusumi2019-07-171-3/+3
* Minor style cleanupBrian Behlendorf2019-07-166-14/+22
* Fix get_special_prop() build failureBrian Behlendorf2019-07-161-4/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1615-259/+2422
* Drop redundant POSIX ACL check in zpl_init_acl()Tomohiro Kusumi2019-07-151-7/+4
* Export dnode symbolsBrian Behlendorf2019-07-151-0/+10
* Ensure dsl_destroy_head() decrypts objsetsTom Caputi2019-07-151-3/+4