From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zjxyr132Tz339Z for ; Thu, 24 Apr 2025 13:44: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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zjxym4RJkz32dy for ; Thu, 24 Apr 2025 13:44:00 +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 4Zjxym090Qz1rJ; Thu, 24 Apr 2025 13:43:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745502240; 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=2QJtFpHztJSAvIp8W0XNnLP/r6ejfXaXchJQhiqkMGM=; b=1uxkqMFhrSUkfhYjbOSulBUkIm4J6xRM4ZWkfxYi5oF3uNB8fHkme5xbVKSbLTMZWrZ1X1 1xsWd29GV1sL1bAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745502240; 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=2QJtFpHztJSAvIp8W0XNnLP/r6ejfXaXchJQhiqkMGM=; b=ow8U+YocWfoTDlgR4/sRYk+ZAom9EOaISjyJmck3xJkIwyCff1YPslhvHWZlhwXte9mkEp z5VFInF9TF+mg3XAhcIW+yN0EivS9VEUwk+ZPz+Ce24v6mKRVqDOXtvp92wu60rqLcDhP6 sfNUU+Z8ab0MBSgJJJ4+gzM7sbxrQ4iPXlhgOWWyFyyIl2XTggoGROanobfrovv3O/gXN3 HZcxMBHAhpLkd14vPSbkAS2i46n5XvYK5/Ddfn6hRvqRS5SdikPvI/+cLHInB+5SgE+85J NeuGKjVMaXOOqZXlEm8In9WSe6UEu5FLOwHA+jdc7o6UZKRG8kQ6fZQE/c9IdQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] btrfs-progs: Update to version 6.14 Date: Thu, 24 Apr 2025 15:43:44 +0200 Message-ID: <20250424134354.3440212-2-adolf.belka@ipfire.org> In-Reply-To: <20250424134354.3440212-1-adolf.belka@ipfire.org> References: <20250424134354.3440212-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.13 to 6.14 - Update of rootfile not required - Changelog 6.14 * mkfs: * allow --sectorsize to be 2K for testing purposes of subpage mode (needs the same block size supported by kernel) * fix false error when no compression is requested and lzo is not compiled in * convert: support 2K block size in the source filesystem * defrag: new parameter -L/--level to specify compression levels (kernel 6.15), also supports the realtime levels * subvol delete: show names of recursively deleted child subvolumes * qgroup show: use sysfs to detect up to date consistency status * zoned mode: support zone capacity tracking * other: * CI new and updated workflows * 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 82473dbef..cbeb179f3 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -24,7 +24,7 @@ include Config -VER = 6.13 +VER = 6.14 # 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 = aaf536e17977c052dd0828501f5a91b85403d561301f10d8c7bf2f5abae30a323f781ef8727f8ca48efc6edf16000b3ee8435fd6a89d6d047dda289ad87e3f64 +$(DL_FILE)_BLAKE2 = fae9bdbacc093ba260d7740001eef98f4ffb72c30631c789a34fbd5f34283cbdfb9f1e6b2f6112fb769b90892b47ea2bcc0bcdab37748b8d23e3588051620b2a install : $(TARGET) -- 2.49.0