]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
btrfs-tools: upgrade 6.16 -> 6.17
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 5 Nov 2025 23:46:47 +0000 (07:46 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Nov 2025 11:03:37 +0000 (11:03 +0000)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-devtools/btrfs-tools/btrfs-tools_6.17.bb [moved from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb with 98% similarity]

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 ef809d384bd0926d195c794c197fcc8c7cf706af..bb72cb0c04e2ec9d48f914b83a474b4b370a6fc0 100644 (file)
@@ -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 \