aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* brt_vdev_realloc: use vmem_alloc for large allocationRob Norris2023-07-261-3/+3
* zfs_clone_range: use vmem_malloc for large allocationRob Norris2023-07-261-2/+2
* Remove zl_issuer_lock from zil_suspend().Alexander Motin2023-07-251-4/+0
* ZIL: Fix config lock deadlock.Alexander Motin2023-07-251-7/+27
* metaslab: tuneable to better control force gangingRob N2023-07-211-2/+12
* Adjust prefetch parameters.Alexander Motin2023-07-212-7/+12
* Add explicit prefetches to bpobj_iterate().Alexander Motin2023-07-211-12/+37
* Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum eventsAlan Somers2023-07-214-12/+2
* Don't emit checksum histograms in ereport.fs.zfs.checksum eventsAlan Somers2023-07-211-21/+4
* Fix zpl_test_super race with zfs_umountChunwei Chen2023-07-212-15/+25
* spa_min_alloc should be GCD, not minAmeer Hamza2023-07-213-9/+50
* Don't panic if setting vdev properties is unsupported for this vdev typeYuri Pankov2023-07-211-17/+21
* Ignore pool ashift property during vdev attachmentAmeer Hamza2023-07-211-4/+10
* Do not request data L1 buffers on scan prefetch.Alexander Motin2023-07-211-3/+9
* set autotrim default to 'off' everywhereYuri Pankov2023-07-211-1/+1
* Fix the ZFS checksum error histograms with larger record sizesAlan Somers2023-07-211-1/+1
* Fix raw receive with different indirect block size.Alexander Motin2023-07-202-25/+28
* Avoid extra snprintf() in dsl_deadlist_merge().Alexander Motin2023-07-201-3/+3
* Add missed DMU_PROJECTUSED_OBJECT prefetch.Alexander Motin2023-07-201-0/+5
* FreeBSD: Fix build on stable/13 after 1302506.Alexander Motin2023-07-201-1/+2
* Enable tuning of ZVOL open timeout valuePrakash Surya2023-06-301-1/+6
* Pack our DDT ZAPs a bit denser.Rich Ercolani2023-06-301-3/+10
* ddt_addref: remove unnecessary phys fill when refcount is 0Rob N2023-06-301-4/+13
* Again fix race between zil_commit() and zil_suspend().Alexander Motin2023-06-301-8/+28
* Some ZIO micro-optimizations.Alexander Motin2023-06-301-9/+43
* Do not report bytes skipped by scan as issued.Alexander Motin2023-06-303-8/+22
* ZIL: Fix another use-after-free.Alexander Motin2023-06-271-1/+1
* Use big transactions for small recordsize writes.Alexander Motin2023-06-271-60/+46
* Another set of vdev queue optimizations.Alexander Motin2023-06-274-152/+184
* Add a delay to tearing down threads.Rich Ercolani2023-06-261-1/+33
* Fix memory leak in zil_parse().Alexander Motin2023-06-171-2/+6
* Remove ARC/ZIO physdone callbacks.Alexander Motin2023-06-155-132/+22
* Switch refcount tracking from lists to AVL-trees.Alexander Motin2023-06-141-89/+98
* Store the L2ARC device ashift in the vdev labelGeorge Amanakis2023-06-141-0/+3
* Fix the L2ARC write size calculating logic (2)George Amanakis2023-06-091-5/+16
* Finally drop long disabled vdev cache.Alexander Motin2023-06-0910-474/+10
* Use list_remove_head() where possible.Alexander Motin2023-06-0918-66/+30
* ZIL: Fix race introduced by f63811f0721.Alexander Motin2023-06-091-6/+15
* Linux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP) (#14926)Brian Behlendorf2023-06-071-1/+11
* Fix the L2ARC write size calculating logicGeorge Amanakis2023-06-061-16/+29
* zdb: add -B option to generate backup streamRob Norris2023-06-051-2/+1
* znode: expose zfs_get_zplprop to libzpoolRob Norris2023-06-054-171/+172
* Introduce zfs_refcount_(add|remove)_few().Alexander Motin2023-06-053-6/+21
* ZIL: Allow to replay blocks of any size.Alexander Motin2023-06-021-23/+19
* Fix NULL pointer dereference when doing concurrent 'send' operationsLuís Henriques2023-05-301-2/+6
* btree: Implement faster binary search algorithmRichard Yao2023-05-267-17/+87
* Fix inconsistent definition of zfs_scrub_error_blocks_per_txgGeorge Amanakis2023-05-261-2/+2
* zil: Add some more statistics.Alexander Motin2023-05-252-1/+36
* ZIL: Reduce scope of per-dataset zl_issuer_lock.Alexander Motin2023-05-251-148/+280
* Fix concurrent resilvers initiated at same timeAkash B2023-05-242-2/+16