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 4cBGsw754Pz30Qc for ; Tue, 26 Aug 2025 18:49:24 +0000 (UTC) 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) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGss3287z2xQ9 for ; Tue, 26 Aug 2025 18:49:21 +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 4cBGsr4TDNz2B; Tue, 26 Aug 2025 18:49:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234160; 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=nJ01Hfgecwg4fcaoTJay47E5qsrsgnHBHMmV32A3erw=; b=eQUM1on1pzCJrIgLd+nBbjxZp8EYTv83dsL4OpIz3fp5UsO/4cfdg2tWDiF6OEFMMDB+/t UzpIJnYjx/B7k4AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234160; 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=nJ01Hfgecwg4fcaoTJay47E5qsrsgnHBHMmV32A3erw=; b=JIbjZUj1MtmTczFro/b9yNHpBNI1pwGxUyTacI8hMVsU3N01T01oKT/8/HD+LjP09DxQro n0f+q7FJO0K2kjx0OEdkhLWgoouZ1ecSwdJjusw0/Efnahvl9iDUdEQkvHPgikNDj3kjPT PamB297ArqSLNv5QNoWPWyKiSqrqGop/PqDMUMC8v5n5psDww/nnlmB4K4JqY0o+GtCdS7 qhkrYHb+HSRd8VDrx26REb659CXMr+BBJBnSC8eVPw3fyTq0oF3dclEEaMZLG8NLoWH44R qroIYv8WzhcenEYKqTHFKBa8WQsJq0HpruBMdeFcB56Uu+0PdQjgShxOEf+Slg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] btrfs-progs: Update to version 6.16 Date: Tue, 26 Aug 2025 20:48:42 +0200 Message-ID: <20250826184904.6229-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.15 to 6.16 - Update of rootfile not required - Changelog 6.16 * mkfs: * print label of existing filesystem if attempting to overwrite * remove note about changed defaults in 6.15 * discard support detection uses the ioctl and not sysfs, this should work for all types of block devices * device usage: fix printing units of partition sizes, used to be in 512B sectors * defrag: new option --nocomp to request no compression (kernel 6.17) * check: detect missing orphan items for deleted subvolumes * subvol delete: don't print warning if filesystem is mounted with user_subvol_rm_allowed * build: add build support for Android * other: * cleanups and refactoring * sync sources with kernel * documentation updates * CI and test 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 952a59909..652ae34ea 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -24,7 +24,7 @@ include Config -VER = 6.15 +VER = 6.16 # 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 = 5e79b7606fb236bc21e5b2401f5d6b27ad0ffb1b8ceef3ed9c7042b384508b1e1cc2a3a451d94e5369fa1592d91da78264caabe74bf1d907ac8e513a86b6fed8 +$(DL_FILE)_BLAKE2 = 375c60a93bc5b62d7c3a94d5ed108b81786b27f2beba27d85bcede94a892d84e71b1fe00a1574cc53066fe77bb37408b2b382db4a1664fefcc676c1c3efa1c60 install : $(TARGET) -- 2.51.0