From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWMm3pFLz33gV for ; Sun, 05 Apr 2026 12:04:04 +0000 (UTC) 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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMj0gLSz339S for ; Sun, 05 Apr 2026 12:04:01 +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 4fpWMh5xZSz5fY; Sun, 05 Apr 2026 12:04:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390640; 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: in-reply-to:in-reply-to:references:references; bh=1pELJ+vPlkR+XjAYQVw7pn0kY2I6qWVnK3ifv6NOvE4=; b=dLyzkrEijrUQf4KrJm88PNQGSuiFtlpeFUSjjqwsClk7sHwVCUMPmxC+bFEjwz6dwIcGZz TlTwqj/7wSsjOhAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390640; 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: in-reply-to:in-reply-to:references:references; bh=1pELJ+vPlkR+XjAYQVw7pn0kY2I6qWVnK3ifv6NOvE4=; b=iIcoYmq+Ce9SC1m4rWvX1hFJA0hNJxFOmX3daN8qCKCxGl3aRfQJ3AUrN4nJkQdGQ5M9hK iyj6YBGvQTa8+TkwE4EL8wiV5MRu8PA8bL/qioAff1F8sgDUq1B7G+YYxrhuJjk6UVQnQh 9y3Vzgi09rABaLuRF7ro23wbfxveeYuXUn/472k+NFVQEEl1YwZjiUStf7/Ap8RrMQq/D1 Md4OBMdEMA9uBmQ6abL4OOzBMgryPS/JJ9kmv+I8gFcTgvsmZa6olq1L+r+igandAca3w9 QE4ang72uLwc4B9BNZwrR6zYm7PIgfsXAtXoivdM4QAVju7JHq0VKJesSFtc0Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] btrfs-progs: Update to version 6.19.1 Date: Sun, 5 Apr 2026 14:03:20 +0200 Message-ID: <20260405120354.137211-3-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-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 Content-Transfer-Encoding: 8bit - Update from version 6.17.1 to 6.19.1 - Update of rootfile - Version 6.18 was skipped - Changelog 6.19.1 * fix balance filter 'usage' that was incorrectly used for ranged usage * core: * fix tree-checker vararg format print * stability fixes * compiler warning fixes * other: * CI updates, action version updates, more build targets * cleanups, refactoring * minor documentation updates 6.19 * mkfs: * make block-group-tree default (support since linux 6.1), use -O ^bgt to * unset it for backward compatibility * speed up initial device discard by processing the ranges in order * disable block-group-tree feature if a dependent feature is explicitly unselected (like disabling no-holes), instead of erroring out * check: * add ability to detect and fix missing orphan items in deleted subvolumes * add ability to fix inode refs from directory items * enhance detection on unknown inode keys * libbtrfsutil: * minor version update to 1.4.0 * add missing aliases for API updates done in 0.1.3, C and python * libbtrfs: * patchlevel version update 0.1.5 * error handling updates * fixes: * with DUP profile and mixed sequential and conventional zoned make sure to track the right write pointers * scrub: fix ETA wraparound calculations, when many files get deleted during the operation bytes_scrubbed and bytes_total get too much out of sync, the ETA will be 0 * corrupt-block: add ability to specify key value when corrupting item keys * experimental features: * initial remap tree support (new logical-to-logical mapping layer), coming in linux 7.0 * other: * error handling improvements * CI updates * code cleanups and refactoring * documentation updates Signed-off-by: Adolf Belka --- config/rootfiles/common/btrfs-progs | 4 ++-- lfs/btrfs-progs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/btrfs-progs b/config/rootfiles/common/btrfs-progs index 1550484c1..513dd1b67 100644 --- a/config/rootfiles/common/btrfs-progs +++ b/config/rootfiles/common/btrfs-progs @@ -21,11 +21,11 @@ usr/bin/mkfs.btrfs #usr/lib/libbtrfs.a #usr/lib/libbtrfs.so usr/lib/libbtrfs.so.0 -usr/lib/libbtrfs.so.0.1.4 +usr/lib/libbtrfs.so.0.1.5 #usr/lib/libbtrfsutil.a #usr/lib/libbtrfsutil.so usr/lib/libbtrfsutil.so.1 -usr/lib/libbtrfsutil.so.1.3.2 +usr/lib/libbtrfsutil.so.1.4.0 #usr/lib/pkgconfig/libbtrfsutil.pc usr/lib/udev/rules.d/64-btrfs-dm.rules usr/lib/udev/rules.d/64-btrfs-zoned.rules diff --git a/lfs/btrfs-progs b/lfs/btrfs-progs index 34592b3e9..f469afa3a 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 6.17.1 +VER = 6.19.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 = 6340fb5f87d3dcf9598785fbb00ccd2278e268c1b798a1013ede9d25fc8e2005376c2333c84befcf95ec9ae2b7e75562750a2bf8fbfc7bbf966d713e1feb5818 +$(DL_FILE)_BLAKE2 = 555bf1c0625afd30dae3cc38f293de195450133cea701096010cadde3d8be405681ed2c4b5e43db777df146e1d2d90697746bc9eea253211df216bd4456e04a1 install : $(TARGET) -- 2.53.0