Btrfs progs release 7.1
David Sterba <[email protected]>
| Newsgroups | org.kernel.vger.linux-btrfs |
|---|---|
| Message-ID | <[email protected]> |
Hi,
btrfs-progs version 7.1 have been released.
Changelog:
* 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
Tarballs: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/
Git: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
Release: https://github.com/kdave/btrfs-progs/releases/tag/v7.1
Python: https://pypi.org/project/btrfsutil/