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