alistair23-linux/fs/fuse
Maxim Patlasov f8dbdf8182 fuse: rework fuse_readpages()
The patch uses 'nr_pages' argument of fuse_readpages() as heuristics for the
number of page pointers to allocate.

This can be improved further by taking in consideration fc->max_read and gaps
between page indices, but it's not clear whether it's worthy or not.

Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-24 16:21:26 +01:00
..
control.c fuse: mark variables uninitialized 2012-09-03 17:44:06 +02:00
cuse.c fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
dev.c fuse: rework fuse_retrieve() 2013-01-24 16:21:26 +01:00
dir.c fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
file.c fuse: rework fuse_readpages() 2013-01-24 16:21:26 +01:00
fuse_i.h fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
inode.c fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile CUSE: implement CUSE - Character device in Userspace 2009-06-09 11:24:11 +02:00