diff options
author | David Sterba <dsterba@suse.com> | 2016-07-28 14:18:59 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-07-29 15:05:47 +0200 |
commit | 6dcfd667de6f3753dbde866c053b82ae8cc47cc5 (patch) | |
tree | b551ad2d529b56ef9b066827ccbbe4af31806258 | |
parent | c52762b4c6716a97a8b561e019efd7bef395ad2f (diff) | |
download | btrfs-progs-6dcfd667de6f3753dbde866c053b82ae8cc47cc5.tar.gz btrfs-progs-6dcfd667de6f3753dbde866c053b82ae8cc47cc5.tar.xz btrfs-progs-6dcfd667de6f3753dbde866c053b82ae8cc47cc5.zip |
btrfs-progs: update CHANGES for 4.7
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r-- | CHANGES | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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 |