summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-26svcrdma: Remove the req_map cacheChuck Lever1-68/+0
2017-04-26svcrdma: Report Write/Reply chunk overrunsChuck Lever1-2/+56
2017-04-26svcrdma: Clean up RDMA_ERROR pathChuck Lever1-43/+0
2017-04-26svcrdma: Use rdma_rw API in RPC reply pathChuck Lever1-351/+345
2017-04-26svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever1-22/+17
2017-04-26svcrdma: Add helper to save pages under I/OChuck Lever1-13/+18
2017-04-26svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever1-13/+48
2017-04-26svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever1-25/+39
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever1-7/+12
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever1-1/+2
2016-12-01svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever1-14/+5
2016-12-01svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever1-1/+6