aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2011-05-19 14:49:26 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2011-05-19 14:49:26 +0200
commita785697e039fc6b3eb78dae24f39bb5fe40a27ed (patch)
treee025e30bb87de02189bd75935829f8f68e2f54c8 /ChangeLog
parentd84fc1f429e667b9ba11ddc808aa394d6cbadc41 (diff)
downloadlibfuse-a785697e039fc6b3eb78dae24f39bb5fe40a27ed.tar.gz
Disable splice by default
Disable splice by default, add "splice_read", "splice_write" and "splice_move" options. Keep the "no_splice_*" variants, which can disable splice even if the filesystem explicitly enables it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15fa22c..f836222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-19 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Disable splice by default, add "splice_read", "splice_write" and
+ "splice_move" options. Keep the "no_splice_*" variants, which can
+ disable splice even if the filesystem explicitly enables it.
+
2011-04-15 Max Krasnyansky <maxk@kernel.org>
* Added support for "auto_unmount" option which unmounts the
filesystem automatically on process exit (or crash).