Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux
Pull 9p updates from Dominique Martinet: "Fixes, netfs read support and checkpatch rewrite: - fix syzcaller uninitialized value usage after missing error check - add module autoloading based on transport name - convert cached reads to use netfs helpers - adjust readahead based on transport msize - and many, many checkpatch.pl warning fixes..." * tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux: 9p: fix a bunch of checkpatch warnings 9p: set readahead and io size according to maxsize 9p p9mode2perm: remove useless strlcpy and check sscanf return code 9p v9fs_parse_options: replace simple_strtoul with kstrtouint 9p: fix file headers fs/9p: fix indentation and Add missing a blank line after declaration fs/9p: fix warnings found by checkpatch.pl 9p: fix minor indentation and codestyle fs/9p: cleanup: opening brace at the beginning of the next line 9p: Convert to using the netfs helper lib to do reads and caching fscache_cookie_enabled: check cookie is valid before accessing it net/9p: autoload transport modules 9p/net: fix missing error check in p9_check_errors
Showing
- fs/9p/Kconfig 1 addition, 0 deletionsfs/9p/Kconfig
- fs/9p/acl.c 2 additions, 9 deletionsfs/9p/acl.c
- fs/9p/acl.h 10 additions, 17 deletionsfs/9p/acl.h
- fs/9p/cache.c 2 additions, 139 deletionsfs/9p/cache.c
- fs/9p/cache.h 3 additions, 94 deletionsfs/9p/cache.h
- fs/9p/fid.c 2 additions, 1 deletionfs/9p/fid.c
- fs/9p/v9fs.c 13 additions, 9 deletionsfs/9p/v9fs.c
- fs/9p/v9fs.h 13 additions, 4 deletionsfs/9p/v9fs.h
- fs/9p/v9fs_vfs.h 6 additions, 5 deletionsfs/9p/v9fs_vfs.h
- fs/9p/vfs_addr.c 100 additions, 103 deletionsfs/9p/vfs_addr.c
- fs/9p/vfs_dentry.c 2 additions, 2 deletionsfs/9p/vfs_dentry.c
- fs/9p/vfs_dir.c 3 additions, 3 deletionsfs/9p/vfs_dir.c
- fs/9p/vfs_file.c 14 additions, 6 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 18 additions, 11 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_inode_dotl.c 5 additions, 6 deletionsfs/9p/vfs_inode_dotl.c
- fs/9p/vfs_super.c 8 additions, 6 deletionsfs/9p/vfs_super.c
- fs/9p/xattr.c 1 addition, 9 deletionsfs/9p/xattr.c
- fs/9p/xattr.h 11 additions, 18 deletionsfs/9p/xattr.h
- include/linux/fscache.h 1 addition, 1 deletioninclude/linux/fscache.h
- include/net/9p/9p.h 5 additions, 7 deletionsinclude/net/9p/9p.h
Loading
Please register or sign in to comment