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