summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix sequential resilver drive failure race conditionsamwyc2022-10-211-1/+13
* Refactor Log Size LimitAlexander Motin2022-09-262-27/+48
* Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-212-15/+15
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-211-1/+7
* Fix incorrect size given to bqueue_enqueue() call in dmu_redact.c Richard Yao2022-09-211-2/+2
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-211-0/+15
* Improve too large physical ashift handlingAlexander Motin2022-09-214-9/+57
* Add Module Parameter Regarding Log Size LimitKevin Jin2022-09-215-2/+86
* Optimize txg_kick() process (#12274)Kevin Jin2022-09-212-28/+33
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-191-10/+13
* vdev_draid_lookup_map() should not iterate outside draid_mapsRichard Yao2022-09-151-1/+1
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-09-151-0/+1
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2022-09-144-7/+112
* Apply arc_shrink_shift to ARC above arc_c_minAlexander Motin2022-09-131-4/+5
* Fix use-after-free in btree codeRichard Yao2022-09-131-2/+2
* Revert behavior of 59eab109 on not-LinuxRich Ercolani2022-08-021-1/+8
* Handle partial reads in zfs_readRich Ercolani2022-08-021-0/+8
* Fix -Wuse-after-free warning in dbuf_destroy()Brian Behlendorf2022-07-271-3/+3
* Fix -Wuse-after-free warning in dbuf_issue_final_prefetch_done()Brian Behlendorf2022-07-271-1/+2
* Fix -Wattribute-warning in dsl layerBrian Behlendorf2022-07-271-4/+2
* Fix -Wattribute-warning in zfs_log_xvattr()Brian Behlendorf2022-07-271-34/+29
* Fix scrub resume from newly created hole.Alexander Motin2022-07-262-6/+21
* Avoid memory copy when verifying raidz/draid parityAlexander Motin2022-07-261-2/+3
* Avoid memory copies during mirror scrubAlexander Motin2022-07-261-70/+61
* Fix and disable blocks statistics during scrubAlexander Motin2022-07-262-33/+30
* Avoid two 64-bit divisions per scanned blockAlexander Motin2022-07-261-4/+6
* Several B-tree optimizationsAlexander Motin2022-07-261-362/+411
* Several sorted scrub optimizationsAlexander Motin2022-07-262-188/+152
* Reduce ZIO io_lock contention on sorted scrubAlexander Motin2022-07-261-4/+15
* More speculative prefetcher improvementsAlexander Motin2022-07-262-88/+111
* Improve mg_aliquot mathAlexander Motin2022-07-261-4/+5
* Improve log spacemap load timeAlexander Motin2022-07-265-140/+234
* Add more control/visibility to spa_load_verify().Alexander Motin2022-07-261-3/+17
* spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)Allan Jude2022-07-261-156/+129
* Avoid small buffer copying on writeAlexander Motin2022-07-262-2/+3
* Remove refcount from spa_config_*()Alexander Motin2022-07-261-10/+9
* Scrub mirror children without BPsBrian Behlendorf2022-07-142-14/+88
* Improve sorted scan memory accountingAlexander Motin2022-06-151-2/+5
* Corrected edge case in uncompressed ARC->L2ARC handlingRich Ercolani2022-06-141-8/+19
* Remove wrong assertion in log spacemapAlexander Motin2022-06-061-6/+0
* Fix functions without a prototypeAidan Harris2022-05-201-1/+1
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-062-15/+15
* zvol: remove unused variableнаб2022-05-021-2/+1
* fm: remove unused variablesнаб2022-05-021-6/+0
* module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variableнаб2022-05-021-4/+0
* module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variableнаб2022-05-021-5/+0
* module/zfs: dbuf: dbuf_read_impl: remove unused variableнаб2022-05-021-2/+0
* module/zfs: arc: arc_hdr_realloc_crypt: remove unused variablesнаб2022-05-021-5/+0
* Skip spacemaps reading in case of pool readonly importBrian Behlendorf2022-04-283-2/+17
* Export minimal zfs_refcount interfacesBrian Behlendorf2022-04-061-0/+8