aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-144-0/+8
* remove unneeded member drc_err of dmu_recv_cookie_tMatthew Ahrens2020-05-141-7/+5
* Resilver restarts unnecessarily when it encounters errorsJohn Poduska2020-05-132-2/+43
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-103-1/+859
* Improvements on persistent L2ARCGeorge Amanakis2020-05-071-75/+159
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-073-9/+213
* Enable splitting mirrors with indirect vdevsGeorge Amanakis2020-05-062-4/+11
* Add missing zfs_refcount_destroy() in key_mapping_rele()George Amanakis2020-04-281-0/+1
* Fix missing ivset guid with resumed raw base recvTom Caputi2020-04-241-1/+1
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-234-377/+19
* Use a struct to organize metaslab-group-allocator fieldsMatthew Ahrens2020-04-222-53/+51
* Fix zfs send progress reportingMatthew Ahrens2020-04-201-1/+1
* Persistent L2ARC minor fixesGeorge Amanakis2020-04-171-8/+6
* Update FreeBSD tunablesRyan Moeller2020-04-152-2/+2
* Disable user space reference trackingBrian Behlendorf2020-04-131-5/+6
* Persistent L2ARCGeorge Amanakis2020-04-103-49/+1413
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-12/+28
* Add separate field for indicating that spa is in middle of splitMatthew Macy2020-04-091-0/+2
* Use vn_io_fault_uiomove on FreeBSD to avoid potential deadlockMatthew Macy2020-04-081-1/+10
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-071-1/+1
* Add 'zfs wait' commandPaul Dagnelie2020-04-014-10/+217
* Reset l2ad_hand and l2ad_first in l2arc_evictGeorge Amanakis2020-03-311-25/+52
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-6/+6
* Compile cityhash code into libzfsMatthew Ahrens2020-03-275-67/+3
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-3/+4
* Improve zfs receive performance by batching writesMatthew Ahrens2020-03-161-51/+168
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-125-114/+94
* Fix infinite scan on a pool with only special allocationsAlexander Motin2020-03-121-3/+6
* Prevent race condition in dnode_dest (#10101)John Poduska2020-03-121-6/+13
* Prevent deadlock in arc_read in Linux memory reclaim callbackMark Roper2020-03-121-0/+12
* Improve zfs send performance by bypassing the ARCMatthew Ahrens2020-03-102-151/+228
* zio: dprintf_bp() if errors > 0 in zfs_blkptr_verify()Brian Behlendorf2020-03-041-0/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-042-18/+32
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-2/+3
* Make spa_history_zone platform-dependent in kernelRyan Moeller2020-03-021-10/+8
* Don't call zrele on passed zp in zfs_xattr_owner_unlinked on FreeBSDMatthew Macy2020-02-281-3/+22
* Re-share zfsdev_getminor and zfs_onexit_fd_holdMatthew Macy2020-02-282-0/+67
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-285-29/+52
* Consolidate arc_buf allocation checksMatthew Macy2020-02-271-72/+42
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-272-2/+2
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-2617-81/+89
* Remove dead code error handling from dsl_crypt.cMatthew Macy2020-02-251-29/+3
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-241-1/+0
* Remove unused structs and members in dmu_send.cMatthew Ahrens2020-02-241-32/+0
* Enable zpool events tunables and tests on FreeBSDRyan Moeller2020-02-181-10/+7
* Factor out some dbuf subroutines and add state change tracingMatthew Macy2020-02-181-93/+143
* Support setting user properties in a channel programJason King2020-02-143-0/+141
* Remove limit on number of async zio_frees of non-dedup blocksMatthew Ahrens2020-02-141-1/+15
* Remove duplicate dbufs accountingAlexander Motin2020-02-132-4/+2
* zcp: add zfs.sync.bookmarkChristian Schwarz2020-02-112-15/+46