linux-stable/fs/9p
Dominique Martinet b1843d2385 9p: set readahead and io size according to maxsize
having a readahead of 128k with a msize of 128k (with overhead) lead to
reading 124+4k everytime, making two roundtrips needlessly.

tune readahead according to msize when cache is enabled for better
performance

Link: http://lkml.kernel.org/r/20211104120323.2189376-1-asmadeus@codewreck.org
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
2021-11-04 21:04:04 +09:00
..
acl.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
acl.h 9p: fix file headers 2021-11-03 17:45:04 +09:00
cache.c 9p: Convert to using the netfs helper lib to do reads and caching 2021-11-03 17:45:02 +09:00
cache.h 9p: Convert to using the netfs helper lib to do reads and caching 2021-11-03 17:45:02 +09:00
fid.c fs/9p: fix indentation and Add missing a blank line after declaration 2021-11-03 17:45:03 +09:00
fid.h 9p: apply review requests for fid refcounting 2020-11-19 17:21:34 +01:00
Kconfig 9p: Convert to using the netfs helper lib to do reads and caching 2021-11-03 17:45:02 +09:00
Makefile
v9fs.c 9p v9fs_parse_options: replace simple_strtoul with kstrtouint 2021-11-03 17:45:04 +09:00
v9fs.h fs/9p: fix warnings found by checkpatch.pl 2021-11-03 17:45:03 +09:00
v9fs_vfs.h fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
vfs_addr.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
vfs_dentry.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
vfs_dir.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
vfs_file.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
vfs_inode.c 9p p9mode2perm: remove useless strlcpy and check sscanf return code 2021-11-03 17:45:04 +09:00
vfs_inode_dotl.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
vfs_super.c 9p: set readahead and io size according to maxsize 2021-11-04 21:04:04 +09:00
xattr.c 9p: fix file headers 2021-11-03 17:45:04 +09:00
xattr.h 9p: fix file headers 2021-11-03 17:45:04 +09:00