summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES62
1 files changed, 58 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index ae0614ef..f4017f43 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,57 @@
+btrfs-progs-4.19.1 (2018-12-05)
+ * build fixes
+ * big-endian builds fail due to bswap helper clashes
+ * 'swap' macro is too generic, renamed to prevent build failures
+ * libbtrfs
+ * minor version update to 1.1.0
+ * fix default search to top=0 as documented
+ * rename 'async' to avoid future python binding problems
+ * add support for unprivileged subvolume listing ioctls
+ * added tests, API docs
+ * other
+ * lot of typos fixed
+ * warning cleanups
+ * doc formatting updates
+ * CI tests against zstd 1.3.7
+
+btrfs-progs-4.19 (2018-11-03)
+ * check: support repair of fs with free-space-tree feature
+ * core:
+ * port delayed ref infrastructure from kernel
+ * support write to free space tree
+ * dump-tree: new options for BFS and DFS enumeration of b-trees
+ * quota: rescan is now done automatically after 'assign'
+ * btrfstune: incomplete fix to uuid change
+ * subvol: fix 255 char limit checks
+ * completion: complete block devices and now regular files too
+ * docs:
+ * ship uncompressed manual pages
+ * btrfsck uses a manual page link instead of symlink
+ * other
+ * improved error handling
+ * docs
+ * new tests
+
+btrfs-progs-4.17.1 (2018-08-06)
+ * check:
+ * add ability to fix wrong ram_bytes for compressed inline files
+ * beautify progress output
+ * btrfstune: allow to continue uuid change after unclean interruption
+ * several fuzz fixes:
+ * detect overlapping chunks
+ * chunk loading error handling
+ * don't crash with unexpected root refs to extents
+ * relax option parsing again to allow mixing options and non-options
+ arguments
+ * fix qgroup rescan status reporting
+ * build:
+ * drop obsolete dir-test
+ * new configure option to disable building of tools
+ * add compatibility options --disable-static and --disable-shared
+ * other:
+ * cleanups and preparatory work
+ * new test images
+
btrfs-progs-4.17 (2018-06-14)
* check
* many lowmem mode improvements
@@ -143,7 +197,7 @@ btrfs-progs-4.13 (2017-09-08)
* check: new option --force to allow check of a mounted filesystem (no repair)
* mkfs: --rootdir will now copy special files
* dump-tree: minor output changes
- * inspect rootid: accept file as arugment
+ * inspect rootid: accept file as argument
* dev usage: don't calculate slack space for missing devices
* fi du: don't print error on EMPTY_SUBVOL (inode number 2)
* build:
@@ -206,7 +260,7 @@ btrfs-progs-4.11 (2017-05-18)
btrfs-progs-4.10.2 (2017-03-31)
* check: lowmem mode fix for false alert about lost backrefs
* convert: minor bugfix
- * library: fix build, misisng symbols, added tests
+ * library: fix build, missing symbols, added tests
btrfs-progs-4.10.1 (2017-03-17)
* receive: handle subvolume in path clone
@@ -317,7 +371,7 @@ btrfs-progs-4.8.3 (2016-11-11)
btrfs-progs-4.8.2 (2016-10-26)
* convert: also convert file attributes
- * convert: fix wrong tree block alignment for unalianged block group
+ * convert: fix wrong tree block alignment for unaligned 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
@@ -592,7 +646,7 @@ btrfs-progs-4.3 (2015-11-06)
* test for broken 'subvolume sync'
* basic tests for mkfs, raid option combinations
* basic tests for fuzzed images (check)
- * command intrumentation (eg valgrind)
+ * command instrumentation (eg valgrind)
* print commands if requested
* add README for tests