summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever
2020-11-30svcrdma: Rename info::ri_chunklenChuck Lever
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever
2020-11-30svcrdma: Remove chunk list pointersChuck Lever
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-11-30svcrdma: Refactor the RDMA Write pathChuck Lever
2020-11-30svcrdma: Const-ify the xdr_buf argumentsChuck Lever
2020-11-30svcrdma: Catch another Reply chunk overflow caseChuck Lever
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap
2020-09-21xprtrdma: drop double zeroingJulia Lawall
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-26xprtrdma: Release in-flight MRs on disconnectChuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-07-28svcrdma: CM event handler clean upChuck Lever
2020-07-28svcrdma: Remove transport reference countingChuck Lever
2020-07-28svcrdma: Fix another Receive buffer leakChuck Lever
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King
2020-07-13svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever
2020-07-13svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever
2020-07-13svcrdma: Introduce Send completion IDsChuck Lever
2020-07-13svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever
2020-07-13svcrdma: Introduce Receive completion IDsChuck Lever
2020-07-13svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever
2020-07-13SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever
2020-07-13svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever
2020-07-13svcrdma: Consolidate send_error helper functionsChuck Lever
2020-07-13svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever
2020-07-13svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever
2020-07-13svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever
2020-07-13svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever
2020-07-13svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever