summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-07-28svcrdma: Remove transport reference countingChuck Lever1-4/+0
2020-07-14svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-5/+6
2020-07-14svcrdma: Introduce Send completion IDsChuck Lever1-3/+12
2020-07-14svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever1-3/+1
2020-07-14svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever1-4/+1
2020-07-14svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever1-1/+1
2020-07-14svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever1-9/+19
2020-07-14svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever1-11/+14
2020-07-14svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever1-6/+26
2020-07-14svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever1-12/+11
2020-07-14svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever1-4/+5
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever1-6/+4
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever1-10/+3
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever1-7/+9
2020-03-16svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever1-1/+12
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever1-38/+26
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever1-107/+174
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever1-6/+4
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever1-33/+49
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever1-1/+1
2020-03-16svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever1-34/+4
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever1-7/+2
2020-03-16svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever1-8/+1
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-1/+39
2019-10-08svcrdma: Improve DMA mapping trace pointsChuck Lever1-2/+6
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever1-4/+0
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever1-6/+99
2018-12-28sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin1-4/+0
2018-11-29svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever1-40/+13
2018-08-24Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever1-1/+3
2018-07-25net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-2/+1
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever1-73/+76
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever1-15/+15
2018-05-11svcrdma: Remove post_send_wrChuck Lever1-35/+12
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever1-15/+21
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever1-42/+212
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever1-9/+8
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever1-33/+17
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever1-4/+1
2018-05-11svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever1-3/+11
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever1-1/+1
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-4/+2
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever1-11/+8
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever1-6/+0
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King1-1/+1
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever1-1/+1
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever1-3/+10