summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-08-06 15:59:51 +0200
committerDavid Sterba <dsterba@suse.com>2018-08-06 16:00:51 +0200
commit80d1be5df7204adbf8bfa8d291c1c40db5f14cb8 (patch)
tree1d7fb357dbba5f1465c95dda4377443ac24261f6
parent5e2b3eedfcc374e3d8df09ed88b85fc8c087922e (diff)
btrfs-progs: update CHANGES for v4.17.1
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae0614ef..19a5fb62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+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 overalpping 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