aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shellcheck: disable "unreachable command" check [SC2317]Rob N2023-07-211-1/+2
* metaslab: tuneable to better control force gangingRob N2023-07-212-3/+18
* Adjust prefetch parameters.Alexander Motin2023-07-214-12/+12
* Add explicit prefetches to bpobj_iterate().Alexander Motin2023-07-212-13/+38
* Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum eventsAlan Somers2023-07-217-20/+2
* Don't emit checksum histograms in ereport.fs.zfs.checksum eventsAlan Somers2023-07-213-41/+5
* zed: Fix zed ASSERT on slot power cycleTony Hutter2023-07-211-0/+5
* Fix zpl_test_super race with zfs_umountChunwei Chen2023-07-202-15/+25
* spa_min_alloc should be GCD, not minAmeer Hamza2023-07-204-9/+51
* Don't panic if setting vdev properties is unsupported for this vdev typeYuri Pankov2023-07-201-17/+21
* Ignore pool ashift property during vdev attachmentAmeer Hamza2023-07-205-65/+36
* Rollback before zfs root is mountedWojciech Małota-Wójcik2023-07-201-1/+1
* Do not request data L1 buffers on scan prefetch.Alexander Motin2023-07-201-3/+9
* Linux 6.5 compat: disk_check_media_change() was addedColeman Kane2023-07-202-0/+31
* set autotrim default to 'off' everywhereYuri Pankov2023-07-202-7/+1
* Linux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV_CONFLICTColeman Kane2023-07-142-0/+33
* intptr_t definition is canonically signedColeman Kane2023-07-141-1/+1
* Fix raw receive with different indirect block size.Alexander Motin2023-07-142-25/+28
* Fix the ZFS checksum error histograms with larger record sizesAlan Somers2023-07-141-1/+1
* Avoid extra snprintf() in dsl_deadlist_merge().Alexander Motin2023-07-141-3/+3
* Add missed DMU_PROJECTUSED_OBJECT prefetch.Alexander Motin2023-07-131-0/+5
* FreeBSD: catch up to __FreeBSD_version 1400093Mateusz Guzik2023-07-131-0/+4
* Update changelog for 2.2Umer Saleem2023-07-131-0/+6
* FreeBSD: Fix build on stable/13 after 1302506.Alexander Motin2023-07-131-1/+2
* Update METAzfs-2.2.99Brian Behlendorf2023-06-301-2/+2
* Tag 2.2.0-rc1zfs-2.2.0-rc1Brian Behlendorf2023-06-301-2/+2
* Enable tuning of ZVOL open timeout valuePrakash Surya2023-06-301-1/+6
* Revert "spa.h: use IN_BASE instead of IN_FREEBSD_BASE"Brian Behlendorf2023-06-301-2/+2
* Pack our DDT ZAPs a bit denser.Rich Ercolani2023-06-302-3/+20
* 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-302-10/+45
* Do not report bytes skipped by scan as issued.Alexander Motin2023-06-309-52/+84
* Don't use hard-coded 'size' value in snprintf()Arshad Hussain2023-06-301-6/+8
* Fix remount when setting multiple properties.Alexander Motin2023-06-301-3/+4
* contrib: dracut: Conditionalize copying of libgcc_s.so.1 to glibc onlyvimproved2023-06-291-1/+1
* spa.h: use IN_BASE instead of IN_FREEBSD_BASEYuri Pankov2023-06-291-2/+2
* zdb: Add missing poolname to -C synopsisMateusz Piotrowski2023-06-292-2/+3
* 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
* Remove unnecessary commas in zpool-create.8Laevos2023-06-271-2/+2
* Another set of vdev queue optimizations.Alexander Motin2023-06-278-172/+205
* Add a delay to tearing down threads.Rich Ercolani2023-06-263-1/+49
* Fix memory leak in zil_parse().Alexander Motin2023-06-171-2/+6
* Shorten arcstat_quiescence sleep timeGeorge Amanakis2023-06-151-1/+1
* Remove ARC/ZIO physdone callbacks.Alexander Motin2023-06-158-143/+26
* ZTS: Skip send_raw_ashift on FreeBSDBrian Behlendorf2023-06-142-0/+5
* Switch refcount tracking from lists to AVL-trees.Alexander Motin2023-06-142-95/+108
* Store the L2ARC device ashift in the vdev labelGeorge Amanakis2023-06-142-11/+11
* Fix the L2ARC write size calculating logic (2)George Amanakis2023-06-091-5/+16