From 934dc3d996547e9d9c9bac7e2b1f6bd0d3de9160 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 6 Nov 2025 07:46:47 +0800 Subject: [PATCH] btrfs-tools: upgrade 6.16 -> 6.17 Changelog: ========== * 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: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand --- .../btrfs-tools/{btrfs-tools_6.16.bb => btrfs-tools_6.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.16.bb => btrfs-tools_6.17.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb index ef809d384bd..bb72cb0c04e 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "54694de98fdc4ea5678cdd77b920c044bbf64f26" +SRCREV = "c03e29f083678f47a7d7d810db4d21d905979b77" PACKAGECONFIG ??= " \ programs \ -- 2.47.3