Added lost ChangeLog entries for -o writeback_cache and -o async_dio.
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 11 Oct 2016 04:53:01 +0000 (21:53 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Oct 2016 17:35:13 +0000 (10:35 -0700)
ChangeLog.rst

index 8a99d85aa268aec7ac0b2f9f3d0247122a27e236..a4982734d0e83e1e7542153a02d91ae145df9daa 100644 (file)
@@ -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).