Merge tag 'for-linus-3.11-merge-window-part-2' of...
Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs Pull second round of 9p patches from Eric Van Hensbergen: "Several of these patches were rebased in order to correct style issues. Only stylistic changes were made versus the patches which were in linux-next for two weeks. The rebases have been in linux-next for 3 days and have passed my regressions. The bulk of these are RDMA fixes and improvements. There's also some additions on the extended attributes front to support some additional namespaces and a new option for TCP to force allocation of mount requests from a priviledged port" * tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr() 9P: Add cancelled() to the transport functions. 9P/RDMA: count posted buffers without a pending request 9P/RDMA: Improve error handling in rdma_request 9P/RDMA: Do not free req->rc in error handling in rdma_request() 9P/RDMA: Use a semaphore to protect the RQ 9P/RDMA: Protect against duplicate replies 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB 9pnet: refactor struct p9_fcall alloc code 9P/RDMA: rdma_request() needs not allocate req->rc 9P: Fix fcall allocation for rdma fs/9p: xattr: add trusted and security namespaces net/9p: add privport option to 9p tcp transport
Showing
- fs/9p/Kconfig 13 additions, 0 deletionsfs/9p/Kconfig
- fs/9p/Makefile 3 additions, 1 deletionfs/9p/Makefile
- fs/9p/vfs_inode.c 0 additions, 2 deletionsfs/9p/vfs_inode.c
- fs/9p/xattr.c 4 additions, 0 deletionsfs/9p/xattr.c
- fs/9p/xattr.h 2 additions, 0 deletionsfs/9p/xattr.h
- fs/9p/xattr_security.c 80 additions, 0 deletionsfs/9p/xattr_security.c
- fs/9p/xattr_trusted.c 80 additions, 0 deletionsfs/9p/xattr_trusted.c
- include/net/9p/transport.h 6 additions, 0 deletionsinclude/net/9p/transport.h
- net/9p/client.c 43 additions, 27 deletionsnet/9p/client.c
- net/9p/trans_fd.c 39 additions, 1 deletionnet/9p/trans_fd.c
- net/9p/trans_rdma.c 85 additions, 48 deletionsnet/9p/trans_rdma.c
fs/9p/xattr_security.c
0 → 100644
fs/9p/xattr_trusted.c
0 → 100644
Please register or sign in to comment