https://github.com/torvalds/linux
Revision c1aa96a52e9594fb16296c0d76c2066773d62933 authored by Miklos Szeredi on 17 January 2006, 06:14:46 UTC, committed by Linus Torvalds on 17 January 2006, 07:15:31 UTC
This patch changes fuse_readpages() to send READ requests asynchronously.

This makes it possible for userspace filesystems to utilize the kernel
readahead logic instead of having to implement their own (resulting in double
caching).

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 361b1eb
History
Tip revision: c1aa96a52e9594fb16296c0d76c2066773d62933 authored by Miklos Szeredi on 17 January 2006, 06:14:46 UTC
[PATCH] fuse: use asynchronous READ requests for readpages
Tip revision: c1aa96a
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 65.0 KB
Makefile -rw-r--r-- 43.7 KB
README -rw-r--r-- 14.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top