]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
btrfs-progs: Update to version 6.16
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 26 Aug 2025 18:48:42 +0000 (20:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Aug 2025 10:34:44 +0000 (10:34 +0000)
- Update from version 6.15 to 6.16
- Update of rootfile not required
- Changelog
    6.16
   * mkfs:
      * print label of existing filesystem if attempting to overwrite
      * remove note about changed defaults in 6.15
      * discard support detection uses the ioctl and not sysfs, this should
        work for all types of block devices
   * device usage: fix printing units of partition sizes, used to be in 512B
     sectors
   * defrag: new option --nocomp to request no compression (kernel 6.17)
   * check: detect missing orphan items for deleted subvolumes
   * subvol delete: don't print warning if filesystem is mounted with
     user_subvol_rm_allowed
   * build: add build support for Android
   * other:
      * cleanups and refactoring
      * sync sources with kernel
      * documentation updates
      * CI and test updates

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/btrfs-progs

index 952a599097bee0d7d9c9a401c836661b65a5b1b5..652ae34ea0bebe298750d4a1fc7fc035ef4e4a67 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.15
+VER        = 6.16
 
 # 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 = 5e79b7606fb236bc21e5b2401f5d6b27ad0ffb1b8ceef3ed9c7042b384508b1e1cc2a3a451d94e5369fa1592d91da78264caabe74bf1d907ac8e513a86b6fed8
+$(DL_FILE)_BLAKE2 = 375c60a93bc5b62d7c3a94d5ed108b81786b27f2beba27d85bcede94a892d84e71b1fe00a1574cc53066fe77bb37408b2b382db4a1664fefcc676c1c3efa1c60
 
 install : $(TARGET)