From 1091d73a2872d9794a2f2886e5ed73d6a40766f8 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 17 Jun 2010 11:54:26 +0000 Subject: Add fuse_reply_fd() reply function to the low level interface --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30e228e..f7f9db2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2010-06-17 Miklos Szeredi + + * Add fuse_reply_fd() reply function to the low level interface. + On linux version 2.6.35 or greater this will use splice() to move + data directly from a file descriptor to the fuse device without + needing to go though a userspace buffer. With the + FUSE_REPLY_FD_MOVE flag the kernel will attempt to move the data + directly into the filesystem's cache. On earlier kernels it will + fall back to an intermediate buffer. The options + "no_splice_write" and "no_splice_move" can be used to disable + splicing and moving respectively. + 2010-06-15 Miklos Szeredi * Fix out-of-source build. Patch by Jörg Faschingbauer -- cgit v1.2.3