aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Implement taskq_init_ent()Alexander Motin2023-11-071-12/+18
* FreeBSD: Optimize large kstat outputsAlexander Motin2023-11-071-22/+16
* Update the kstat dataset_name when renaming a zvolAlan Somers2023-11-073-0/+15
* Make abd_raidz_gen_iterate() pass an initialized pointer to the callbackMark Johnston2023-11-071-3/+6
* Fix accounting error for pending sync IO ops in zpool iostatMigeljanImeri2023-11-071-2/+5
* Improve ZFS objset sync parallelismednadolski-ix2023-11-0610-110/+439
* Fix block cloning between unencrypted and encrypted datasetsMartin Matuška2023-10-311-0/+9
* zvol: fix delayed update to block device ro entryAmeer Hamza2023-10-312-0/+29
* zvol: Implement zvol threading as a PropertyAmeer Hamza2023-10-314-1/+34
* zvol: Cleanup set propertyAmeer Hamza2023-10-312-101/+32
* Unify arc_prune_async() codeAlexander Motin2023-10-305-114/+85
* Tune zio buffer caches and their alignmentsAlexander Motin2023-10-301-50/+39
* RAIDZ: Use cache blocking during parity mathAlexander Motin2023-10-302-79/+101
* ZIL: Cleanup sync and commit handlingAlexander Motin2023-10-308-77/+62
* Read prefetched buffers from L2ARCshodanshok2023-10-261-4/+1
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-10-262-10/+12
* arc_default_max on Linux should match FreeBSDednadolski-ix2023-10-261-2/+8
* ZIO: Remove READY pipeline stage from root ZIOsAlexander Motin2023-10-252-11/+44
* Revert "zvol: Temporally disable blk-mq"Tony Hutter2023-10-241-0/+12
* zvol: Remove broken blk-mq optimizationTony Hutter2023-10-241-29/+0
* ZIL: Detect single-threaded workloadsAlexander Motin2023-10-241-51/+40
* ABD: Be more assertive in iteratorsAlexander Motin2023-10-241-78/+26
* Add prefetch property Brian Behlendorf2023-10-243-1/+36
* Revert "Do not persist user/group/project quota zap objects when unneeded"Brian Behlendorf2023-10-231-16/+2
* spa: document spa_thread() and SDC feature gatesRob N2023-10-231-6/+35
* Do not persist user/group/project quota zap objects when unneededSam Atkinson2023-10-201-2/+16
* Trust ARC_BUF_SHARED() moreAlexander Motin2023-10-201-17/+24
* Remove lock from dsl_pool_need_dirty_delay()Alexander Motin2023-10-201-7/+7
* FreeBSD: taskq: Remove unused declarationOlivier Certner2023-10-201-2/+0
* Set spa_ccw_fail_time=0 when expanding a vdev.Colin Percival2023-10-201-0/+1
* Large sync writes perform worse with slogJohn Wren Kennedy2023-10-131-1/+1
* FreeBSD: Improve taskq wrapperAlexander Motin2023-10-131-37/+37
* Zpool can start allocating from metaslab before TRIMs have completedJason King2023-10-121-9/+19
* DMU: Do not pre-read holes during writeAlexander Motin2023-10-111-3/+5
* Ensure we call fput when cloning fails due to different devices.Daniel Berlin2023-10-101-2/+6
* zvol: Temporally disable blk-mqTony Hutter2023-10-101-12/+0
* FreeBSD: Reduce divergence from in-tree sourcesAlexander Motin2023-10-092-2/+2
* ZIL: Reduce maximum size of WR_COPIED to 7.5KAlexander Motin2023-10-061-6/+11
* import: require force when cachefile hostid doesn't match on-diskRob Norris2023-10-061-0/+18
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-063-44/+29
* ARC: Drop different size headers for cryptoAlexander Motin2023-10-061-175/+8
* ARC: Remove b_bufcnt/b_ebufcnt from ARC headersAlexander Motin2023-10-061-70/+35
* ARC: Remove b_cv from struct l1arc_buf_hdrAlexander Motin2023-10-041-12/+22
* Add BTI landing pads to the AArch64 SHA2 assemblyAndrew Turner2023-10-032-0/+5
* Report ashift of L2ARC devices in zdbGeorge Amanakis2023-10-021-0/+10
* Restrict short block cloning requestsAlexander Motin2023-09-291-0/+13
* Tweak rebuild in-flight hard limitBrian Behlendorf2023-09-291-2/+2
* Fix ENOSPC for extended quotaAkash B2023-09-281-14/+8
* Don't allocate from new metaslabsPaul Dagnelie2023-09-281-0/+9
* Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()Coleman Kane2023-09-211-0/+6