aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* EIO caused by encryption + recursive gangMatthew Ahrens2023-02-061-7/+9
* Increase default zfs_rebuild_vdev_limit to 64MBBrian Behlendorf2023-01-271-9/+18
* Increase default zfs_scan_vdev_limit to 16MBBrian Behlendorf2023-01-271-12/+16
* Prefetch on deadlists mergeAlexander Motin2023-01-252-6/+130
* Improve resilver ETAsBrian Behlendorf2023-01-252-1/+28
* Introduce minimal ZIL block commit delayAlexander Motin2023-01-241-2/+34
* Wait for txg sync if the last DRR_FREEOBJECTS might result in a holeDavid Hedberg2023-01-231-0/+26
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-3/+14
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-232-15/+201
* free_blocks(): Fix reports from 2016 PVS Studio FreeBSD reportRichard Yao2023-01-231-10/+17
* Fix reading uninitialized variable in receive_readChunwei Chen2023-01-201-2/+2
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-3/+2
* Micro-optimize dsl_prop_get_dd()Mark Johnston2023-01-201-1/+1
* Avoid passing an uninitialized index to dsl_prop_known_indexMark Johnston2023-01-201-1/+1
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-173-10/+7
* Linux ppc64le ieee128 compat: Do not redefine __asm on external headersRichard Yao2023-01-131-24/+20
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-123-5/+5
* Cleanup: Remove unneeded semicolonsRichard Yao2023-01-121-1/+1
* Cleanup: Use MIN() macroRichard Yao2023-01-121-2/+1
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-121-1/+1
* Cleanup: Use C99 flexible array members instead of zero length arraysRichard Yao2023-01-121-1/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-123-3/+3
* Activate filesystem features only in syncing contextGeorge Amanakis2023-01-112-16/+13
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-111-0/+5
* Add tunable to allow changing micro ZAP's max sizeMateusz Piotrowski2023-01-102-2/+9
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-101-50/+67
* ztest: update ztest_dmu_snapshot_create_destroy()Brian Behlendorf2023-01-101-5/+5
* ztest fails assertion in zio_write_gang_member_ready()Matthew Ahrens2023-01-091-1/+1
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-0/+2
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-091-74/+26
* Hide b_freeze_* under ZFS_DEBUGAlexander Motin2023-01-051-6/+27
* Implement uncached prefetchAlexander Motin2023-01-045-129/+196
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-223-288/+267
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-224-175/+109
* Zero end of embedded block buffer in dump_write_embedded()Richard Yao2022-12-131-1/+7
* Cache dbuf_hash() calculationRichard Yao2022-12-132-17/+24
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-3/+2
* Bypass metaslab throttle for removal allocationsSerapheim Dimitropoulos2022-12-092-5/+14
* Fix dereference after null check in enqueue_rangeRichard Yao2022-12-081-1/+3
* Remove duplicate statically allocated variableRichard Yao2022-12-081-1/+0
* zio can deadlock during device removalGeorge Wilson2022-12-021-2/+5
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2022-12-021-8/+10
* Bump checksum error counter before reporting to ZEDRob Wing2022-12-023-12/+12
* Fix Clang 15 compilation errorsszubersk2022-11-301-0/+4
* Fix NULL pointer dereference in dbuf_prefetch_indirect_done()Richard Yao2022-11-291-2/+2
* Cleanup: Delete dead code from send_merge_thread()Richard Yao2022-11-291-2/+0
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-291-2/+2
* Remove few pointer dereferences in dbuf_read()Alexander Motin2022-11-292-13/+4
* Switch dnode stats to wmsumsAlexander Motin2022-11-291-0/+127
* Micro-optimize zrl_remove()Alexander Motin2022-11-291-4/+4