linux/fs/fuse
Feng Shuo 4582a4ab2a FUSE: Adapt readdirplus to application usage patterns
Use the same adaptive readdirplus mechanism as NFS:

http://permalink.gmane.org/gmane.linux.nfs/49299

If the user space implementation wants to disable readdirplus
temporarily, it could just return ENOTSUPP. Then kernel will
recall it with readdir.

Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-31 17:08:11 +01:00
..
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: use req->page_descs[] for argpages cases 2013-01-24 16:21:27 +01:00
dir.c FUSE: Adapt readdirplus to application usage patterns 2013-01-31 17:08:11 +01:00
file.c Do not use RCU for current process credentials 2013-01-31 17:08:10 +01:00
fuse_i.h FUSE: Adapt readdirplus to application usage patterns 2013-01-31 17:08:11 +01:00
inode.c FUSE: Adapt readdirplus to application usage patterns 2013-01-31 17:08:11 +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