From 5bc1c1f4674f931b8abb5c23138b34d2de54658a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 29 May 2023 16:51:29 +0200 Subject: [PATCH] btrfs-progs: update CHANGES for 6.3.1 Signed-off-by: David Sterba --- CHANGES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES b/CHANGES index 0a42ef93..85de5e91 100644 --- a/CHANGES +++ b/CHANGES @@ -22,6 +22,25 @@ btrfs-progs-6.3 (2023-04-27) * CI cleanups and old files removed * integration with Github actions +btrfs-progs-6.3.1 (2023-05-29) +"""""""""""""""""""""""""""""" + * convert: fix checksum of a block relocated from 0-1M range + * qgroup show: fix formatting of limit values in json output + * receive: report paret subovl UUID on errors + * btrfsune: new option --convert-to-free-space-tree to convert from + block-group-tree back to extent tree for block group tracking + * mkfs: make option --rootdir more verbose and report start when filling + from the given directory starts + * experimental: + * btrfstune: checksum switch logic reimplemented, conversion of all + metadata and data now works, resume from various states also supported + * other: + * more CI github actions test coverage + * more kernel/userspace source code sync + * warning fixes + * code cleanups + * documentation updates + btrfs-progs-6.2 (2023-02-28) ---------------------------- * receive: fix a corruption when decompressing zstd extents