summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-05-02 15:32:02 +0200
committerDavid Sterba <dsterba@suse.com>2016-05-02 15:32:02 +0200
commitf859b26147cddbbb24549080d5b1cb245229395f (patch)
tree0cd9eccbda62cf1c39d457487559ea5521e79aec
parent5fcc6e93f05182c598c389ce2c4b9c68a385521f (diff)
btrfs-progs: update CHANGES for 4.5.2
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fdc24002..6186808d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+btrfs-progs-4.5.2 (2016-05-02)
+ * new/moved command: btrfs-calc-stats -> btrfs inspect tree-stats
+ * check: fix false alert for metadata blocks crossing stripe boundary
+ * check: catch when qgroup numbers mismatch
+ * check: detect running quota rescan and report mismatches
+ * balance start: add safety delay before doing a full balance
+ * fi sync: is now silent
+ * fi show: don't miss filesystems with partially matching uuids
+ * dev ready: accept only one argument for device
+ * dev stats: print "devid:N" for a missing device instead of "(null)"
+ * other:
+ * lowest supported version of e2fsprogs is 1.41
+ * minor cleanups, test updates
+
btrfs-progs-4.5.1 (2016-03-31)
* mkfs: allow DUP on multi-device filesystems
* bugfixes: build fixes, assorted other fixes