aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2014-01-29 14:13:36 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2014-01-29 14:13:36 +0100
commit8bb62a632caa4269bb6436cae67307404882b936 (patch)
tree424b027334a65d134c44fb2dfc02dcd3c0577a61 /ChangeLog
parentdd432032db34c2ca22570af5ac6794822ef4c877 (diff)
downloadlibfuse-8bb62a632caa4269bb6436cae67307404882b936.tar.gz
libfuse: Add "async_dio" and "writeback_cache" options
Asynchronous direct I/O is supported by linux kernels 3.13 and later, writeback caching is supported by 3.14 and later.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 753aaab..f327084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-29 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: Add "async_dio" and "writeback_cache" options.
+ Asynchronous direct I/O is supported by linux kernels 3.13 and
+ later, writeback caching is supported by 3.14 and later.
+
2013-08-26 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: Add missing includes. This allows compiling fuse with