From fc11886077865767831047ef324fad7b2ebcf357 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 16 Aug 2022 15:25:07 +0200 Subject: [PATCH] btrfs-progs: update CHANGES for 5.19 Signed-off-by: David Sterba --- CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES b/CHANGES index 015f36e1..d44893fe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,23 @@ +btrfs-progs-5.19 (2022-08-16) +----------------------------- + * send: support protocol version 2 + * fi show: print all missing devices + * device stats: add tabular output + * replace: add alias to device group (device replace) + * check: validate free space tree items + * fixes: + * convert: support large filesystems (block count > 32bit) + * recognize filesystems with verity enabled + * mkfs and DUP could write out of order, fix it for zoned mode + * build: + * optional support for LZO and ZSTD in receive + * compatibility with glibc 2.36 (mount.h) + * add fallbacks for new GCC builtins + * other: + * corrupt-block: target specific items, offsets + * documentation updates, new pages from wiki + * new tests + btrfs-progs-5.18 (2022-05-25) ----------------------------- * fixes: