summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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-241-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
| * svcrdma: Fix another Receive buffer leakChuck Lever2020-07-281-0/+2
| * svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever2020-07-131-2/+12
| * svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever2020-07-132-6/+7
| * svcrdma: Introduce Send completion IDsChuck Lever2020-07-131-3/+12
| * svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever2020-07-131-6/+6
| * svcrdma: Introduce Receive completion IDsChuck Lever2020-07-131-3/+12
| * svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever2020-07-132-14/+4
| * svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever2020-07-136-34/+19
| * SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever2020-07-132-15/+14
| * svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever2020-07-131-1/+1
| * svcrdma: Consolidate send_error helper functionsChuck Lever2020-07-131-47/+5
| * svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever2020-07-131-9/+19
| * svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever2020-07-131-11/+14
| * svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever2020-07-131-6/+26
| * svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever2020-07-132-16/+16
| * svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever2020-07-131-4/+5
| * svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever2020-07-131-7/+21