From patchwork Fri Jul 24 17:43:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10046 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4h6Fjf2cPTz3wm1 for ; Fri, 24 Jul 2026 17:44:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4h6Fjc14cYz7B1 for ; Fri, 24 Jul 2026 17:44:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4h6Fjb6PjMz2yn0 for ; Fri, 24 Jul 2026 17:44:19 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h6FjY1zs3z2xNM for ; Fri, 24 Jul 2026 17:44:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4h6FjX1vb9z1xs; Fri, 24 Jul 2026 17:44:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1784915056; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=7T8ofH0yBtA93ThINehgpYOTgvlGPQLxDbVyDTxJ4eY=; b=01kFdrNdIGlKaD4JUjWBJb43hTldg1LY2lRyjuFZUYcmEYkx2hbDfnaTKMPl2hcbbj+8ds CU1POiwpzSqCDzAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1784915056; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=7T8ofH0yBtA93ThINehgpYOTgvlGPQLxDbVyDTxJ4eY=; b=pdmM+PXxMb70SzLGHJJO29DZJbN/33sBOtSUQn0UqJSa6XBz/birVsC6RBblg2KPsBYtst QVo3s3IIcHolwSm4q1agg3sQjDm9JewAu6O8u6+rE85BVYeAMRIVHH4ZPC1Ccvk9SV7ibo RfOFzFWS0mZpTQiXWwC+RM7qD2VcC7KOaj8B0OpSehQJeSDYyEXvJX7Yqgg+0xvxLpI5el 1TUm+xKonEsloPTlfXSIIA0k8Z6UOhoyaeNFYARCP7PvOD8l6fyPGKdKdrkeGRTMqWs/G2 SeSTJGfSY+eT0FsTiPirDKBgP4kY7TL/LRkiZdFOd+p3Liuw/RFXGhb6Czv+Nw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] btrfs-progs: Update to version 7.1 Date: Fri, 24 Jul 2026 19:43:52 +0200 Message-ID: <20260724174412.3827472-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 7.0 to 7.1 - No change to the rootfile - Changelog 7.1 * mkfs: * use GET_CSUMS ioctl (if provided by kernel, 7.2) to reuse existing checksums for --rootdir, works with --reflink to avoid reading file data * fix last block handling for reflink * fix handling of incompressible data extents * fix --rootdir size estimation when using hardlinks * fi mkswapfile: add option to specify page size, useful on ARM64 * check: add option to skip qgroup verification to speed up check * in experimental build, use V2 of tree search ioctl, this can use larger buffer * preliminary fscrypt support * enhance filesystem opening modes with more fine-grained support of partially damaged trees and allow to skip non-essential trees * other: * stability and error handling fixes * CI updates * updated tests * documentation updates Signed-off-by: Adolf Belka --- lfs/btrfs-progs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/btrfs-progs b/lfs/btrfs-progs index dfe01bace..b2b87287d 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -24,7 +24,7 @@ include Config -VER = 7.0 +VER = 7.1 # https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/ @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a0e8ef7a5bca5c4f4deb5487215a3543ae99759ffec191cd23b776d21621fb9aba173115a47ae34ebd0e6e38d720d430e5092151e938b0b65cff4aabffd9c607 +$(DL_FILE)_BLAKE2 = b72e5a027261953fba7915a1f5242a1804c6d4335c4261391a938e1aca6314c193051a52a8c6e315cd8714fe7763a0b20564c67fc654492e4df6ac42daff04a4 install : $(TARGET)