aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* metaslab_verify_weight_and_frag() shouldn't cause side-effectsSerapheim Dimitropoulos2019-09-051-15/+24
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-057-7/+7
* Fix panic on DilOS with kstat per dataset statisticsIgor K2019-09-031-0/+1
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-031-3/+7
* Fix Intel QAT / ZFS compatibility on v4.7.1+ kernelsloli10K2019-09-032-3/+3
* maxinflight can overflow in spa_load_verify_cb()George Wilson2019-09-021-1/+2
* Fix typos in module/zfs/Andrea Gelmini2019-09-0252-114/+114
* Prevent metaslab_sync panic due to spa_final_dirty_txgPaul Dagnelie2019-08-301-2/+9
* Keep more metaslabs loadedPaul Dagnelie2019-08-291-30/+39
* Use smaller default slack/delta value for schedule_hrtimeout_range()Tony Nguyen2019-08-281-1/+1
* 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-212-0/+5
* 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
* 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
* 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
* Implement secpolicy_vnode_setid_retain()Tomohiro Kusumi2019-07-261-1/+1
* Fast Clone DeletionSara Hartse2019-07-2612-124/+1512
* 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
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-1/+2
* Use zfsctl_snapshot_hold() wrapperTomohiro Kusumi2019-07-171-3/+3
* Fix get_special_prop() build failureBrian Behlendorf2019-07-161-4/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1614-259/+2409
* Drop redundant POSIX ACL check in zpl_init_acl()Tomohiro Kusumi2019-07-151-7/+4
* Export dnode symbolsBrian Behlendorf2019-07-151-0/+10