diff mbox series

[04/29] btrfs-tools: upgrade 6.16 -> 6.17

Message ID 20251105234712.446-4-wangmy@fujitsu.com
State New
Headers show
Series [01/29] adwaita-icon-theme: upgrade 48.0 -> 49.0 | expand

Commit Message

Wang Mingyu Nov. 5, 2025, 11:46 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 ef809d384b..bb72cb0c04 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 \