summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Disable user space reference trackingBrian Behlendorf2020-04-131-5/+6
* zvol_write() can use dmu_tx_hold_write_by_dnode()Matthew Ahrens2020-04-101-1/+1
* Persistent L2ARCGeorge Amanakis2020-04-104-50/+1415
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-092-14/+30
* Add separate field for indicating that spa is in middle of splitMatthew Macy2020-04-091-0/+2
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-091-24/+24
* 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-016-10/+234
* Bugfix/fix uio partial copiesFabio Scaccabarozzi2020-04-012-8/+26
* Improve ZVOL sync write performance by using a taskqMatthew Ahrens2020-03-311-44/+78
* Reset l2ad_hand and l2ad_first in l2arc_evictGeorge Amanakis2020-03-311-25/+52
* Let default arc_c_max be platform dependentRyan Moeller2020-03-272-6/+16
* Compile cityhash code into libzfsMatthew Ahrens2020-03-276-5/+9
* Remove checks for null out value in encryption pathsDirkjan Bussink2020-03-2611-219/+106
* Fix zfs_rmnode() unlink / rollback issueBrian Behlendorf2020-03-181-3/+9
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-3/+4
* ICP: gcm-avx: Support architectures lacking the MOVBE instructionAttila Fülöp2020-03-173-18/+389
* 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-126-114/+100
* 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
* Change default to overlay=onRyan Moeller2020-03-061-1/+1
* 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-032-2/+10
* Make spa_history_zone platform-dependent in kernelRyan Moeller2020-03-022-10/+14
* 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-286-100/+80
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-285-29/+52
* Linux 5.5 compat: blkg_tryget()Brian Behlendorf2020-02-281-1/+31
* Consolidate arc_buf allocation checksMatthew Macy2020-02-271-72/+42
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-273-3/+3
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-2618-82/+90
* Remove dead code error handling from dsl_crypt.cMatthew Macy2020-02-251-29/+3
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-242-267/+0
* Remove unused structs and members in dmu_send.cMatthew Ahrens2020-02-241-32/+0
* Fix icp include directories for in-tree buildArvind Sankar2020-02-201-2/+2
* 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
* Prefer org.openzfs for features and propertiesRichard Laager2020-02-181-2/+13
* Honour sync=disabled when relinking tpmfilesDeHackEd2020-02-161-1/+1
* 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
* Missed wakeup when growing kmem cacheMatthew Ahrens2020-02-131-3/+6
* Remove duplicate dbufs accountingAlexander Motin2020-02-132-4/+2
* zcp: add zfs.sync.bookmarkChristian Schwarz2020-02-112-15/+46
* Implement bookmark copyingChristian Schwarz2020-02-113-68/+318