summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-4/+3
* Fix reporting of CKSUM errors in indirect vdevsGeorge Amanakis2020-12-111-9/+21
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-118-265/+512
* Fix kernel panic induced by redacted sendPaul Dagnelie2020-12-111-61/+53
* Implement memory and CPU hotplugPaul Dagnelie2020-12-106-20/+40
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-092-3/+5
* Fix optional "force" arg handing in zfs_ioc_pool_sync()Brian Behlendorf2020-12-091-4/+7
* Reduce fletcher4 and raidz benchmark timesBrian Behlendorf2020-12-061-2/+2
* Avoid some spa_has_pending_synctask() calls.Alexander Motin2020-12-061-4/+2
* Fix raw sends on encrypted datasets when copying back snapshotsGeorge Amanakis2020-12-041-8/+3
* Fix for "Reduce latency effects of non-interactive I/O"Alexander Motin2020-12-031-4/+4
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+3
* Avoid unneccessary zio allocation and waitFinix19792020-12-021-11/+14
* Remove incorrect assertionBrian Behlendorf2020-11-241-1/+0
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-241-16/+105
* Correct missing zil_claim() DTL updatesBrian Behlendorf2020-11-201-14/+18
* Reduce confusion in zfs_writeRyan Moeller2020-11-181-18/+24
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-4/+14
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-162-17/+64
* Fix ASSERT logic in l2arc_evict()George Amanakis2020-11-161-3/+10
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-2/+18
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-11-141-5/+7
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1326-1347/+5253
* Channel program may spuriously fail with "memory limit exhausted"Matthew Ahrens2020-11-111-6/+1
* G/C data_alloc_arenaMateusz Guzik2020-11-111-3/+1
* Simplify offset and length limit in zfs_writeRyan Moeller2020-11-101-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-11-101-3/+3
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-2/+1
* Factor uid, gid, and projid out of loop in zfs_writeRyan Moeller2020-11-101-7/+8
* Fix dmu_tx_dirty_throttle after arc_c reductionAlexander Motin2020-11-101-5/+5
* Fix dnode refcount trackingMatthew Macy2020-11-102-3/+3
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-0/+159
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-024-12/+4
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-0/+92
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-302-173/+0
* Yield periodically when rebuilding L2ARCAlexander Motin2020-10-301-0/+1
* Update references to nonexistent man pages in codeRyan Moeller2020-10-306-7/+7
* Add missing zfs_arc_evict_batch_limit tunableRyan Moeller2020-10-221-1/+4
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-212-0/+638
* Non-l2arc pool reads shouldn't be l2arc missesAdam D. Moss2020-10-201-8/+21
* Ignore special vdev ashift for spa ashift min/maxDon Brady2020-10-152-17/+25
* Fix crash caused by invalid snapshot names in redactnvlChristian Schwarz2020-10-141-1/+1
* Fix incorrect deletion order in range_tree_add_impl gap casePaul Dagnelie2020-10-141-1/+1
* dmu_zfetch: don't leak unreferenced stream when zfetch is freedMatthew Macy2020-10-131-2/+6
* Expose zfetch_max_idistance tunableRyan Moeller2020-10-131-1/+4
* zil_parse: make callback parameters constChristian Schwarz2020-10-093-15/+26
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-083-10/+2
* Fix ubsan: shift exponent is too largeChuck Tuffli2020-10-081-1/+2
* Make L2ARC tests more robustGeorge Amanakis2020-10-051-11/+6
* Throw const on some stringsRyan Moeller2020-10-025-28/+27