aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 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-281-1/+1
* Use big transactions for small recordsize writes.Alexander Motin2023-06-281-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-181-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-101-5/+16
* Finally drop long disabled vdev cache.Alexander Motin2023-06-0920-562/+13
* ZTS: Skip checkpoint_discard_busyBrian Behlendorf2023-06-092-0/+3
* Improve l2arc reporting in arc_summary.Alexander Motin2023-06-091-18/+11
* Use list_remove_head() where possible.Alexander Motin2023-06-0920-76/+34
* ZIL: Fix race introduced by f63811f0721.Alexander Motin2023-06-091-6/+15
* Revert "systemd: Use non-absolute paths in Exec* lines"Rich Ercolani2023-06-078-16/+16
* 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-056-9/+174
* znode: expose zfs_get_zplprop to libzpoolRob Norris2023-06-055-172/+173
* Introduce zfs_refcount_(add|remove)_few().Alexander Motin2023-06-054-9/+30
* Linux 6.3 compat: META (#14930)Brian Behlendorf2023-06-051-1/+1
* zfs-create(8): ZFS for swap: caution, clarityGraham Perrin2023-06-021-8/+5
* ZIL: Allow to replay blocks of any size.Alexander Motin2023-06-021-23/+19
* PAM: enable testing on FreeBSDVal Packett2023-06-011-0/+5
* PAM: support password changes even when not mountedVal Packett2023-06-014-28/+102
* PAM: add 'uid_min' and 'uid_max' options for changing the uid rangeVal Packett2023-06-011-4/+16
* PAM: add 'forceunmount' flagVal Packett2023-06-011-3/+7
* PAM: add 'recursive_homes' flag to use with 'prop_mountpoint'Val Packett2023-06-014-12/+99
* PAM: use boolean_t for config flagsVal Packett2023-06-011-3/+3
* PAM: do not fail to mount if the key's already loadedVal Packett2023-06-011-1/+1
* Revert "initramfs: use `mount.zfs` instead of `mount`"Rich Ercolani2023-05-311-3/+3
* Fix NULL pointer dereference when doing concurrent 'send' operationsLuís Henriques2023-05-301-2/+6
* ZTS: zvol_misc_trim disable blk mqBrian Behlendorf2023-05-293-1/+20
* Use __attribute__((malloc)) on memory allocation functionsRichard Yao2023-05-265-14/+23