summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* ARC: Remove b_bufcnt/b_ebufcnt from ARC headersAlexander Motin2023-10-071-70/+35
* ARC: Remove b_cv from struct l1arc_buf_hdrAlexander Motin2023-10-071-12/+22
* Report ashift of L2ARC devices in zdbGeorge Amanakis2023-10-031-0/+10
* Restrict short block cloning requestsAlexander Motin2023-10-031-0/+13
* Tweak rebuild in-flight hard limitBrian Behlendorf2023-10-031-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-221-2/+2
* Fix l2arc_apply_transforms ztest crash Paul Dagnelie2023-09-221-5/+6
* ZIL: Fix potential race on flush deferring.Alexander Motin2023-09-201-0/+9
* Update the MOS directory on spa_upgrade_errlog()George Amanakis2023-09-191-0/+9
* Add more constraints for block cloning.Alexander Motin2023-09-101-2/+19
* ZIL: Change ZIOs issue order.Alexander Motin2023-09-021-2/+2
* ZIL: Revert zl_lock scope reduction.Alexander Motin2023-09-021-19/+11
* ZIL: Tune some assertions.Alexander Motin2023-09-021-6/+9
* dmu_buf_will_clone: change assertion to fix 32-bit compiler warningDimitry Andric2023-09-011-1/+1
* Update outdated assertion from zio_write_compressSerapheim Dimitropoulos2023-08-261-2/+3
* copy_file_range: fix fallback when source create on same txgRob N2023-08-251-3/+4
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-252-9/+10
* Fix some typosMateusz Piotrowski2023-08-251-1/+1
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-254-366/+325
* ZIL: Replay blocks without next block pointer.Alexander Motin2023-08-251-2/+2
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-253-5/+12
* Remove fastwrite mechanism.Alexander Motin2023-08-254-117/+8
* Avoid waiting in dmu_sync_late_arrival().Alexander Motin2023-08-251-1/+7
* zdb: include cloned blocks in block statisticsRob N2023-08-021-0/+31
* BRT should return EOPNOTSUPPoromenahar2023-07-271-6/+10
* dbuf_sync_leaf: check DB_READ in state assertionsRob Norris2023-07-261-0/+9
* dmu_buf_will_clone: only check that current txg is cleanRob Norris2023-07-261-1/+1
* 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
* 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
* 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
* 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