From patchwork Tue May 19 21:28:22 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9832 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gKnqK5LxHz3wmV for ; Tue, 19 May 2026 21:29:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gKnqB5RL3z6yD for ; Tue, 19 May 2026 21:28:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gKnq73kNkz36ft for ; Tue, 19 May 2026 21:28:51 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gKnq00KTKz3320 for ; Tue, 19 May 2026 21:28:44 +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 4gKnpx4l7yzm6; Tue, 19 May 2026 21:28:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779226121; 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=vPXAjwNTy6mbVeDWy2Zwcrnv7ECC/Fy4qt6TvhHYz3U=; b=zmS3HA7AiLmpoTqsFEs7dfodyJCVSmkIrIEVoAEl4yoiN1/paL00ULDLctD5AscJNClpqH X6cY8NX4iZCZ7sDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779226121; 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=vPXAjwNTy6mbVeDWy2Zwcrnv7ECC/Fy4qt6TvhHYz3U=; b=Uly6j+MruoJjP4vPs/uSD82q6TN/msdAC477wo+pynz4hr088YM/RPdYq4i0MMAjbhUlU8 BkSvj+bZiVTIeWb3Oj4D+3NYvf7lQMm1oS336jepy2FhhNkXFurcYU+ctAMqFxK4xmgBwi j9mWPiQm5j1y8ins8vIiS8RBGXK9qQ28F5lJdfbdzB6pFTVO8tC/duTBlDwH5XKmjCnx82 SH8FCSizi53sz6co070kh0ym2/nQlBiax+GKhkLWY2pcqxaCicdJdIbJYvjfAoWkW97rrm BUVoHl78SQ38G4ZxO/Gx5tjsupq3VMfEWfGRWMsmLlEiR0D9Sz7pEN4tiyHajA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] btrfs-progs: Update to version 7.0 Date: Tue, 19 May 2026 23:28:22 +0200 Message-ID: <20260519212838.3147035-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 6.19.1 to 7.0 - No change in rootfile - Changelog * btrfstune: add ability to do offline conversion to the remap tree (experimental feature) * mkfs: add hole detection when precalculating size for --rootdir * fixes: recognize fs-verity tree items in various tools (check) * enable PCLMUL implementation on Musl (previously using SSE 4.2 at best) * help format changed to be in line with common packages like util-linux * reject writes to filesystem during check/btrfstune in case there's pending state of device replace or balance * other: * build ARM64 static binaries (attached to GH release) backward compatibility level is 'archv8-a' * CI updates * 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 f469afa3a..dfe01bace 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -24,7 +24,7 @@ include Config -VER = 6.19.1 +VER = 7.0 # 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 = 555bf1c0625afd30dae3cc38f293de195450133cea701096010cadde3d8be405681ed2c4b5e43db777df146e1d2d90697746bc9eea253211df216bd4456e04a1 +$(DL_FILE)_BLAKE2 = a0e8ef7a5bca5c4f4deb5487215a3543ae99759ffec191cd23b776d21621fb9aba173115a47ae34ebd0e6e38d720d430e5092151e938b0b65cff4aabffd9c607 install : $(TARGET)