summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-11-14 15:52:26 +0100
committerDavid Sterba <dsterba@suse.com>2018-04-06 15:08:11 +0200
commit591e44db21a2feb61d179630eaeb8ccc46e56d25 (patch)
tree758bd227510377eb022d7ae89c723ec5f57d7fb8 /CHANGES
parenteb9dd12d0ed77aae427f7c348fd3cd1ab153ed9c (diff)
btrfs-progs: update CHANGES for v4.16
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16016a33..c8d7faec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,37 @@
+btrfs-progs-4.16 (2018-04-06)
+ * libbtrfsutil - new LGPL library to wrap userspace functionality
+ * several 'btrfs' commands converted to use it:
+ * properties
+ * filesystem sync
+ * subvolume set-default/get-default/delete/show/sync
+ * python bindings, tests
+ * build
+ * use configured pkg-config path
+ * CI: add python, musl/clang, built dependencies caching
+ * convert: build fix for e2fsprogs 1.44+
+ * don't install library links with wrong permissions
+ * fixes
+ * prevent incorrect use of subvol_strip_mountpoint
+ * dump-super: don't verify csum for unknown type
+ * convert: fix inline extent creation condition
+ * check:
+ * lowmem: fix false alert for 'data extent backref lost for snapshot'
+ * lowmem: fix false alert for orphan inode
+ * lowmem: fix false alert for shared prealloc extents
+ * mkfs:
+ * add UUID and otime to root of FS_TREE - with the uuid, snapshots will
+ be now linked to the toplevel subvol by the parent UUID
+ * don't follow symlinks when calculating size
+ * pre-create the UUID tree
+ * fix --rootdir with selinux enabled
+ * dump-tree: add option to print only children nodes of a given block
+ * image: handle missing device for RAID1
+ * other
+ * new tests
+ * test script cleanups (quoting, helpers)
+ * tool to edit superblocks
+ * updated docs
+
btrfs-progs-4.15.1 (2018-02-16)
* build
* fix build on musl