linux/fs/fuse
Eric Wong 634734b63a fuse: allow control of adaptive readdirplus use
For some filesystems (e.g. GlusterFS), the cost of performing a
normal readdir and readdirplus are identical.  Since adaptively
using readdirplus has no benefit for those systems, give
users/filesystems the option to control adaptive readdirplus use.

v2 of this patch incorporates Miklos's suggestion to simplify the code,
as well as improving consistency of macro names and documentation.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-02-07 14:25:44 +01:00
..
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile
control.c fuse: mark variables uninitialized 2012-09-03 17:44:06 +02:00
cuse.c fuse: cleanup fuse_direct_io() 2013-01-24 16:21:28 +01:00
dev.c fuse: avoid out-of-scope stack access 2013-02-04 15:22:23 +01:00
dir.c fuse: allow control of adaptive readdirplus use 2013-02-07 14:25:44 +01:00
file.c fuse: send poll events 2013-02-04 16:14:32 +01:00
fuse_i.h fuse: allow control of adaptive readdirplus use 2013-02-07 14:25:44 +01:00
inode.c fuse: allow control of adaptive readdirplus use 2013-02-07 14:25:44 +01:00