Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: (26 commits) 9p: add more conservative locking 9p: fix oops in protocol stat parsing error path. 9p: fix device file handling 9p: Improve debug support 9p: eliminate depricated conv functions 9p: rework client code to use new protocol support functions 9p: remove unnecessary tag field from p9_req_t structure 9p: remove 9p fcall debug prints 9p: add new protocol support code 9p: encapsulate version function 9p: move dirread to fs layer 9p: adjust 9p vfs write operation 9p: move readn meta-function from client to fs layer 9p: consolidate read/write functions 9p: drop broken unused error path from p9_conn_create() 9p: make rpc code common and rework flush code 9p: use the rcall structure passed in the request in trans_fd read_work 9p: apply common request code to trans_fd 9p: apply common tagpool handling to trans_fd 9p: move request management to client code ...
No related branches found
No related tags found
Showing
- fs/9p/v9fs.c 2 additions, 2 deletionsfs/9p/v9fs.c
- fs/9p/v9fs_vfs.h 4 additions, 2 deletionsfs/9p/v9fs_vfs.h
- fs/9p/vfs_addr.c 1 addition, 4 deletionsfs/9p/vfs_addr.c
- fs/9p/vfs_dir.c 43 additions, 17 deletionsfs/9p/vfs_dir.c
- fs/9p/vfs_file.c 82 additions, 11 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 19 additions, 20 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_super.c 5 additions, 1 deletionfs/9p/vfs_super.c
- include/net/9p/9p.h 21 additions, 98 deletionsinclude/net/9p/9p.h
- include/net/9p/client.h 110 additions, 14 deletionsinclude/net/9p/client.h
- include/net/9p/transport.h 7 additions, 48 deletionsinclude/net/9p/transport.h
- net/9p/Makefile 1 addition, 2 deletionsnet/9p/Makefile
- net/9p/client.c 829 additions, 638 deletionsnet/9p/client.c
- net/9p/conv.c 0 additions, 1054 deletionsnet/9p/conv.c
- net/9p/fcprint.c 0 additions, 366 deletionsnet/9p/fcprint.c
- net/9p/mod.c 1 addition, 0 deletionsnet/9p/mod.c
- net/9p/protocol.c 558 additions, 0 deletionsnet/9p/protocol.c
- net/9p/protocol.h 34 additions, 0 deletionsnet/9p/protocol.h
- net/9p/trans_fd.c 486 additions, 989 deletionsnet/9p/trans_fd.c
- net/9p/trans_virtio.c 39 additions, 207 deletionsnet/9p/trans_virtio.c
- net/9p/util.c 4 additions, 0 deletionsnet/9p/util.c
Loading
Please register or sign in to comment