]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
btrfs-progs: Update to version 6.14
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 24 Apr 2025 13:43:44 +0000 (15:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Apr 2025 14:57:16 +0000 (14:57 +0000)
- Update from version 6.13 to 6.14
- Update of rootfile not required
- Changelog
    6.14
   * mkfs:
      * allow --sectorsize to be 2K for testing purposes of subpage mode (needs
        the same block size supported by kernel)
      * fix false error when no compression is requested and lzo is not
compiled in
   * convert: support 2K block size in the source filesystem
   * defrag: new parameter -L/--level to specify compression levels (kernel 6.15),
     also supports the realtime levels
   * subvol delete: show names of recursively deleted child subvolumes
   * qgroup show: use sysfs to detect up to date consistency status
   * zoned mode: support zone capacity tracking
   * other:
      * CI new and updated workflows
      * documentation updates

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

index 82473dbef6010c7fb0e7b3a6727c4dd20abbfda7..cbeb179f3eb06d2c82b0e31feba00dff3108e0ae 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.13
+VER        = 6.14
 
 # 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 = aaf536e17977c052dd0828501f5a91b85403d561301f10d8c7bf2f5abae30a323f781ef8727f8ca48efc6edf16000b3ee8435fd6a89d6d047dda289ad87e3f64
+$(DL_FILE)_BLAKE2 = fae9bdbacc093ba260d7740001eef98f4ffb72c30631c789a34fbd5f34283cbdfb9f1e6b2f6112fb769b90892b47ea2bcc0bcdab37748b8d23e3588051620b2a
 
 install : $(TARGET)