diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2014-01-29 14:13:36 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2014-01-29 14:13:36 +0100 |
commit | 8bb62a632caa4269bb6436cae67307404882b936 (patch) | |
tree | 424b027334a65d134c44fb2dfc02dcd3c0577a61 /ChangeLog | |
parent | dd432032db34c2ca22570af5ac6794822ef4c877 (diff) | |
download | libfuse-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |