aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mismatched nvlist names in zfs_keys_send_spaceJohn Poduska2020-10-021-4/+6
* Eliminate gratuitous bzeroing in dbuf_stats_hash_table_dataMatthew Macy2020-09-301-1/+2
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-301-0/+10
* Drop references when skipping dmu_send due to EXDEVRyan Moeller2020-09-301-4/+7
* zfetch: Don't issue new streams when old have not completedMatthew Macy2020-09-272-37/+150
* Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.cAdam D. Moss2020-09-251-2/+4
* Prune dead branch reported by CoverityRyan Moeller2020-09-251-5/+1
* zfs_log_write: simplify data copying code for WR_COPIED recordsChristian Schwarz2020-09-251-8/+15
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-232-20/+7