Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/fuse
Miklos Szeredi db50b96c0f [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>
2005-09-09 14:03:46 -07:00
..
dev.c [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00
dir.c [PATCH] FUSE - extended attribute operations 2005-09-09 14:03:45 -07:00
file.c [PATCH] FUSE - readpages operation 2005-09-09 14:03:46 -07:00
fuse_i.h [PATCH] FUSE - readpages operation 2005-09-09 14:03:46 -07:00
inode.c [PATCH] FUSE - readpages operation 2005-09-09 14:03:46 -07:00
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00