Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: (22 commits) 9p: fix sparse warnings in new xattr code fs/9p: remove sparse warning in vfs_inode fs/9p: destroy fid on failed remove fs/9p: Prevent parallel rename when doing fid_lookup fs/9p: Add support user. xattr net/9p: Implement TXATTRCREATE 9p call net/9p: Implement attrwalk 9p call 9p: Implement LOPEN fs/9p: This patch implements TLCREATE for 9p2000.L protocol. 9p: Implement TMKDIR 9p: Implement TMKNOD 9p: Define and implement TSYMLINK for 9P2000.L 9p: Define and implement TLINK for 9P2000.L 9p: Define and implement TLINK for 9P2000.L 9p: Implement client side of setattr for 9P2000.L protocol. 9p: getattr client implementation for 9P2000.L protocol. fs/9p: Pass the correct user credentials during attach net/9p: Handle the server returned error properly 9p: readdir implementation for 9p2000.L 9p: Make use of iounit for read/write ...
No related branches found
No related tags found
Showing
- fs/9p/Makefile 3 additions, 1 deletionfs/9p/Makefile
- fs/9p/fid.c 77 additions, 34 deletionsfs/9p/fid.c
- fs/9p/v9fs.c 2 additions, 1 deletionfs/9p/v9fs.c
- fs/9p/v9fs.h 1 addition, 0 deletionsfs/9p/v9fs.h
- fs/9p/v9fs_vfs.h 1 addition, 0 deletionsfs/9p/v9fs_vfs.h
- fs/9p/vfs_dir.c 118 additions, 16 deletionsfs/9p/vfs_dir.c
- fs/9p/vfs_file.c 16 additions, 10 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 727 additions, 30 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_super.c 30 additions, 20 deletionsfs/9p/vfs_super.c
- fs/9p/xattr.c 160 additions, 0 deletionsfs/9p/xattr.c
- fs/9p/xattr.h 27 additions, 0 deletionsfs/9p/xattr.h
- fs/9p/xattr_user.c 80 additions, 0 deletionsfs/9p/xattr_user.c
- include/linux/virtio_9p.h 1 addition, 0 deletionsinclude/linux/virtio_9p.h
- include/net/9p/9p.h 113 additions, 0 deletionsinclude/net/9p/9p.h
- include/net/9p/client.h 33 additions, 0 deletionsinclude/net/9p/client.h
- net/9p/client.c 383 additions, 10 deletionsnet/9p/client.c
- net/9p/protocol.c 72 additions, 0 deletionsnet/9p/protocol.c
- net/9p/trans_fd.c 1 addition, 1 deletionnet/9p/trans_fd.c
Loading
Please register or sign in to comment