summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-18Use reduced precision for scan timesvendor/openzfs/masterAlexander Motin
2025-12-18Reduce minimal scrub/resilver timesAlexander Motin
2025-12-18zdb: Add -O option for -r to specify object-idAllan Jude
2025-12-18Fix rangelock test for growing block sizeMark Maybee
2025-12-17Bypass snprintf() in quota checks if no quotas setAlexander Motin
2025-12-17RAIDZ: Remove some excessive loggingAlexander Motin
2025-12-16Change shellcheck and checkbashism triggers.Turbo Fredriksson
2025-12-16Replace bashisms in ZFS shell function stub.Turbo Fredriksson
2025-12-16Make lines stay within 80 char limit.Turbo Fredriksson
2025-12-16Add some comments to clarify the mounting of filesystems.Turbo Fredriksson
2025-12-16Standardise if/then/else and for/do/done lines.Turbo Fredriksson
2025-12-16Add missing initrd config variables.Turbo Fredriksson
2025-12-16Remove unnecessary sourcing of variables.Turbo Fredriksson
2025-12-16Fix issue with finding degraded pool(s).Turbo Fredriksson
2025-12-16Prefix all variables that are local with underscore.Turbo Fredriksson
2025-12-16Shell script good practices changes.Turbo Fredriksson
2025-12-16Fix potential global variable overwrite.Turbo Fredriksson
2025-12-16CI: Use Ubuntu mirrors instead of azure (#18057)Tony Hutter
2025-12-15Remove the obsolete FreeBSD 14.2-RELEASE from CIAlan Somers
2025-12-15CI: Change timeout valuesTony Hutter
2025-12-15DDT: Fix compressed entry buffer sizeAlexander Motin
2025-12-15DDT: Add/use zap_lookup_length_uint64_by_dnode()Alexander Motin
2025-12-15DDT: Switch to using ZAP _by_dnode() interfacesAlexander Motin
2025-12-15DDT: Move logs searches out of the lockAlexander Motin
2025-12-11Improve async destroy processing timingAlexander Motin
2025-12-11Defer async destroys on pool importAlexander Motin
2025-12-11ZTS: Fix zvol_misc_fua SLOG writes checkAlexander Motin
2025-12-10ZIO: ZIO_STAGE_DDT_WRITE is a blocking stageAlexander Motin
2025-12-10ARC: Increase parallel eviction batchingAlexander Motin
2025-12-10Linux: work around use of GPL-only symbol `kasan_flag_enabled`Rob Norris
2025-12-10Fix ddtprune causing space leakChunwei Chen
2025-12-10Ensure 64-bit `off_t` is used in user space instead of `loff_t`Alexander Moch
2025-12-10ZTS: Add test for snapshot automount raceAmeer Hamza
2025-12-10Linux 6.18 compat: META (#18039)Brian Behlendorf
2025-12-09CI: Fix Ubuntu 22.01 rsend failuresTony Hutter
2025-12-09Fix a declaration position of the nth_page.Alex
2025-12-09ARC: Pre-convert zfs_arc_min_prefetch_msAlexander Motin
2025-12-09Reduce dataset buffers re-dirtyingAlexander Motin
2025-12-09CI: exclude signed-off-by/reviewed-by from 72 char limitBrian Behlendorf
2025-12-09Fix HIGHMEM/kmap API violation in zfs_uiomove_bvec_impl()bspengler-oss
2025-12-09Preserve LIFO ordering of kmap ops in abd_raidz_gen_iterate()bspengler-oss
2025-12-09Fix interaction of abd_iter_map()/abd_iter_unmap() with HIGHMEMbspengler-oss
2025-12-08Fix snapshot automount race causing duplicate mounts and AVL tree panicAmeer Hamza
2025-12-08FreeBSD: Fix a potential null dereference in zfs_freebsd_fsync()Mark Johnston
2025-12-04During CI, use `nproc` instead of `sysctl -n hw.ncpu`Alan Somers
2025-12-04ZTS: Add slow_vdev_degraded_sit_out retryBrian Behlendorf
2025-12-02Provide loff_t via <fcntl.h> on musl-based Linux systemsAlexander Moch
2025-12-02FreeBSD: Remove HAVE_INLINE_FLSL useAlexander Motin
2025-12-01Fix snapshot automount expiry cancellation deadlockAmeer Hamza
2025-12-01raidz_test: Restore rand_data protectionAlexander Motin