From 79313d31524c433b8af9e05b995b7ad9561c8335 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 25 Feb 2019 18:42:33 +0100 Subject: [PATCH] btrfs-progs: update CHANGES for v5.1 Signed-off-by: David Sterba --- CHANGES | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGES b/CHANGES index e8136996..44f8f5af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,33 @@ +btrfs-progs-5.1 (2019-05-17) + * (version 5.0 skipped) + * check: + * repair: flush/FUA support to avoid breaking metadata COW + * file extents repair no longer relies on data in extent tree + * lowmem: fix false error reports about gaps between extents + * add inode mode check and repair for various objects + * add check for invalid combination of nocow/compressed extents + * device scan: new option to forget scanned devices + * mkfs: use same chunk size as kernel for initial creation + * dev-replace: better report when other exclusive operation is running + * help: for syntax errors on command line, print only the relevant messages, + not the whole help text + * receive: + * new option for quiet mode + * on -vv print information about written ranges + * fix endless loop with --dump on an invalid stream + * defrag: able open files in RO mode (needs kernel support to work) + * dump-tree: --block can be specified multiple times + * libbtrfsutil: fix: don't close fd on error in btrfs_util_subvolume_id_fd + * core: + * add sync before superblock write + * better error handling on the transaction commit path + * try to find best copy when reading tree blocks + * update backup roots on commit transaction + * other: + * fuzz tests pass and are enabled in CI + * cleanups + * new tests + btrfs-progs-4.20.2 (2019-02-25) * ci: use newer distro for builds * dump-super: minor output fixup