From: Miklos Szeredi Date: Fri, 9 Sep 2005 20:10:33 +0000 (-0700) Subject: [PATCH] FUSE - readpages operation X-Git-Tag: v2.6.14-rc1~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db50b96c0f28a21c5a4a19ecaba12d0972aab06a;p=pandora-kernel.git [PATCH] FUSE - readpages operation This patch adds readpages support to FUSE. With the help of the readpages() operation multiple reads are bundled together and sent as a single request to userspace. This can improve reading performace. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed