Hi,
btrfs-progs version 5.1.1 have been released.
Changes:
* convert and mkfs will try to use optimized crc32c
* fi show: accept a file-backed image
* fi show: fix possible crash when device is deleted in parallel
* build:
* support extra flags for python bindings
* separate LDFLAGS for libbtrfsutil
* other:
* space reservation fixes or debugging improvements
* V0 extent code removed
* more tests and cleanups
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
Shortlog:
David Sterba (9):
btrfs-progs: tests: unmount testing mount point recursively
btrfs-progs: tests: add helper for common mkfs on TEST_DEV
btrfs-progs: switch to mkfs helper
btrfs-progs: tests: fix misc-tests/029 to run on NFS
btrfs-progs: tests: misc-tests/034: use sudo helper for module probing
btrfs-progs: test: cleanup misc-tests/034
btrfs-progs: fix gcc9 warning and potentially unaligned access to dev stats
btrfs-progs: update CHANGES for v5.1.1
Btrfs progs v5.1.1
Joshua Watt (1):
btrfs-progs: build: Pass CFLAGS and LDFLAGS to Python
Nikolay Borisov (2):
btrfs-progs: Correctly open filesystem on image file
btrfs-progs: tests: Test fs on image files is correctly recognised
Qu Wenruo (7):
btrfs-progs: convert: Workaround delayed ref bug by limiting the size of a transaction
btrfs-progs: Output extent tree leaf if we failed to find a backref
btrfs-progs: Enable crc32c optimization probe for convert and mkfs
btrfs-progs: Cleanup BTRFS_COMPAT_EXTENT_TREE_V0
btrfs-progs: check/lowmem: Reset path in repair mode to avoid incorrect item from being passed to lowmem check.
btrfs-progs: Avoid nested chunk allocation call
btrfs-progs: Do metadata preallocation for fs trees and csum tree
Sergei Trofimovich (1):
btrfs-progs: build: apply LDFLAGS to libbtrfsutil.so
Su Yue (1):
btrfs-progs: fix invalid memory write in get_fs_info()