X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CHANGES;h=77c496bff35907cff922f31426fb23d470c43314;hb=1c9c5f7fb3f6a2182d230d469b22b3b1329f24d8;hp=d1bba6c691d69e5ddd39a10cb4f4cdcd59077541;hpb=3d341f5baac5fb26f997973eac659d5eb5a55465;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/CHANGES b/CHANGES index d1bba6c..77c496b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,56 @@ +btrfs-progs-4.14.1 (2018-01-05) + * dump-tree: print times of root items + * check: fix several lowmem mode bugs + * convert: fix rollback after balance + * other + * new and updated tests, enabled lowmem mode in CI + * docs updates + * fix travis CI build + * build fixes + * cleanups + +btrfs-progs-4.14 (2017-11-16) + * build: libzstd now required by default + * check: more lowmem mode repair enhancements + * subvol set-default: also accept path + * prop set: compression accepts no/none, same as "" + * filesystem usage: enable for filesystem on top of a seed device + * rescue: new command fix-device-size + * other + * new tests + * cleanups and refactoring + * doc updates + +btrfs-progs-4.13.3 (2017-10-16) + * check: fix --force, wrong check for a mounted block device + * build: fix --with-convert parsing + * subvol list: don't list TOPLEVEL + * other: update tests + +btrfs-progs-4.13.2 (2017-10-06) + * subvol list: + * don't list toplevel subvolume among deleted (broken since 4.8.3) + * minor adjustments of uuid print format + * subvol delete: + * fix swapped behaviour of --commit-each and --commit-after + * fix potentially lost sync if subvolumes are from different filesystems + * check: add cache for metadata blocks, should improve performance + * other: + * new tests, testsuite updates + * doc updates + * cleanups + +btrfs-progs-4.13.1 (2017-09-25) + * image: speed up generating the sanitized names, do not generate unprintable chars + * completion: add missing commands, better mount point detection + * restore: add zstd support; libzstd detected automatically, will be + requested by default in the future, or can be configured out + * other: + * misc fixes found by sparse + * doc enhancements, ioctl manual page started + * updated and new tests + * build fixes + btrfs-progs-4.13 (2017-09-08) * convert: reiserfs support * check: new option --force to allow check of a mounted filesystem (no repair)