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 4bYTyn12JXz36WF for ; Fri, 4 Jul 2025 10:14:57 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bYTyj4LJsz2ywH for ; Fri, 4 Jul 2025 10:14:53 +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 4bYTyh2V6Mzlf; Fri, 4 Jul 2025 10:14:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751624092; 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=ROuyyziAfUhwNy7472a299RmdzZ5LpKFdlDMyL6eI9M=; b=/4ynZlrCV2bi21pgshrW1f+Gnu2HvExeJHwcsriwk0yswgYW5ZmcW2q7IPqIAn4bEH6QES vYFM2hh0lER7grBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751624092; 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=ROuyyziAfUhwNy7472a299RmdzZ5LpKFdlDMyL6eI9M=; b=eLQBAUFmjMgJGFZk+aC+Q1y5TkdU77ma3N6/Ukrhlh6m30Rr4rTNENQCy9mjAW7wolwurb WnY/Mt04pAesnIEeVMluJpTf0M3rchmWuCx8KSg9IbkyPdFm19qTgJljl96Ujdp2UVURAU MbpVVgAD7Dttltn9hT2ty+jMub4ykVN5hoPq3uxD+UiB1ls0BVn5V546HRcuC5xcbaaBcE uIup9jsbzoXEYmLMUST+HKetbskCkJg0Qa+sV6c31D92rUqtGWX5+PZZTuiqz42V/lvt2X 3+Por0pMr/1sketAZujhxAyuMvLTLo1ewlGl4ytztY6WS7ZA9+GSbd4zd9PKVg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] btrfs-progs: Update to version 6.15 Date: Fri, 4 Jul 2025 12:14:16 +0200 Message-ID: <20250704101446.8038-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.14 to 6.15 - Update of rootfile not required - Changelog 6.15 * mkfs: new option --inode-flags to specify flags/attributes for inodes/directories/subvolumes * check: * fix false alert on missing checksum for hole * in lowmem mode, fix false alerts when checking refs * convert: check feature compatibility when enabling block-group-tree * tune convert-bgt: fix resume of conversion * rescue: add new command fix-data-checksum, selectively fix or find mismatching checksums * other: * new and 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 cbeb179f3..591496711 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -24,7 +24,7 @@ include Config -VER = 6.14 +VER = 6.15 # 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 = fae9bdbacc093ba260d7740001eef98f4ffb72c30631c789a34fbd5f34283cbdfb9f1e6b2f6112fb769b90892b47ea2bcc0bcdab37748b8d23e3588051620b2a +$(DL_FILE)_BLAKE2 = 5e79b7606fb236bc21e5b2401f5d6b27ad0ffb1b8ceef3ed9c7042b384508b1e1cc2a3a451d94e5369fa1592d91da78264caabe74bf1d907ac8e513a86b6fed8 install : $(TARGET) -- 2.50.0