From 291d8dbd02de73e1cce4460df2b5e2a3dc9b7bfd Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 27 Apr 2023 14:14:32 +0200 Subject: [PATCH] btrfs-progs: update CHANGES for 6.3 Signed-off-by: David Sterba --- CHANGES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES b/CHANGES index 99cda88b..0a42ef93 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +btrfs-progs-6.3 (2023-04-27) +---------------------------- + * mkfs: option -R deprecated, options unified in -O (-R still works) + * mkfs: fix potential race with udev leading to EBUSY due to repeatedly + opened file descriptors + * block-group-tree is out of experimental mode + * available as 'mkfs.btrfs -O block-group-tree' + * btrfstune can do in-place conversion to/from (use with care) + * balance: fix recognizing old and new syntax + * subvol snapshot: specific error if a failure is caused by an active swapfile + * tree-stats: rephrase warning when run on a mounted filesystem + * completion: 'filesystem du' also completes files + * check: fix docs, help text and warning that --force + --repair works on a + mounted filesystem + * build: fix static build when static libudev is available + * documentation: + * more updates from wiki, developer docs, changelogs + * reformatting + * updates and fixes + * other: + * test updates and fixes + * CI cleanups and old files removed + * integration with Github actions + btrfs-progs-6.2 (2023-02-28) ---------------------------- * receive: fix a corruption when decompressing zstd extents