From: David Sterba Date: Mon, 24 Oct 2016 13:40:37 +0000 (+0200) Subject: btrfs-progs: update CHANGES for v4.8.2 X-Git-Tag: upstream/4.16.1~1172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2690dc5640f81cd0fad8cbd8c00a2b820002bd5c;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: update CHANGES for v4.8.2 Signed-off-by: David Sterba --- diff --git a/CHANGES b/CHANGES index 304188a..b3f8791 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +btrfs-progs-4.8.2 (2016-10-26) + * convert: also convert file attributes + * convert: fix wrong tree block alignment for unalianged block group + * check: quota verify fixes, handle reloc tree + * build: add stub for FIEMAP_EXTENT_SHARED, compiles on ancient kernels + * build: add stub for BUILD_ASSERT when ioctl.h is included + * dump-tree: don't crash on unrecognized tree id for -t + * tests: + * add more ioctl tests + * convert: more symlink tests, attribute tests + * quota verify for reloc tree + * other cleanups + btrfs-progs-4.8.1 (2016-10-12) * 32bit builds fixed * build without backtrace support fixed