aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-177-84/+123
|\
| * Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2020-12-156-75/+90
| |\
| | * xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever2020-11-112-6/+7
| | * xprtrdma: Move rpcrdma_mr_put()Chuck Lever2020-11-113-33/+28
| | * xprtrdma: Trace unmap_sync callsChuck Lever2020-11-111-3/+4
| | * xprtrdma: Display the task ID when reporting MR eventsChuck Lever2020-11-112-2/+0
| | * xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever2020-11-111-1/+1
| | * xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-111-3/+3
| | * xprtrdma: Clean up tracepoints in the reply pathChuck Lever2020-11-111-4/+2
| | * xprtrdma: Clean up reply parsing error tracepointsChuck Lever2020-11-111-5/+5
| | * xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever2020-11-111-2/+2
| | * xprtrdma: Introduce FRWR completion IDsChuck Lever2020-11-112-7/+23
| | * xprtrdma: Introduce Send completion IDsChuck Lever2020-11-112-1/+5
| | * xprtrdma: Introduce Receive completion IDsChuck Lever2020-11-112-1/+10
| | * xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever2020-11-111-10/+3
| * | xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-141-9/+31
| * | SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-022-0/+2
| |/
* | svcrdma: support multiple Read chunks per RPCChuck Lever2020-11-301-14/+222
* | svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-302-68/+108
* | svcrdma: Rename info::ri_chunklenChuck Lever2020-11-301-16/+15
* | svcrdma: Clean up chunk tracepointsChuck Lever2020-11-302-17/+12
* | svcrdma: Remove chunk list pointersChuck Lever2020-11-301-7/+1
* | svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever2020-11-301-27/+9
* | svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever2020-11-301-76/+98
* | svcrdma: Support multiple write chunks when pulling upChuck Lever2020-11-303-82/+129
* | svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever2020-11-301-61/+44
* | svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever2020-11-303-34/+36
* | svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever2020-11-301-15/+14
* | svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever2020-11-301-37/+30
* | svcrdma: Add a "parsed chunk list" data structureChuck Lever2020-11-303-82/+422
* | svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever2020-11-302-12/+14
* | svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2020-11-302-36/+76
* | NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever2020-11-301-17/+7
* | SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-302-5/+5
* | svcrdma: Refactor the RDMA Write pathChuck Lever2020-11-301-21/+35
* | svcrdma: Const-ify the xdr_buf argumentsChuck Lever2020-11-301-2/+2
* | svcrdma: Catch another Reply chunk overflow caseChuck Lever2020-11-301-0/+2
|/
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-222-2/+3
|\
| * svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni2020-10-161-1/+2
| * net: sunrpc: delete repeated wordsRandy Dunlap2020-09-251-1/+1
* | xprtrdma: drop double zeroingJulia Lawall2020-09-211-1/+1
* | SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever2020-09-211-3/+0
* | SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever2020-09-211-2/+0
* | SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever2020-09-211-2/+0
|/
* Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-091-0/+2
|\
| * xprtrdma: Release in-flight MRs on disconnectChuck Lever2020-08-261-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-097-224/+204
|\
| * svcrdma: CM event handler clean upChuck Lever2020-07-281-31/+25
| * svcrdma: Remove transport reference countingChuck Lever2020-07-284-27/+2