aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever2-1/+6
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever1-3/+10
2017-06-28sunrpc: Disable splice for krb5iChuck Lever2-1/+9
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2-5/+8
2017-05-31SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown1-1/+6
2017-05-24xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()Markus Elfring1-4/+2
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2-6/+7
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-4/+2
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-3/+6
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-4/+4
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-1/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig4-13/+14
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig4-8/+16
2017-05-15sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig3-3/+4
2017-05-15sunrpc: fix decoder callback prototypesChristoph Hellwig1-12/+15
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig1-1/+2
2017-05-15sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig3-7/+8
2017-05-15sunrpc: fix encoder callback prototypesChristoph Hellwig1-11/+13
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig1-1/+2
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-787/+1197
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust1-0/+38
2017-04-27SUNRPC: Refactor svc_set_num_threads()Trond Myklebust1-38/+58
2017-04-25Merge tag 'nfs-rdma-4.12-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust6-122/+295
2017-04-25svcrdma: Clean out old XDR encodersChuck Lever1-70/+0
2017-04-25svcrdma: Remove the req_map cacheChuck Lever2-152/+0
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever1-18/+0
2017-04-25svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever1-3/+3
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever2-16/+29
2017-04-25svcrdma: Report Write/Reply chunk overrunsChuck Lever1-2/+56
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever3-63/+51
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever3-354/+350
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever4-1/+518
2017-04-25svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever1-22/+17
2017-04-25svcrdma: Add helper to save pages under I/OChuck Lever1-13/+18
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2-3/+1
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever2-38/+59
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever2-35/+40
2017-04-25xprtrdma: Remove rpcrdma_buffer::rb_poolChuck Lever1-1/+0
2017-04-25sunrpc: Fix xdr_init_decode_pages() documenting commentChuck Lever1-1/+1
2017-04-25xprtrdma: Squelch ENOBUFS warningsChuck Lever1-3/+5
2017-04-25xprtrdma: Annotate receive workqueueChuck Lever1-1/+1
2017-04-25xprtrdma: Revert commit d0f36c46deeaChuck Lever1-26/+7
2017-04-25xprtrdma: Restore transport after device removalChuck Lever1-0/+48
2017-04-25xprtrdma: Refactor rpcrdma_ep_connectChuck Lever1-46/+63
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever3-9/+101
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever3-9/+14
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever3-27/+32
2017-04-25xprtrdma: Detect unreachable NFS/RDMA servers more reliablyChuck Lever1-0/+22