btrfs-progs: update CHANGES for v4.20

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2018-08-06 15:59:51 +02:00
parent 2b209f70d0
commit 0a529b8395
1 changed files with 20 additions and 0 deletions

20
CHANGES
View File

@ -1,3 +1,23 @@
btrfs-progs-4.20 (2019-01-19)
* new feature: metadata uuid
* lightweight change of UUID without rewriting all metadata
(incompatible change)
* done by btrfstune -m/-M
* needs kernel support, 5.0+
* image:
* fix block groups when restoring from multi-device image
* only enlarge result image if it's a regular file
* check
* more device extent checks and fixes
* can repair dir item with mismatched hash
* mkfs: uuid tree created with proper contents
* fix mount point detection due to partial prefix match
* other:
* new tests
* libbtrfsutil: fix tests if kernel lacks support for new subvolume ioctls
* build fixes
* doc fixes
btrfs-progs-4.19.1 (2018-12-05)
* build fixes
* big-endian builds fail due to bswap helper clashes