aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* L2ARC: Restrict write size to 1/4 of the deviceAlexander Motin2023-11-141-26/+4
* Fix snap_obj_array memory leak in check_filesystem()Chunwei Chen2023-11-141-2/+4
* Increase L2ARC write rate and headroomshodanshok2023-11-081-2/+2
* RAID-Z expansion featureDon Brady2023-11-0811-227/+2815
* sa_lookup() ignores buffer size.Jason King2023-11-071-1/+2
* Update the kstat dataset_name when renaming a zvolAlan Somers2023-11-071-0/+12
* 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-068-110/+321
* 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-312-0/+23
* zvol: Cleanup set propertyAmeer Hamza2023-10-312-101/+32
* Unify arc_prune_async() codeAlexander Motin2023-10-301-0/+52
* 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-304-31/+11
* Read prefetched buffers from L2ARCshodanshok2023-10-261-4/+1
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-10-262-10/+12
* ZIO: Remove READY pipeline stage from root ZIOsAlexander Motin2023-10-252-11/+44
* 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-242-1/+25
* 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
* 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
* 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
* 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-062-22/+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
* 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
* status: report pool suspension state under failmode=continueRob N2023-09-201-2/+2
* ZIL: Fix potential race on flush deferring.Alexander Motin2023-09-201-0/+9
* Use ASSERT0P() to check that a pointer is NULL.Dag-Erling Smørgrav2023-09-191-1/+1
* Fix l2arc_apply_transforms ztest crash Paul Dagnelie2023-09-191-5/+6
* Update the MOS directory on spa_upgrade_errlog()George Amanakis2023-09-181-0/+9
* Add more constraints for block cloning.Alexander Motin2023-09-091-2/+19
* Selectable block allocatorsednadolski-ix2023-09-013-31/+87