btrfs-progs: Use named constants for common sizes
[platform/upstream/btrfs-progs.git] / CHANGES
1 btrfs-progs-4.12.1 (2017-08-25)
2   * build:
3     * fix cross-compilation
4     * use gnu90 explicitly
5   * dump-tree: more relaxed checks so -b can print block on a damaged fs
6   * convert: fix the 1MB range exclusion
7   * check: more dir_item hash checks
8   * other
9     * added missing getopt spec for some options
10     * doc fixes
11     * cleanups
12     * test updates
13
14 btrfs-progs-4.12 (2017-07-26)
15   * subvol show: new options --rootid, --uuid to show subvol by the given spec
16   * convert: progress report fixes, found by tsan
17   * image: progress report fixes, found by tsan
18   * fix infinite looping in find-root, or when looking for free extents
19   * other:
20     * code refactoring
21     * docs updates
22     * build: ThreadSanitizer support
23     * tests: stricter checks for mounted filesystem
24
25 btrfs-progs-4.11.1 (2017-06-30)
26   * image: restoring from multiple devices
27   * dev stats: make --check option work
28   * check: fix false alert with extent hole on a NO_HOLE filesystem
29   * check: lowmem mode, fix false alert in case of mixed inline and compressed
30     extent
31   * convert: work with large filesystems (many TB)
32   * convert: fix overwriting of eb header flags
33   * convert: do not clear NODATASUM flag in inodes when run with --no-datasum
34   * docs updates
35   * build: sync Android.mk with Makefile
36   * tests:
37     * new tests
38     * fix 008 and 009, shell quotation mistake
39
40 btrfs-progs-4.11 (2017-05-18)
41   * receive: fix handling empty stream with -e (multi-stream)
42   * send dump: fix printing long file names
43   * stability fixes for: dump-super, print-tree, check
44   * option parser updates: global options are parsed before the subcommand name
45     (old xfstests will fail)
46   * new and updated tests
47   * documentation updates
48
49 btrfs-progs-4.10.2 (2017-03-31)
50   * check: lowmem mode fix for false alert about lost backrefs
51   * convert: minor bugfix
52   * library: fix build, misisng symbols, added tests
53
54 btrfs-progs-4.10.1 (2017-03-17)
55   * receive: handle subvolume in path clone
56   * convert: rollback fixed (rewrite was needed to address previous design issues)
57   * build: fix build of 3rd party tools, missing <linux/sizes.h>
58   * dump-tree: print log trees
59   * other
60     * new and updated tests
61
62 btrfs-progs-4.10 (2017-03-08)
63   * send: dump output fixes: missing newlies
64   * check: several fixes for the lowmem mode, improved error reporting
65   * build
66     * removed some library deps for binaries that not use them
67     * ctags, cscope
68     * split Makefile to the autotool generated part and the rest, not needed
69       to autogen.sh after adding a file
70   * shared code: sync easy parts with kernel sources
71   * other
72     * lots of cleanups
73     * source file reorganization: convert, mkfs, utils
74     * lots of spelling fixes in docs, other updates
75     * more tests
76
77 btrfs-progs-4.9.1 (2017-01-27)
78   * check:
79     * use correct inode number for lost+found files
80     * lowmem mode: fix false alert on dropped leaf
81   * size reports: negative numbers might appear in size reports during device
82     deletes (previously in EiB units)
83   * mkfs: print device being trimmed
84   * defrag: v1 ioctl support dropped
85   * quota: print message before starting to wait for rescan
86   * qgroup show: new option to sync before printing the stats
87   * other:
88     * corrupt-block enhancements
89     * backtrace and co. cleanups
90     * doc fixes
91
92 btrfs-progs-4.9 (2016-12-23)
93   * check: many lowmem mode updates
94   * send: use splice syscall to copy buffer from kernel
95   * receive: new option to dump the stream in textual form
96   * convert:
97     * move sources to own directory
98     * prevent accounting of blocks beyond end of the device
99     * make it work with 64k sectorsize
100   * mkfs: move sources to own directory
101   * defrag: warns if directory used without -r
102   * dev stats:
103     * new option to check stats for non-zero values
104     * add long option for -z
105   * library: version bump to 0.1.2, added subvol_uuid_search2
106   * other:
107     * cleanups
108     * docs updates
109
110 btrfs-progs-4.8.5 (2016-11-30)
111   * receive: fix detection of end of stream (error reported even for valid
112     streams)
113   * other:
114     * added test for the receive bug
115     * fix linking of library-test
116
117 btrfs-progs-4.8.4 (2016-11-25)
118   * check: support for clearing space cache v2 (free-space-tree)
119   * send:
120     * more sanity checks (with tests), cleanups
121     * fix for fstests/btrfs/038 and btrfs/117 failures
122   * build:
123     * fix compilation of standalone ioctl.h, pull NULL definition
124     * fix library link errors introduced in 4.8.3
125   * tests:
126     * add more fuzzed images from bugzilla
127     * add bogus send stream checks
128     * fixups and enhancements for CI environment builds
129     * misc refinements and updates of testing framework
130   * other:
131     * move sources for btrfs-image to own directory
132     * deprecated and not build by default: btrfs-calc-size, btrfs-show-super
133     * docs updates
134
135 btrfs-progs-4.8.3 (2016-11-11)
136   * check:
137     * support for clearing space cache (v1)
138     * size reduction of inode backref structure
139   * send:
140     * fix handling of multiple snapshots (-p and -c options)
141     * transfer buffer increased (should reduce number of context switches)
142     * reuse existing file for output (-f), eg. when root cannot create files (NFS)
143   * dump-tree:
144     * print missing items for various structures
145     * new: dev stats, balance status item
146     * sync key names with kernel (the persistent items)
147   * subvol show: now able to print the toplevel subvolume -- the creation time
148     might be wrong though
149   * mkfs:
150     * store the creation time of toplevel root inode
151     * print UUID in the summary
152   * build: travis CI for devel
153   * other:
154     * lots of cleanups and refactoring
155     * switched to on-stack path structure
156     * fixes from coverity, asan, ubsan
157     * new tests
158     * updates in testing infrastructure
159     * fixed convert test 005
160
161 btrfs-progs-4.8.2 (2016-10-26)
162   * convert: also convert file attributes
163   * convert: fix wrong tree block alignment for unalianged block group
164   * check: quota verify fixes, handle reloc tree
165   * build: add stub for FIEMAP_EXTENT_SHARED, compiles on ancient kernels
166   * build: add stub for BUILD_ASSERT when ioctl.h is included
167   * dump-tree: don't crash on unrecognized tree id for -t
168   * tests:
169     * add more ioctl tests
170     * convert: more symlink tests, attribute tests
171     * quota verify for reloc tree
172   * other cleanups
173
174 btrfs-progs-4.8.1 (2016-10-12)
175   * 32bit builds fixed
176   * build without backtrace support fixed
177
178 btrfs-progs-4.8 (2016-10-05)
179   * error handling improvements all over the place
180   * new fuzzed images, test updates
181   * doc fixups
182   * minor cleanups and improvements
183   * kernel library helpers moved to own directory
184   * qgroup: fix regression leading to incorrect status after check,
185     introduced in 4.7
186
187 btrfs-progs-4.7.3 (2016-09-21)
188   * fixed free space tree compat status
189   * check: low-mem mode: handle partially dropped snapshots
190   * dump-super: consolidate options for superblock copy
191   * tree-stats: check mount status
192   * subvol delete: handle verbosity option
193   * defrag: print correct error string
194   * mkfs: fix reading rotational status
195   * other:
196     * UBSAN build option
197     * documentation updates
198     * enhanced tests: convert, fuzzed images, more tools to run on fuzzed
199       images
200
201 btrfs-progs-4.7.2 (2016-09-05)
202   * check:
203     * urgent fix: false report of backref mismatches; do not --repair
204       last unaffected version 4.6.1 (code reverted to that state)
205   * fuzzing and fixes
206     * added more sanity checks for various structures
207     * testing images added
208   * build: udev compatibility: do not install .rules on version < 190
209   * other:
210     * dump-super: do not crash on garbage value in csum_type
211     * minor improvements in messages and help strings
212   * documentation:
213     * filesystem features
214
215 btrfs-progs-4.7.1 (2016-08-25)
216   * check:
217     * new optional mode: optimized for low memory usage (memory/io tradeoff)
218     * --mode=lowmem, not default, still considered experimental
219     * does not work with --repair yet
220   * convert: regression fix, ext2_subvol/image rw permissions
221   * mkfs/convert:
222     * two-staged creation, partially created filesystem will not be recognized
223     * improved error handling (fewer BUG_ONs)
224   * convert: preparation for more filesystems to convert from
225   * documentation updates: quota, qgroup
226   * other
227     * message updates
228     * more tests
229     * more build options, enhanced debugging
230
231 btrfs-progs-4.7 (2016-07-29)
232   * convert: fix creating discontig extents
233   * check: speed up traversing heavily reflinked extents within a file
234   * check: verify qgroups of higher levels
235   * check: repair can now fix wrong qgroup numbers
236   * balance: new option to run in the background
237   * defrag: default extent target size changed to 32MiB
238   * du: silently skip non-btrfs dirs/files
239   * documentation updates: btrfs(5), btrfs(8), balance, subvolume, scrub,
240     filesystem, convert
241   * bugfixes:
242     * unaligned access (reported for sparc64) in raid56 parity calculations
243     * use /bin/bash
244     * other stability fixes and cleanups
245   * more tests
246
247 btrfs-progs-4.6.1 (2016-06-24)
248   * filesystem resize: negative resize argument accepted again
249   * qgroup rescan: fix skipping when rescan is in progress
250   * mkfs: initialize stripesize to correct value
251   * testsuite updates, mostly convert tests
252   * documentation updates
253     * btrfs-device, btrfs-restore manual pages enhanced
254     * misc fixups
255
256 btrfs-progs-4.6 (2016-06-10)
257   * convert - major rewrite:
258     * fix a long-standing bug that led to mixing data blocks into metadata block
259       groups
260     * the workaround was to do full balance after conversion, which was
261       recommended practice anyway
262     * explicitly set the lowest supported version of e2fstools to 1.41
263   * provide and install udev rules file that addresses problems with device
264     mapper devices, renames after removal
265   * send: new option: quiet
266   * dev usage: report slack space (device size minus filesystem area on the dev)
267   * image: support DUP
268   * build: short options to enable debugging builds
269   * other:
270     * code cleanups
271     * build fixes
272     * more tests and other enhancements
273
274 btrfs-progs-4.5.3 (2016-05-11)
275   * ioctl: fix unaligned access in buffer from TREE_SEARCH; might cause SIGBUS
276     on architectures that do not support unaligned access and do not performa
277     any fixups
278   * improved validation checks of superblock and chunk-related structures
279   * subvolume sync: fix handling of -s option
280   * balance: adjust timing of safety delay countdown with --full-balance
281   * rescue super-recover: fix reversed condition check
282   * check: fix bytes_used accounting
283   * documentation updates: mount options, scrub, send, receive, select-super,
284     check, mkfs
285   * testing: new fuzzed images, for superblock and chunks
286
287 btrfs-progs-4.5.2 (2016-05-02)
288   * new/moved command: btrfs-calc-stats -> btrfs inspect tree-stats
289   * check: fix false alert for metadata blocks crossing stripe boundary
290   * check: catch when qgroup numbers mismatch
291   * check: detect running quota rescan and report mismatches
292   * balance start: add safety delay before doing a full balance
293   * filesystem sync: is now silent
294   * filesystem show: don't miss filesystems with partially matching uuids
295   * dev ready: accept only one argument for device
296   * dev stats: print "devid:N" for a missing device instead of "(null)"
297   * other:
298     * lowest supported version of e2fsprogs is 1.41
299     * minor cleanups, test updates
300
301 btrfs-progs-4.5.1 (2016-03-31)
302   * mkfs: allow DUP on multi-device filesystems
303   * bugfixes: build fixes, assorted other fixes
304
305 btrfs-progs-4.5 (2016-03-20)
306   New/moved commands:
307     * btrfs-show-super -> btrfs inspect-internal dump-super
308     * btrfs-debug-tree -> btrfs inspect-internal dump-tree
309
310   New commands:
311     * btrfs filesystem du - calculate disk usage, including shared extents
312
313   Enhancements:
314     * device delete - delete by id (needs kernel support, not merged to
315       4.6)
316     * check - new option to specify chunk root
317     * debug-tree/dump-tree - option -t understands human readable name of
318       the tree (along numerical ids)
319     * btrfs-debugfs - can dump block group information
320
321   Bugfixes:
322     * all commands should accept the option separator "--"
323     * several fixes in device scan
324     * restore works on filesystems with sectorsize > 4k
325     * debug-tree/dump-tree - print compression type as string
326     * subvol sync: fix crash, memory corruption
327     * argument parsing fixes: subvol get-default, qgroup create/destroy/
328       assign, inspect subvolid-resolve
329     * check for block device or regular file in several commands
330
331   Other:
332     * documentation updates
333     * manual pages for the moved tools now point to btrfs-filesystem
334     * testsuite updates
335
336 btrfs-progs-4.4.1 (2016-02-26)
337   * find-root: don't skip the first chunk
338   * free-space-tree compat bits fix
339   * build: target symlinks
340   * documentation updates
341   * test updates
342
343 btrfs-progs-4.4 (2016-01-18)
344   User visible changes:
345     * mkfs.btrfs --data dup
346
347   People asked about duplicating data on a single device for a long time. There
348   are no technical obstacles preventing that, so it got enabled with a warning
349   about potential dangers when the device will not do the duplicated copies. See
350   mkfs.btrfs section DUP PROFILES ON A SINGLE DEVICE.
351
352     * support balance filters added/enhanced in linux 4.4
353       * usage=min..max -- enhanced to take range
354       * stripes=min..max -- new, filter by stripes for raid0/10/5/6
355       * limit=min..max -- enhanced to take range
356   Note: due to backward compatibility, the range maximum for 'usage' is not
357   inclusive as for the others, to keep the same behaviour as usage=N .
358
359     * manual pages enhanced (btrfs, mkfs, mount, filesystem, balance)
360     * error messages updates, rewordings -- some fstests may break due to that
361     * added support for free-space-tree implementation of space cache -- this
362       requires kernel 4.5 and is not recommended for non-developers yet
363     * btrfs filesystem usage works with mixed blockgroups
364
365   Other:
366     * installation to /usr/local -- this has unintentionally changed during
367       conversion to autotools in 3.19
368     * check: fix a false alert where extent record has wrong metadata flag
369     * improved stability on fuzzed/crafted images when reading sys array in
370       superblock
371     * build: the 'ar' tool is properly detected during cross-compilation
372     * debug-tree: option -t understands ids for tree root and chunk tree
373     * preparatory work for btrfs-convert rewrite
374     * sparse, gcc warning fixes
375     * more memory allocation failure handling
376     * cleanups
377     * more tests
378
379   Bugfixes:
380     * chunk recovery: fix floating point exception
381     * chunk recovery: endianity bugfix during rebuild
382     * mkfs with 64K pages and nodesize reported superblock checksum mismatch
383     * check: properly reset nlink of multi-linked file
384
385 btrfs-progs-4.3.1 (2015-11-16)
386   * fixes
387     * device delete: recognize 'missing' again
388     * mkfs: long names are not trimmed when doing ssd check
389     * support partitioned loop devices
390   * other
391     * replace several mallocs with on-stack variables
392     * more memory allocation failure handling
393     * add tests for bugs fixed
394     * cmd-device: switch to new message printing helpers
395     * minor code cleanups
396
397 btrfs-progs-4.3 (2015-11-06)
398   * mkfs
399     * mixed mode is not forced for filesystems smaller than 1GiB
400     * mixed mode broken with mismatching sectorsize and nodesize, fixed
401     * print version info earlier
402     * print devices sorted by id
403     * do not truncate target image with --rootsize
404   * filesystem usage:
405     * don't print global block reserve
406     * print device id
407     * minor output tuning
408     * other cleanups
409   * calc-size:
410     * div-by-zero fix on an empty filesystem
411     * fix crash
412   * bugfixes:
413     * more superblock sanity checks
414     * consistently round size of all devices down to sectorsize
415     * misc leak fixes
416     * convert: don't try to rollback with a half-deleted ext2_saved
417       subvolume
418   * other:
419     * check: add progress indicator
420     * scrub: enhanced error message
421     * show-super: read superblock from a given offset
422     * add README
423     * docs: update manual page for mkfs.btrfs, btrfstune, balance,
424       convert and inspect-internal
425     * build: optional build with more warnings (W=...)
426     * build: better support for static checkers
427     * build: html output of documentation
428     * pretty-print: last_snapshot for root_item
429     * pretty-print: stripe dev uuid
430     * error reporting wrappers, introduced and example use
431     * refactor open_file_or_dir
432     * other docs and help updates
433   * testing:
434     * test for nodes crossing stripes
435     * test for broken 'subvolume sync'
436     * basic tests for mkfs, raid option combinations
437     * basic tests for fuzzed images (check)
438     * command intrumentation (eg valgrind)
439     * print commands if requested
440     * add README for tests
441
442 btrfs-progs-4.2.3 (2015-10-19)
443   * subvol sync: make it actually work again: it's been broken since 4.1.2,
444     due to a reversed condition it returned immediately instead of waiting
445   * scanning: do not scan already discovered filesystems (minor optimization)
446   * convert: better error message in case the filesystem is not finalized
447   * restore: off-by-one symlink path check fix
448
449 btrfs-progs-4.2.2 (2015-10-05)
450   * filesystem label: use fallback if the label ioctl is not available
451   * convert: check nodesize constraints against commandline features (-O)
452   * scrub: report status 'running' until all devices are finished
453   * device scanning might crash in some scenarios
454   * filesystem usage: print summary for non-root users
455
456 btrfs-progs-4.2.1 (2015-09-20)
457   * fix an off-by-one error in cross-stripe boundary check
458     * if nodesize was 64k, any metadata block was reported as crossing,
459       this leads to mkfs failure for example due to "no free blocks
460       found"
461     * for other nodesizes, if the end of the metadata block was 64k
462       aligned, it was incorrectly reported by fsck
463   * convert: don't write uninitialized data to image
464   * image:
465     * don't loop with option -t0
466     * don't create threads if compression is not requested
467   * other: minor cleanups
468
469 btrfs-progs-4.2 (2015-09-03)
470   * enhancements:
471     * mkfs: do not create extra single chunks on multiple devices
472     * resize: try to guess the minimal size, 'inspect min-dev-size'
473     * qgroup assign: add option to schedule rescan
474     * chunk-recover: be more verbose about the scanning process
475   * fixes:
476     * check:
477         * find stripes crossing stripe boundary -- created by convert
478         * print correct range for file hole when there are no extents
479           and learn how to fix it
480     * replace: more sanity checks
481     * convert: concurrency fixes related to reporting progress
482     * find-root: option -a will not skip the current root anymore
483     * subvol list: fix occasional crash
484     * do not create stripes crossing stripe boundary
485   * build:
486     * fixes for musl libc
487     * preliminary support for android (not working yet, more code changes
488       needed)
489     * new EXTRA_CFLAGS and EXTRA_LDFLAGS
490   * other:
491     * lots of cleanups
492     * tests: lots of updates, new tests, framework improvements
493     * documentation updates
494     * debugging: print-tree shows stripe length
495
496 btrfs-progs-4.1.2 (2015-07-14)
497   * urgent bugfix: mkfs creates invalid filesystem, must be recreated
498
499 btrfs-progs-4.1.1 (2015-07-10) -- Do not use this version!
500   Bugfixes:
501     * defrag: threshold overflow fix
502     * fsck:
503       * check if items fit into the leaf space
504       * fix wrong nbytes
505     * mkfs:
506       * create only desired block groups for single device
507       * preparatory work for fix on multiple devices
508   Enhancements:
509     * new alias for 'device delete': 'device remove'
510   Other:
511     * fix compilation on old gcc (4.3)
512     * documentation updates
513     * debug-tree: print nbytes
514     * test: image for corrupted nbytes
515     * corrupt-block: let it kill nbytes
516
517 btrfs-progs-4.1 (2015-06-22)
518   Bugfixes:
519     * fsck.btrfs: no bash-isms
520     * bugzilla 97171: invalid memory access (with tests)
521     * receive:
522       * cloning works with --chroot
523       * capabilities not lost
524     * mkfs: do not try to register bare file images
525     * option --help accepted by the standalone utilities
526     
527   Enhancements:
528     * corrupt block: ability to remove csums
529     * mkfs:
530       * warn if metadata redundancy is lower than for data
531       * options to make the output quiet (only errors)
532       * mixed case names of raid profiles accepted
533       * rework the output:
534       * more comprehensive, 'key: value' format
535     * subvol:
536       * show:
537         * print received uuid
538         * update the output
539         * new options to specify size units
540       * sync: grab all deleted ids and print them as they're removed,
541         previous implementation only checked if there are any to be
542         deleted - change in command semantics
543     * scrub: print timestamps in days HMS format
544     * receive:
545       * can specify mount point, do not rely on /proc
546       * can work inside subvolumes
547     * send: new option to send stream without data (NO_FILE_DATA)
548     * convert: specify incompat features on the new fs
549     * qgroup:
550       * show: distinguish no limits and 0 limit value
551       * limit: ability to clear the limit
552     * help for 'btrfs' is shorter, 1st level command overview
553     * debug tree: print key names according to their C name
554
555   New:
556     * rescue zero-log
557     * btrfsune:
558       * rewrite uuid on a filesystem image
559       * new option to turn on NO_HOLES incompat feature
560
561   Deprecated:
562     * standalone btrfs-zero-log
563
564   Other:
565     * testing framework updates
566       * uuid rewrite test
567       * btrfstune feature setting test
568       * zero-log tests
569       * more testing image formats
570     * manual page updates
571     * ioctl.h synced with current kernel uapi version
572     * convert: preparatory works for more filesystems (reiserfs pending)
573     * use static buffers for path handling where possible
574     * add new helpers for send uilts that check memory allocations,
575       switch all users, deprecate old helpers
576     * Makefile: fix build dependency generation
577     * map-logical: make it work again
578
579 btrfs-progs-4.0.1 (2015-05-20)
580   * restore:
581     * can restore symlinks, new option --symlinks
582     * long option variants added
583   * convert: dropped dependency on acl.h header and libacl is not required
584     for build
585   * fix for 'check' crash
586   * device remove error message fix
587   * preparatory works for fsid change
588
589 btrfs-progs-4.0 (2015-04-29)
590   * resize:
591     * don't accept file as an argument (it's confusing)
592     * print better error message in case of an error
593   * restore: optionally restore metadata (time, mode, uid/gid)
594   * receive: optionally enforce chroot
595   * new rescue subcommand 'zero-log', same as btrfs-zero-log, but now also
596     part of the main utility
597   * check:
598     * free space checks match kernel, fixes incorrect reports
599   * convert: fix setting of checksum bit if --no-datasum is used
600   * fsck.btrfs: don't print messages
601   * fix quota rescan on PPC64 (mangled ioctl number)
602   * test updates
603   * documentation: files renamed to .asciidoc, misc fixups
604
605 btrfs-progs-3.19.1 (2015-03-25)
606   * convert:
607     * new option to specify metadata block size
608     * --no-progress actually works
609   * restore: properly handle the page boundary corner case
610   * build fixes:
611     * missing macro from public header, BTRFS_BUILD_VERSION
612     * wrong handling of --enable-convert
613   * filesystem usage: reports correct space for degraded mounts
614   * other:
615     * mkfs: help string updates
616     * completion: added 'usage' subcommands
617     * cleanups in qgroup code, preparatory work
618
619 btrfs-progs-3.19 (2015-03-11)
620   * build converted to autotools
621   * btrfs-image
622     * restore can now run in parallel threads
623     * fixed restore of multiple image from multiple devices onto a single
624       dev
625     * introduced metadump v2
626   * check: make --init-csum-tree and --init-extent-tree work together
627   * find-new: option to search through all metadata even if a root was
628     already found
629   * convert: show progress by default, can be turned off
630   * corrupt-block: option to work on a specific root
631   * bash completion script for all subcommands
632
633 btrfs-progs-3.18.2 (2015-01-27)
634   * qgroup show: print human readable sizes, options to say otherwise
635   * check: new option to explicitly say no to writes
636   * mkfs: message about trimming is not printed to stderr
637   * filesystem show: fixed return value
638   * tests: new infrastructure
639   * btrfstune: force flag can be used together with seeding option
640   * backtrace support is back
641   * getopt cleanups
642   * doc and help updates
643
644 btrfs-progs-3.18.1 (2015-01-09)
645   * minor fixes
646   * documentation updates
647
648 btrfs-progs-3.18 (2014-12-30)
649   * mkfs - skinny-metadata feature is now on by default, first introduced in
650     kernel 3.10
651   * filesystem usage - give an overview of fs usage in a way that's more
652     comprehensible than existing 'filesystem df'
653   * device usage - more detailed information about per-device allocations
654   * check
655     * option to set a different tree root byte number
656     * ability to link lost files to lost+found, caused by a recent kernel
657       bug
658     * repair of severely corrupted fs (use with care)
659   * convert - option to show progress
660   * subvol create - print the commit mode inline, print the global mode only
661     if --verbose
662   * other updates: musl-libc support, coverity bugfixes, new test images,
663     documentation
664
665 btrfs-progs-3.17.3 (2014-12-04)
666   * convert: fix conversion of sparse ext* filesystems
667   * show: resolve to the correct path
668   * fsck: more verbose error for root dir problems
669
670 btrfs-progs-3.17.2 (2014-11-19)
671   * check improvements
672     * add ability to replace missing dir item/dir indexes
673     * fix missing inode items
674     * create missing root dirid
675   * corrupt block: enhancements for testing fsck
676   * zero-log: able to reset a fs with bogus log tree pointer (bug_72151)
677
678 btrfs-progs-3.17.1 (2014-11-04)
679   * filesystem df: argument handling
680   * fix linking with libbtrfs
681   * replace: better error reporting
682   * filesystem show: fixed stall if run concurrently with balance
683   * check: fixed argument parsing for --subvol-extents
684   * filesystem df: SI prefixes corrected
685
686 btrfs-progs-3.17 (2014-10-17)
687   * check: --init-csum-tree actually does something useful, rebuilds the
688     whole csum tree
689   * /dev scanning for btrfs devices is gone
690   * /proc/partitions scanning is gone, blkid is used exclusively
691   * new subcommand subvolume sync
692   * filesystem df: new options to set unit format
693   * convert: allow to copy label from the origin, or specify a new one
694
695 btrfs-progs-3.16.2 (2014-10-01)
696   * a few fixes in fsck and image tools
697
698 btrfs-progs-3.16.1 (2014-09-15)
699   * print GlobalReserve in filesystem df output
700   * new option -R in subvol list
701   * library version defines
702   * static build is fixed
703   * build without documentation is possible
704
705 btrfs-progs-3.16 (2014-08-26)
706   * mkfs: new option to specify UUID, drop experimental notice
707   * check: new option to verify quotas, reduced memory requirements, new
708     option to print extent sharing
709   * restore: check length before decompression, more error handling, option
710     to loop during restoring
711   * balance: new filter 'limit'
712   * recover: allow to read all sb copies
713   * btrfstune: new option to force dangerous changes
714   * receive: new option to limit number of errors
715   * show-super: skip unrecognized sb, add option to force
716   * debug-tree: print tree by id
717   * documentation updates
718
719 btrfs-progs-3.14.2 (2014-05-29)
720   * documentation is now written in asciidoc and there are manpages for each
721     subcommand
722   * misc bugfixes
723
724 btrfs-progs-3.14.1 (2014-04-18)
725   * properties: fix handling of option -t
726   * restore: fix reading of compressed extents
727   * minor code and doc updates
728
729 btrfs-progs-3.14 (2014-04-06)
730   * fsck: fixes and enhancements to --init-extent-tree mode
731   * fsck: chunk-recover updates
732   * scrub: add force option -f
733   * send: check if subvolumes are read-only
734   * subvol delete: add options to affect commit behaviour
735   * btrfs: add property command group
736   * restore: add dry-run option
737   * restore: fix restoring of compressed files
738   * mkfs: support for no-holes feature
739   * mkfs: option -r deals with hardlinks and relative paths
740   * mkfs: discard phase is interruptible
741   * documentation updates
742
743 btrfs-progs-3.12 (2013-11-25)
744   * announcement, tarballs
745   * first release after 0.19 (2009/06) with a lot of changes