aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-10 21:53:01 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-13 10:35:13 -0700
commit724e94763a483c58539765ea576407053c257fd6 (patch)
tree6306c48dc4efa22bee7859ddb024b0a753331358
parent2bfa342cdadbcb3d4421dd752bbe1e63e0f6430f (diff)
Added lost ChangeLog entries for -o writeback_cache and -o async_dio.
-rw-r--r--ChangeLog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 8a99d85..a498273 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -140,6 +140,13 @@ FUSE 3.0.0pre0 (2016-10-03)
descriptor for each processing thread, which might improve
performance.
+* Added *writeback_cache* option. With kernel 3.14 and newer this
+ enables write-back caching which can significantly improve
+ performance.
+
+* Added *async_dio* option. With kernel 3.13 and newer, this allows
+ direct I/O to be done asynchronously.
+
* The (high- and low-level) `rename` handlers now takes a *flags*
parameter (with values corresponding to the *renameat2* system call
introduced in Linux 3.15).