Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: 9p: fix error path during early mount 9p: make cryptic unknown error from server less scary 9p: fix flags length in net 9p: Correct fidpool creation failure in p9_client_create 9p: use struct mutex instead of struct semaphore 9p: propagate parse_option changes to client and transports fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. 9p: Documentation updates add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
Showing
- fs/9p/fid.h 15 additions, 0 deletionsfs/9p/fid.h
- fs/9p/v9fs.c 44 additions, 13 deletionsfs/9p/v9fs.c
- fs/9p/v9fs.h 60 additions, 25 deletionsfs/9p/v9fs.h
- fs/9p/vfs_addr.c 1 addition, 1 deletionfs/9p/vfs_addr.c
- fs/9p/vfs_dir.c 1 addition, 1 deletionfs/9p/vfs_dir.c
- fs/9p/vfs_file.c 6 additions, 5 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 37 additions, 13 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_super.c 17 additions, 18 deletionsfs/9p/vfs_super.c
- include/linux/parser.h 1 addition, 1 deletioninclude/linux/parser.h
- include/net/9p/9p.h 210 additions, 30 deletionsinclude/net/9p/9p.h
- include/net/9p/client.h 35 additions, 0 deletionsinclude/net/9p/client.h
- include/net/9p/transport.h 43 additions, 1 deletioninclude/net/9p/transport.h
- lib/parser.c 20 additions, 12 deletionslib/parser.c
- net/9p/Kconfig 0 additions, 10 deletionsnet/9p/Kconfig
- net/9p/Makefile 0 additions, 3 deletionsnet/9p/Makefile
- net/9p/client.c 24 additions, 8 deletionsnet/9p/client.c
- net/9p/conv.c 127 additions, 1 deletionnet/9p/conv.c
- net/9p/error.c 11 additions, 4 deletionsnet/9p/error.c
- net/9p/fcprint.c 8 additions, 0 deletionsnet/9p/fcprint.c
- net/9p/mod.c 3 additions, 5 deletionsnet/9p/mod.c
Loading
Please register or sign in to comment