aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag zfs-2.4.1vendor/openzfs/zfs-2.4-releaseTony Hutter2026-02-191-1/+1
* Fix available space accounting for special/dedup (#18222)Alexander Motin2026-02-196-36/+60
* CI: Test & fix Linux ZFS built-in buildTony Hutter2026-02-198-10/+77
* Linux 6.19 compat: in-tree build: fix duplicate GCM assembly functionsAttila Fülöp2026-02-173-0/+41
* zfs_vnops_os.c: Move a vput() to after zfs_setattr_dir()rmacklem2026-02-171-3/+3
* Fix activating large_microzap on receiveAustin Wise2026-02-176-18/+215
* Improve caching for dbuf prefetchesAlexander Motin2026-02-173-4/+8
* Flush RRD only when TXGs contain dataMariusz Zaborski2026-02-111-12/+20
* Fix `send:raw` permission for send `-w -I`Marc Sladek2026-02-112-6/+11
* ZTS: Fix zed_synchronous_zedletTony Hutter2026-02-111-3/+3
* Linux 6.19 compat: METATony Hutter2026-02-111-1/+1
* CI: Test build Lustre against ZFSTony Hutter2026-02-114-9/+138
* Include missing newline in 'man' errorTim Hatch2026-02-112-2/+2
* ZTS: update the relevant mmp test casesBrian Behlendorf2026-02-1119-80/+246
* zhack: add "action idle" subcommandBrian Behlendorf2026-02-111-2/+81
* zhack: add -G option to dump debug bufferBrian Behlendorf2026-02-111-4/+72
* mmp: claim sequence id before final importBrian Behlendorf2026-02-1110-199/+729
* mmp: add spa_load_name() for tryimportBrian Behlendorf2026-02-115-12/+34
* mmp: move "Starting import" log messageBrian Behlendorf2026-02-111-1/+2
* mmp: further restrict mmp exported pool checkBrian Behlendorf2026-02-111-15/+25
* Fix build for Linux 6.18 with PowerPC/RISC-V kernels. (#18145)Erik Larsson2026-02-112-4/+42
* Linux 6.19: handle --werror with CONFIG_OBJTOOL_WERROR=yJohn Cabaj2026-02-111-2/+2
* CI: Add Alpine Linux 3.23 runner to the pipeline (#18087)Alexander Moch2026-02-119-20/+121
* cmd/ztest: avoid `PATH_MAX` stack allocation in `ztest_get_zdb_bin()` (#18085)Alexander Moch2026-02-111-1/+6
* zed.d, contrib: fix shellcheck errors in scriptsIvan Shapovalov2026-02-112-1/+2
* zfs_main: cosmetic: add missing flag to the comment for createIvan Shapovalov2026-02-111-1/+1
* CI: Test 2.4.x in qemu-test-repo-vm.sh, quick modeTony Hutter2026-02-112-5/+35
* Change shellcheck and checkbashism triggers.Turbo Fredriksson2026-02-112-4/+4
* Replace bashisms in ZFS shell function stub.Turbo Fredriksson2026-02-111-11/+11
* Make lines stay within 80 char limit.Turbo Fredriksson2026-02-111-36/+61
* Add some comments to clarify the mounting of filesystems.Turbo Fredriksson2026-02-111-0/+17
* Standardise if/then/else and for/do/done lines.Turbo Fredriksson2026-02-111-38/+64
* Add missing initrd config variables.Turbo Fredriksson2026-02-112-1/+5
* Remove unnecessary sourcing of variables.Turbo Fredriksson2026-02-111-4/+0
* Fix issue with finding degraded pool(s).Turbo Fredriksson2026-02-111-1/+1
* Prefix all variables that are local with underscore.Turbo Fredriksson2026-02-111-111/+113
* Shell script good practices changes.Turbo Fredriksson2026-02-111-205/+204
* Fix potential global variable overwrite.Turbo Fredriksson2026-02-111-55/+55
* zpool: fix conflict with -v and -o optionsShreshth32026-02-111-42/+91
* CI: Fix qemu-1-setup failure, remove debug stuffTony Hutter2026-02-052-38/+78
* CI: Use Ubuntu mirrors instead of azure (#18057)Tony Hutter2026-02-051-0/+14
* nvpair: chase FreeBSD xdrproc_t definitionBrooks Davis2026-02-051-3/+4
* Make sure we can still write data to txgMariusz Zaborski2026-02-051-0/+3
* Lock db_mtx around arc_release() in couple placesAlexander Motin2026-02-052-4/+13
* remove thread unsafe debug code causing FreeBSD double free panicAlek P2026-02-051-13/+0
* FreeBSD: Remove references to DEBUG_VFS_LOCKSMark Johnston2026-02-052-17/+2
* FreeBSD: unbreak compilation on i386Martin Matuška2026-02-052-2/+2
* Fix --enable-invariants on FreeBSDAlan Somers2026-02-051-2/+3
* Fix history logging for `zpool create -t`shuppy2026-02-052-2/+10
* DDT: Add locking for table ZAP destructionAlexander Motin2026-02-052-20/+76