diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2011-05-19 14:49:26 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-05-19 14:49:26 +0200 |
commit | a785697e039fc6b3eb78dae24f39bb5fe40a27ed (patch) | |
tree | e025e30bb87de02189bd75935829f8f68e2f54c8 /ChangeLog | |
parent | d84fc1f429e667b9ba11ddc808aa394d6cbadc41 (diff) | |
download | libfuse-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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). |