From patchwork Tue Oct 14 13:07:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9196 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 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzw6mmKz3xQ8 for ; Tue, 14 Oct 2025 13:08:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cmDzv21nbz453 for ; Tue, 14 Oct 2025 13:08:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cmDzs5wT0z337H for ; Tue, 14 Oct 2025 13:08:25 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzq1VlLz32fl for ; Tue, 14 Oct 2025 13:08:23 +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 4cmDzn54dXzCx; Tue, 14 Oct 2025 13:08:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760447301; 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=nFTDZ5PoMsEN+k42RhlOXfxDERcjSa/F6wxmbRuwlrs=; b=2KIZg85fwxR5vh153zLgrRGo1/zIrQZknrXSJ26Jh+jz8FA+Uug3zIMW5X6A6vx9RZ3GOg 4uf0vaQtrv58ttAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760447301; 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=nFTDZ5PoMsEN+k42RhlOXfxDERcjSa/F6wxmbRuwlrs=; b=tTAGofWSOl85STS/BWlkp3v3wTYOsmE9Z+nm0VYSNz6CJ5fp9p91+pTk2CAtGEuiILKcM4 NDjxKIcmWFSbOgQTbRT/8RcXHPWx+rgkFBX/rQbF9SWDuBR7uLKdpox77vnNlM1v+VHODs ChRseHKKlOS6N+ZihLNQOuAso01jdY+lSpUUQZzuM1YttvOq6PjUw1bNFK0Bg9Rd7qeTcy K9Hps7UW7vYMeyXvGNjZ/atHCYVUAdX0UsUwPhE0FUMFLc1pvYl69XseKxLQFV8T2dTavX yB994yLab03u5D1lyJVhXR08aKvZ/GkMQ2FS28bATTy2kaROBLd7BYm0j5WFNQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] btrfs-progs: Update to version 6.17 Date: Tue, 14 Oct 2025 15:07:53 +0200 Message-ID: <20251014130807.3469514-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 veresion 6.16 to 6.17 - No change to rootfile - Changelog 6.17 * inspect list-chunks: more sorting keys, descending order * fi resize: add support for offline (unmounted) growing of single device * device stats: add support for offline (unmounted) reads * quota status: new command, overview what mode is enabled, tunables * fi commit-stats: new command, print various commit stats from sysfs (since kernel 6.1) * balance start: print warning and delay start if there's a missing device in the filesystem * mkfs: * print zoned mode (native, emulated) * check: * verify device bytes in super block item and in chunk tree * other * updated CI, new and updated tests * cleanups, refactoring * 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 652ae34ea..d5b4fa812 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -24,7 +24,7 @@ include Config -VER = 6.16 +VER = 6.17 # 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 = 375c60a93bc5b62d7c3a94d5ed108b81786b27f2beba27d85bcede94a892d84e71b1fe00a1574cc53066fe77bb37408b2b382db4a1664fefcc676c1c3efa1c60 +$(DL_FILE)_BLAKE2 = 301409e4f0e17c25620070bab0aedc1e57ad672bc7b4e4c1f9db2cd34c6104667800df2979ff456554c94e415be649dd7b8f43859d6539f84a1c050c2db27dd4 install : $(TARGET)