From 1e6e067fdf91d54bcf72071b00315969cf1ea9d7 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 4 Aug 2017 15:39:25 +0200 Subject: Disable writeback cache for now Writeback cache seems to cause dataloss in some situations. We need to investigate this first. See https://github.com/libfuse/sshfs/issues/72. --- ChangeLog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 90f067f..d5276cf 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,10 @@ Unreleased Changes ------------------ +* Temporarily disabled the writeback cache feature, since there + have been reports of dataloss when appending to files when + writeback caching is enabled. + * Fixed a crash due to a race condition when listing directory contents. -- cgit v1.2.3