summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-08-11 12:45:00 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2016-08-11 12:45:00 +0100
commitffd998be34a1a3d208106d051e85058ff9ac9667 (patch)
tree3f93a4a7362dcbdbadf5086e9404dc58ea22200a /CHANGES
parent3d69435ee3292b4b1db2d61c4784789d75883821 (diff)
Imported Upstream version 4.7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index db900588..eced7a98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,21 @@
+btrfs-progs-4.7 (2016-07-29)
+ * convert: fix creating discontig extents
+ * check: speed up traversing heavily reflinked extents within a file
+ * check: verify qgroups of higher levels
+ * check: repair can now fix wrong qgroup numbers
+ * balance: new option to run in the background
+ * defrag: default extent target size changed to 32MiB
+ * du: silently skip non-btrfs dirs/files
+ * documentation updates: btrfs(5), btrfs(8), balance, subvolume, scrub,
+ filesystem, convert
+ * bugfixes:
+ * unaligned access (reported for sparc64) in raid56 parity calculations
+ * use /bin/bash
+ * other stability fixes and cleanups
+ * more tests
+
btrfs-progs-4.6.1 (2016-06-24)
- * fi resize: negative resize argument accepted again (broken
+ * fi resize: negative resize argument accepted again
* qgroup rescan: fix skipping when rescan is in progress
* mkfs: initialize stripesize to correct value
* testsuite updates, mostly convert tests