Searched hist:"4582 a4ab2a0e7218449fb2e895d0aae9ea753c94" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff 4582a4ab2a0e7218449fb2e895d0aae9ea753c94 Mon Jan 14 21:23:28 CST 2013 Feng Shuo <steve.shuo.feng@gmail.com> 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>
|
H A D | dir.c | diff 4582a4ab2a0e7218449fb2e895d0aae9ea753c94 Mon Jan 14 21:23:28 CST 2013 Feng Shuo <steve.shuo.feng@gmail.com> 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>
|
H A D | inode.c | diff 4582a4ab2a0e7218449fb2e895d0aae9ea753c94 Mon Jan 14 21:23:28 CST 2013 Feng Shuo <steve.shuo.feng@gmail.com> 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>
|