From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 381081FF13B for ; Tue, 13 Jan 2026 15:11:32 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A6E3D1977D; Tue, 13 Jan 2026 15:11:23 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Tue, 13 Jan 2026 15:07:08 +0100 Message-ID: <20260113141037.3159275-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1768313399696 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.071 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH zfsonlinux 0/6] update zfs to 2.4.0 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" This patchset updates the submodule to the recently released version 2.4.0: https://github.com/openzfs/zfs/releases/tag/zfs-2.4.0 from the changelog the following changes seem interesting relevant: * using special devices for the ZIL (if no dedicated slog device is configured) * small blocks of zvols (in addtition to regular filesystem datasets) can now be written to the special vdevs (this is guarded by the dataset property sepcial_small_blocks) * arc_summary and arcstat have been renamed to zarcsummary and zarcstat respectively (the latter calls for adaptation of our system-reports for PVE at least) the patches for the soname bump of libzfs and libzpool, as well as the adaptations to the debian folder follow the changes done in debian-upstream: https://salsa.debian.org/zfsonlinux-team/zfs.git this was minimally tested on 2 VMs I have. (one running the new userspace and new kernel modules, the other pinned to a kernel 6.14 with zfs 2.3). This should fix https://bugzilla.proxmox.com/show_bug.cgi?id=7199 (we have a few independent reports of users running into hangs when accessing snapshots through the controldir (.zfs/snap/). I'll check if the fixes for 7199 are easily backported to ZFS 2.3 as well. Stoiko Ivanov (6): update submodule to 2.4.0 and refresh patches Bump SONAME to libzfs7 and libzpool7 d/: rename arcstat and arc_summary to zarcstat and zarcsummary d/libzfs7linux: update usr-merge-related maintainer scripts after trixie release (see: #1092598) d/control: update usage of auto-generated fields d/control: bump std-ver to 4.7.3 (no changes needed) Makefile | 4 +- debian/control | 26 +-- debian/copyright | 4 +- debian/libzfs6linux.preinst | 16 -- .../{libzfs6linux.docs => libzfs7linux.docs} | 0 ...nux.install.in => libzfs7linux.install.in} | 0 ...errides => libzfs7linux.lintian-overrides} | 0 ...zfs6linux.postrm => libzfs7linux.postinst} | 3 +- ...ibzpool6linux.docs => libzpool7linux.docs} | 0 ...x.install.in => libzpool7linux.install.in} | 0 ...rides => libzpool7linux.lintian-overrides} | 0 ...META-and-DCH-consistency-in-autoconf.patch | 2 +- .../0002-always-load-ZFS-module-on-boot.patch | 2 +- ...o-the-zed-binary-on-the-systemd-unit.patch | 2 +- ...ith-d-dev-disk-by-id-in-scan-service.patch | 2 +- debian/patches/0005-Enable-zed-emails.patch | 2 +- .../0006-dont-symlink-zed-scripts.patch | 2 +- ...md-unit-for-importing-specific-pools.patch | 6 +- ...-move-manpage-arcstat-1-to-arcstat-8.patch | 52 ------ ...ten-bounds-for-noalloc-stat-availab.patch} | 4 +- ...17-d_set_d_op-is-no-longer-available.patch | 175 ------------------ .../patches/0011-Linux-6.17-compat-META.patch | 29 --- debian/patches/series | 5 +- debian/zfsutils-linux.install | 8 +- debian/zfsutils-linux.links | 1 - debian/zfsutils-linux.lintian-overrides | 4 +- upstream | 2 +- 27 files changed, 39 insertions(+), 312 deletions(-) delete mode 100644 debian/libzfs6linux.preinst rename debian/{libzfs6linux.docs => libzfs7linux.docs} (100%) rename debian/{libzfs6linux.install.in => libzfs7linux.install.in} (100%) rename debian/{libzfs6linux.lintian-overrides => libzfs7linux.lintian-overrides} (100%) rename debian/{libzfs6linux.postrm => libzfs7linux.postinst} (79%) rename debian/{libzpool6linux.docs => libzpool7linux.docs} (100%) rename debian/{libzpool6linux.install.in => libzpool7linux.install.in} (100%) rename debian/{libzpool6linux.lintian-overrides => libzpool7linux.lintian-overrides} (100%) delete mode 100644 debian/patches/0008-Patch-move-manpage-arcstat-1-to-arcstat-8.patch rename debian/patches/{0009-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch => 0008-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch} (94%) delete mode 100644 debian/patches/0010-Linux-6.17-d_set_d_op-is-no-longer-available.patch delete mode 100644 debian/patches/0011-Linux-6.17-compat-META.patch -- 2.47.3 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel