summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c
AgeCommit message (Expand)Author
2020-08-27nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2020-06-04svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-06-04svcrdma: Fix trace point use-after-free raceChuck Lever
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-11-28svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever
2018-05-11svcrdma: Remove post_send_wrChuck Lever
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever
2018-05-11svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever
2017-04-25svcrdma: Remove the req_map cacheChuck Lever
2017-04-25svcrdma: Report Write/Reply chunk overrunsChuck Lever
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever
2017-04-25svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever
2017-04-25svcrdma: Add helper to save pages under I/OChuck Lever
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever
2016-11-30svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever
2016-09-23svcrdma: support Remote InvalidationChuck Lever
2016-09-23svcrdma: Skip put_page() when send_reply() failsChuck Lever
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2016-05-13svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-03-01svcrdma: Close connection when a send error occursChuck Lever
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever