Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux
Pull nfsd updates from Bruce Fields: "Various bugfixes, a RDMA update from Chuck Lever, and support for a new pnfs layout type from Christoph Hellwig. The new layout type is a variant of the block layout which uses SCSI features to offer improved fencing and device identification. (Also: note this pull request also includes the client side of SCSI layout, with Trond's permission.)" * tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux: sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race nfsd: recover: fix memory leak nfsd: fix deadlock secinfo+readdir compound nfsd4: resfh unused in nfsd4_secinfo svcrdma: Use new CQ API for RPC-over-RDMA server send CQs svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs svcrdma: Remove close_out exit path svcrdma: Hook up the logic to return ERR_CHUNK svcrdma: Use correct XID in error replies svcrdma: Make RDMA_ERROR messages work rpcrdma: Add RPCRDMA_HDRLEN_ERR svcrdma: svc_rdma_post_recv() should close connection on error svcrdma: Close connection when a send error occurs nfsd: Lower NFSv4.1 callback message size limit svcrdma: Do not send Write chunk XDR pad with inline content svcrdma: Do not write xdr_buf::tail in a Write chunk svcrdma: Find client-provided write and reply chunks once per reply nfsd: Update NFS server comments related to RDMA support nfsd: Fix a memory leak when meeting unsupported state_protect_how4 nfsd4: fix bad bounds checking
No related branches found
No related tags found
Showing
- fs/nfsd/nfs4proc.c 1 addition, 2 deletionsfs/nfsd/nfs4proc.c
- fs/nfsd/nfs4recover.c 1 addition, 0 deletionsfs/nfsd/nfs4recover.c
- fs/nfsd/nfs4state.c 17 additions, 12 deletionsfs/nfsd/nfs4state.c
- fs/nfsd/nfs4xdr.c 9 additions, 6 deletionsfs/nfsd/nfs4xdr.c
- include/linux/sunrpc/auth.h 7 additions, 0 deletionsinclude/linux/sunrpc/auth.h
- include/linux/sunrpc/svc_rdma.h 13 additions, 7 deletionsinclude/linux/sunrpc/svc_rdma.h
- net/sunrpc/auth_null.c 2 additions, 2 deletionsnet/sunrpc/auth_null.c
- net/sunrpc/auth_unix.c 2 additions, 4 deletionsnet/sunrpc/auth_unix.c
- net/sunrpc/cache.c 3 additions, 3 deletionsnet/sunrpc/cache.c
- net/sunrpc/xprtrdma/svc_rdma_backchannel.c 5 additions, 12 deletionsnet/sunrpc/xprtrdma/svc_rdma_backchannel.c
- net/sunrpc/xprtrdma/svc_rdma_marshal.c 44 additions, 20 deletionsnet/sunrpc/xprtrdma/svc_rdma_marshal.c
- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c 24 additions, 36 deletionsnet/sunrpc/xprtrdma/svc_rdma_recvfrom.c
- net/sunrpc/xprtrdma/svc_rdma_sendto.c 133 additions, 63 deletionsnet/sunrpc/xprtrdma/svc_rdma_sendto.c
- net/sunrpc/xprtrdma/svc_rdma_transport.c 146 additions, 299 deletionsnet/sunrpc/xprtrdma/svc_rdma_transport.c
Loading
Please register or sign in to comment