summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever2017-07-121-14/+5
* svcrdma: Remove frmr cacheChuck Lever2017-07-121-86/+0
* svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-84/+9
* svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2017-07-122-11/+5
* svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-122-454/+106
* svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever2017-07-121-1/+424
* sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-4/+6
* svcrdma: Don't account for Receive queue "starvation"Chuck Lever2017-06-281-15/+6
* svcrdma: Improve Reply chunk sanity checkingChuck Lever2017-06-281-6/+11
* svcrdma: Improve Write chunk sanity checkingChuck Lever2017-06-281-5/+47
* svcrdma: Improve Read chunk sanity checkingChuck Lever2017-06-281-18/+37
* svcrdma: Remove svc_rdma_marshal.cChuck Lever2017-06-283-170/+128
* svcrdma: Avoid Send Queue overflowChuck Lever2017-06-282-1/+6
* svcrdma: Squelch disconnection messagesChuck Lever2017-06-281-3/+10
* sunrpc: Disable splice for krb5iChuck Lever2017-06-282-1/+9
* Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-282-5/+8
|\
| * SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-311-1/+6
| * xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring2017-05-241-4/+2
* | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-2/+2
* | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-152-6/+7
* | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-4/+2
* | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-3/+6
* | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-4/+4
* | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-1/+1
* | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-154-13/+14
* | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-154-8/+16
* | sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-05-153-3/+4
* | sunrpc: fix decoder callback prototypesChristoph Hellwig2017-05-151-12/+15
* | sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-05-151-1/+2
* | sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-05-153-7/+8
* | sunrpc: fix encoder callback prototypesChristoph Hellwig2017-05-151-11/+13
* | sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-05-151-1/+2
|/
* Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-05-1010-787/+1197
|\
| * NFSv4: Fix callback server shutdownTrond Myklebust2017-04-271-0/+38
| * SUNRPC: Refactor svc_set_num_threads()Trond Myklebust2017-04-271-38/+58
| * svcrdma: Clean out old XDR encodersChuck Lever2017-04-251-70/+0
| * svcrdma: Remove the req_map cacheChuck Lever2017-04-252-152/+0
| * svcrdma: Remove unused RDMA Write completion handlerChuck Lever2017-04-251-18/+0
| * svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever2017-04-251-3/+3
| * svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever2017-04-252-16/+29
| * svcrdma: Report Write/Reply chunk overrunsChuck Lever2017-04-251-2/+56
| * svcrdma: Clean up RDMA_ERROR pathChuck Lever2017-04-253-63/+51
| * svcrdma: Use rdma_rw API in RPC reply pathChuck Lever2017-04-253-354/+350
| * svcrdma: Introduce local rdma_rw API helpersChuck Lever2017-04-254-1/+518
| * svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever2017-04-251-22/+17
| * svcrdma: Add helper to save pages under I/OChuck Lever2017-04-251-13/+18
| * svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2017-04-252-3/+1
| * svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever2017-04-252-38/+59
| * svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever2017-04-252-35/+40
OpenPOWER on IntegriCloud