X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CHANGES;h=fa9f3bbd8bf62b3893ff2cacbf93cabd3734217d;hb=88ef0b8397fa13f6114dc3ba5c8e88a7b7c992f9;hp=405dfa09e688e8e85b424c4ebf087989e0f57b46;hpb=f1c8e54d1bcff6c60b22cc5db46f04ad07e64f0f;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/CHANGES b/CHANGES index 405dfa0..fa9f3bb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,42 @@ +btrfs-progs-4.12.1 (2017-08-25) + * build: + * fix cross-compilation + * use gnu90 explicitly + * dump-tree: more relaxed checks so -b can print block on a damaged fs + * convert: fix the 1MB range exclusion + * check: more dir_item hash checks + * other + * added missing getopt spec for some options + * doc fixes + * cleanups + * test updates + +btrfs-progs-4.12 (2017-07-26) + * subvol show: new options --rootid, --uuid to show subvol by the given spec + * convert: progress report fixes, found by tsan + * image: progress report fixes, found by tsan + * fix infinite looping in find-root, or when looking for free extents + * other: + * code refactoring + * docs updates + * build: ThreadSanitizer support + * tests: stricter checks for mounted filesystem + +btrfs-progs-4.11.1 (2017-06-30) + * image: restoring from multiple devices + * dev stats: make --check option work + * check: fix false alert with extent hole on a NO_HOLE filesystem + * check: lowmem mode, fix false alert in case of mixed inline and compressed + extent + * convert: work with large filesystems (many TB) + * convert: fix overwriting of eb header flags + * convert: do not clear NODATASUM flag in inodes when run with --no-datasum + * docs updates + * build: sync Android.mk with Makefile + * tests: + * new tests + * fix 008 and 009, shell quotation mistake + btrfs-progs-4.11 (2017-05-18) * receive: fix handling empty stream with -e (multi-stream) * send dump: fix printing long file names @@ -206,7 +245,7 @@ btrfs-progs-4.7 (2016-07-29) * more tests btrfs-progs-4.6.1 (2016-06-24) - * fi resize: negative resize argument accepted again + * filesystem 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 @@ -251,8 +290,8 @@ btrfs-progs-4.5.2 (2016-05-02) * 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 + * filesystem sync: is now silent + * filesystem 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: @@ -269,7 +308,7 @@ btrfs-progs-4.5 (2016-03-20) * btrfs-debug-tree -> btrfs inspect-internal dump-tree New commands: - * btrfs fi du - calculate disk usage, including shared extents + * btrfs filesystem du - calculate disk usage, including shared extents Enhancements: * device delete - delete by id (needs kernel support, not merged to @@ -362,7 +401,7 @@ btrfs-progs-4.3 (2015-11-06) * print version info earlier * print devices sorted by id * do not truncate target image with --rootsize - * fi usage: + * filesystem usage: * don't print global block reserve * print device id * minor output tuning @@ -408,11 +447,11 @@ btrfs-progs-4.2.3 (2015-10-19) * restore: off-by-one symlink path check fix btrfs-progs-4.2.2 (2015-10-05) - * fi label: use fallback if the label ioctl is not available + * filesystem label: use fallback if the label ioctl is not available * convert: check nodesize constraints against commandline features (-O) * scrub: report status 'running' until all devices are finished * device scanning might crash in some scenarios - * fi usage: print summary for non-root users + * filesystem usage: print summary for non-root users btrfs-progs-4.2.1 (2015-09-20) * fix an off-by-one error in cross-stripe boundary check @@ -571,7 +610,7 @@ btrfs-progs-3.19.1 (2015-03-25) * build fixes: * missing macro from public header, BTRFS_BUILD_VERSION * wrong handling of --enable-convert - * fi usage: reports correct space for degraded mounts + * filesystem usage: reports correct space for degraded mounts * other: * mkfs: help string updates * completion: added 'usage' subcommands @@ -595,7 +634,7 @@ btrfs-progs-3.18.2 (2015-01-27) * qgroup show: print human readable sizes, options to say otherwise * check: new option to explicitly say no to writes * mkfs: message about trimming is not printed to stderr - * fi show: fixed return value + * filesystem show: fixed return value * tests: new infrastructure * btrfstune: force flag can be used together with seeding option * backtrace support is back @@ -610,7 +649,7 @@ btrfs-progs-3.18 (2014-12-30) * mkfs - skinny-metadata feature is now on by default, first introduced in kernel 3.10 * filesystem usage - give an overview of fs usage in a way that's more - comprehensible than existing 'fi df' + comprehensible than existing 'filesystem df' * device usage - more detailed information about per-device allocations * check * option to set a different tree root byte number @@ -637,12 +676,12 @@ btrfs-progs-3.17.2 (2014-11-19) * zero-log: able to reset a fs with bogus log tree pointer (bug_72151) btrfs-progs-3.17.1 (2014-11-04) - * fi df: argument handling + * filesystem df: argument handling * fix linking with libbtrfs * replace: better error reporting - * fi show: fixed stall if run concurrently with balance + * filesystem show: fixed stall if run concurrently with balance * check: fixed argument parsing for --subvol-extents - * fi df: SI prefixes corrected + * filesystem df: SI prefixes corrected btrfs-progs-3.17 (2014-10-17) * check: --init-csum-tree actually does something useful, rebuilds the @@ -657,7 +696,7 @@ btrfs-progs-3.16.2 (2014-10-01) * a few fixes in fsck and image tools btrfs-progs-3.16.1 (2014-09-15) - * print GlobalReserve in fi df output + * print GlobalReserve in filesystem df output * new option -R in subvol list * library version defines * static build is fixed