btrfs-progs: Update to version 7.1

Message ID 20260724174412.3827472-1-adolf.belka@ipfire.org
State New
Headers
Series btrfs-progs: Update to version 7.1 |

Commit Message

Adolf Belka 24 Jul 2026, 5:43 p.m. UTC
- Update from version 7.0 to 7.1
- No change to the rootfile
- Changelog
7.1
   * mkfs:
      * use GET_CSUMS ioctl (if provided by kernel, 7.2) to reuse existing
        checksums for --rootdir, works with --reflink to avoid reading file data
      * fix last block handling for reflink
      * fix handling of incompressible data extents
      * fix --rootdir size estimation when using hardlinks
   * fi mkswapfile: add option to specify page size, useful on ARM64
   * check: add option to skip qgroup verification to speed up check
   * in experimental build, use V2 of tree search ioctl, this can use larger
     buffer
   * preliminary fscrypt support
   * enhance filesystem opening modes with more fine-grained support of
     partially damaged trees and allow to skip non-essential trees
   * other:
      * stability and error handling fixes
      * CI updates
      * updated tests
      * documentation updates

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/btrfs-progs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/btrfs-progs b/lfs/btrfs-progs
index dfe01bace..b2b87287d 100644
--- a/lfs/btrfs-progs
+++ b/lfs/btrfs-progs
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 7.0
+VER        = 7.1
 
 # 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 = a0e8ef7a5bca5c4f4deb5487215a3543ae99759ffec191cd23b776d21621fb9aba173115a47ae34ebd0e6e38d720d430e5092151e938b0b65cff4aabffd9c607
+$(DL_FILE)_BLAKE2 = b72e5a027261953fba7915a1f5242a1804c6d4335c4261391a938e1aca6314c193051a52a8c6e315cd8714fe7763a0b20564c67fc654492e4df6ac42daff04a4
 
 install : $(TARGET)