aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-09-20 17:47:52 +0100
committerNikolaus Rath <Nikolaus@rath.org>2017-09-20 17:56:44 +0100
commitd193b19a8f60e8830f0aa5696d2bf3d4fd8d7930 (patch)
tree7db0e523446006fd5630c2ce9872934b2f7f3bb9 /ChangeLog.rst
parent949d76d1a2c508f034f23c36d34400204698d952 (diff)
downloadsshfs-d193b19a8f60e8830f0aa5696d2bf3d4fd8d7930.tar
sshfs-d193b19a8f60e8830f0aa5696d2bf3d4fd8d7930.tar.gz
sshfs-d193b19a8f60e8830f0aa5696d2bf3d4fd8d7930.tar.bz2
sshfs-d193b19a8f60e8830f0aa5696d2bf3d4fd8d7930.zip
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
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
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.