From d193b19a8f60e8830f0aa5696d2bf3d4fd8d7930 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 20 Sep 2017 17:47:52 +0100 Subject: Dropped support for writeback caching As of kernel 4.14, the FUSE module's + writeback implementation is not compatible with network filesystems, and there are no imminent plans to change that. For more details, see https://marc.info/?l=fuse-devel&m=150592103107662&w=2 or As a consequence, the -o unreliable_append option has become obsolete as well. Fixes: #93 Fixes: #88 Fixes: #81 --- ChangeLog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index dffae52..6347a66 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,10 @@ Unreleased Changes ------------------ +* Dropped support for writeback caching (and, as a consequence, + "unreliable append" operation). As of kernel 4.14, the FUSE module's + writeback implementation is not compatible with network filesystems + and there are no imminent plans to change that. * Add support for mounting from /etc/fstab * Dropped support for building with autotools. * Added missing options to man page. -- cgit v1.2.3