aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-032-39/+41
* dbuf_hold_impl() cleanup to improve cached read performanceTony Nguyen2019-10-031-154/+69
* Add inode accessors to common codeMatthew Macy2019-10-024-14/+14
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-011-281/+6
* Enable clang to use intrinsics for lz4Matthew Macy2019-10-011-3/+3
* Timeout waiting for ZVOL device to be createdPrakash Surya2019-10-011-6/+1
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-271-329/+83
* OpenZFS restructuring - zvolMatthew Macy2019-09-253-1106/+59
* diff_cb() does not handle large dnodesloli10K2019-09-241-2/+3
* Disabled resilver_defer feature leads to looping resilversKody A Kantor2019-09-221-9/+11
* Fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-181-31/+69
* Device removal of indirect vdev panics the kernelloli10K2019-09-161-0/+4
* Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common()loli10K2019-09-161-1/+1
* Fix clone handling with encryption rootsTom Caputi2019-09-161-19/+50
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-139-4/+395
* Move objnode handling to common codeMatthew Macy2019-09-121-1/+69
* Enable compiler to typecheck loggingMatthew Macy2019-09-129-24/+30
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-1115-68/+13
* Fix stalled txg with repeated noop scansTom Caputi2019-09-111-3/+12
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-103-21/+15
* Enable SIMD for encryptionBrian Behlendorf2019-09-102-11/+11
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-0628-28767/+14
* Make module tunables cross platformMatthew Macy2019-09-0540-641/+443
* 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