From 6d65eed8a745f94dcd530462bfefd9425b459f7c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 6 Oct 2022 19:08:37 +0200 Subject: [PATCH] btrfs-progs: update CHANGES for 6.0 Signed-off-by: David Sterba --- CHANGES | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES b/CHANGES index dd1b9f18..551d9742 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,26 @@ +btrfs-progs-6.0 (2022-10-11) +----------------------------- + * fi usage: in tabular output, print total size and slack size + * mkfs: + * option -O now accepts values from -R to unify the interface (-R will + continue to work) + * zone reset and discard is done in parallel on all devices + * removed option --leafsize, deprecated long time ago + * corrupt-block: recalculate checksum when changing generation + * fixes: + * convert: fix reserved range detection and overlaps + * mkfs: fix creating files with reserved inode numbers with --rootdir + * receive: escape filenames in command attributes + * fix extent buffer leaks after transaction abort + * experimental: + * mkfs: support for block-group-tree (kernel 6.1) + * fsverity in send (protocol v3, WIP) + * btrfstune -b converts to block-group-tree + * other: + * cleanups, refactoring + * new and updated tests + * update documentation + btrfs-progs-5.19 (2022-08-16) ----------------------------- * send: support protocol version 2