]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] FUSE - readpages operation
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 9 Sep 2005 20:10:33 +0000 (13:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 21:03:46 +0000 (14:03 -0700)
commitdb50b96c0f28a21c5a4a19ecaba12d0972aab06a
treed7f2cb99de499c116ce08153a369044af0622c16
parent06663267b4b1e85ece73236ea720355668d4f736
[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 <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/fuse/inode.c