From 152496dac7a55400ed649790b05c756a5a290faf Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 22 Nov 2019 19:14:54 +0100 Subject: [PATCH] btrfs-progs: update CHANGES for 5.4 Signed-off-by: David Sterba --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES b/CHANGES index 4607af8d..b9a343a2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +btrfs-progs-5.4 (2019-12-03) + * support new hash algorithms (kernel 5.5): + * mkfs.btrfs and btrfs-convert with --csum, crc32c, xxhash, sha256, blake2 + * mkfs: support new raid1c3 and raid1c4 block group profiles (kernel 5.5) + * check: + * --repair delays start with a warning, can be skipped using --force + * enhanced detetion of inode types from partial data, more options for + repair + * receive: fix quiet option + * image: speed up chunk loading + * fi usage: + * sort devices by id + * print ratio of used/total per block group type + * rescue zero-log: reset the log pointers directly, avoid reading some other + potentially damaged structures + * new make target install-static to install only static binaries/libraries + * other + * docs updates + * new tests + * cleanups and refactoring + btrfs-progs-5.3.1 (2019-10-25) * libbtrfs: fix link breakage due to missing symbols