]> git.ipfire.org Git - ipfire-2.x.git/commit
btrfs-progs: Update to version 6.13
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 26 Feb 2025 18:12:42 +0000 (19:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 11:09:40 +0000 (11:09 +0000)
commit5934dc9acca05a898f8b258cb11d03942b471066
tree03843695c6a3dc88e4821905f1930ccfa697b846
parent61105fd16e5edc8c15641a4971da9a565052c427
btrfs-progs: Update to version 6.13

- Update from version 6.11 to 6.13
- Update of rootfile not required
- Changelog
    6.13
mkfs:
   new option to enable compression
   updated summary (subvolumes, compression)
   completely remove option --leafsize, deprecated long ago
btrfstune: add option to remove squota
scrub:
   start: new option --limit to set the bandwidth limit for the duration of
    the run
   status: fix printing of Rate unit suffix (SI/IEC)
qgroup clean-stale: check if quotas are enabled before starting filesystem sync()
   print builtin features and options in --version output (mkfs, convert,
    image, btrfstune)
build:
   Botan minimum version is now 3.x
   target to build compile_commands.json (for LSP)
other:
   a bit more optimized crc32c code
   sync some headers from kernel code
   command help updates and fixes
   build warning fixes
   error message updates
   cleanups and refactoring
   updated tests
   lots of documentation updates
    6.12
subvolume delete: add new option to do recursive subvolume deletion (for
 regular user delete only accessible subvolumes)
mkfs:
   new option --subvol to create subvolumes in given paths, read-write,
    read-only and default
   add hard link detection support for --rootdir option
fixes:
   receive: message verbosity fixes
   check: fix false positive report of missing checksum for extent holes
   check: handle compressed extents when checking tree log
   when asking Y/N user questions, flush the terminal so the question is
    displayed (e.g. btrfstune -S)
other
   code refactoring, error handling
   python packaging fixes
   documentation updates
   new tests

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