aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use reduced precision for scan timesvendor/openzfs/masterAlexander Motin2025-12-183-15/+15
* Reduce minimal scrub/resilver timesAlexander Motin2025-12-182-4/+4
* zdb: Add -O option for -r to specify object-idAllan Jude2025-12-182-3/+19
* Fix rangelock test for growing block sizeMark Maybee2025-12-182-6/+8
* Bypass snprintf() in quota checks if no quotas setAlexander Motin2025-12-181-4/+4
* RAIDZ: Remove some excessive loggingAlexander Motin2025-12-171-16/+0
* Change shellcheck and checkbashism triggers.Turbo Fredriksson2025-12-162-4/+4
* Replace bashisms in ZFS shell function stub.Turbo Fredriksson2025-12-161-11/+11
* Make lines stay within 80 char limit.Turbo Fredriksson2025-12-161-36/+61
* Add some comments to clarify the mounting of filesystems.Turbo Fredriksson2025-12-161-0/+17
* Standardise if/then/else and for/do/done lines.Turbo Fredriksson2025-12-161-38/+64
* Add missing initrd config variables.Turbo Fredriksson2025-12-162-1/+5
* Remove unnecessary sourcing of variables.Turbo Fredriksson2025-12-161-4/+0
* Fix issue with finding degraded pool(s).Turbo Fredriksson2025-12-161-1/+1
* Prefix all variables that are local with underscore.Turbo Fredriksson2025-12-161-111/+113
* Shell script good practices changes.Turbo Fredriksson2025-12-161-205/+204
* Fix potential global variable overwrite.Turbo Fredriksson2025-12-161-55/+55
* CI: Use Ubuntu mirrors instead of azure (#18057)Tony Hutter2025-12-161-0/+14
* Remove the obsolete FreeBSD 14.2-RELEASE from CIAlan Somers2025-12-152-9/+2
* CI: Change timeout valuesTony Hutter2025-12-152-7/+2
* DDT: Fix compressed entry buffer sizeAlexander Motin2025-12-151-3/+4
* DDT: Add/use zap_lookup_length_uint64_by_dnode()Alexander Motin2025-12-155-26/+46
* DDT: Switch to using ZAP _by_dnode() interfacesAlexander Motin2025-12-156-63/+132
* DDT: Move logs searches out of the lockAlexander Motin2025-12-155-61/+88
* Improve async destroy processing timingAlexander Motin2025-12-123-15/+47
* Defer async destroys on pool importAlexander Motin2025-12-122-16/+28
* ZTS: Fix zvol_misc_fua SLOG writes checkAlexander Motin2025-12-121-13/+5
* ZIO: ZIO_STAGE_DDT_WRITE is a blocking stageAlexander Motin2025-12-111-1/+2
* ARC: Increase parallel eviction batchingAlexander Motin2025-12-102-27/+48
* Linux: work around use of GPL-only symbol `kasan_flag_enabled`Rob Norris2025-12-105-1/+74
* Fix ddtprune causing space leakChunwei Chen2025-12-104-1/+100
* Ensure 64-bit `off_t` is used in user space instead of `loff_t`Alexander Moch2025-12-109-34/+55
* ZTS: Add test for snapshot automount raceAmeer Hamza2025-12-104-2/+85
* Linux 6.18 compat: META (#18039)Brian Behlendorf2025-12-101-1/+1
* CI: Fix Ubuntu 22.01 rsend failuresTony Hutter2025-12-101-2/+0
* Fix a declaration position of the nth_page.Alex2025-12-091-8/+8
* ARC: Pre-convert zfs_arc_min_prefetch_msAlexander Motin2025-12-091-13/+11
* Reduce dataset buffers re-dirtyingAlexander Motin2025-12-091-2/+4
* CI: exclude signed-off-by/reviewed-by from 72 char limitBrian Behlendorf2025-12-091-1/+3
* Fix HIGHMEM/kmap API violation in zfs_uiomove_bvec_impl()bspengler-oss2025-12-091-4/+6
* Preserve LIFO ordering of kmap ops in abd_raidz_gen_iterate()bspengler-oss2025-12-091-8/+8
* Fix interaction of abd_iter_map()/abd_iter_unmap() with HIGHMEMbspengler-oss2025-12-091-2/+15
* Fix snapshot automount race causing duplicate mounts and AVL tree panicAmeer Hamza2025-12-081-38/+104
* FreeBSD: Fix a potential null dereference in zfs_freebsd_fsync()Mark Johnston2025-12-081-1/+1
* During CI, use `nproc` instead of `sysctl -n hw.ncpu`Alan Somers2025-12-051-1/+1
* ZTS: Add slow_vdev_degraded_sit_out retryBrian Behlendorf2025-12-041-5/+21
* Provide loff_t via <fcntl.h> on musl-based Linux systemsAlexander Moch2025-12-021-0/+11
* FreeBSD: Remove HAVE_INLINE_FLSL useAlexander Motin2025-12-021-73/+4
* Fix snapshot automount expiry cancellation deadlockAmeer Hamza2025-12-0114-48/+71
* raidz_test: Restore rand_data protectionAlexander Motin2025-12-011-0/+2