aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-28svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever1-0/+63
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+6
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever1-3/+6
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-2/+1
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever1-1/+1
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever1-19/+6
2018-05-11svcrdma: Remove post_send_wrChuck Lever1-1/+2
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever1-6/+7
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever1-1/+1
2018-05-11svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever1-16/+36
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever1-108/+60
2018-05-11svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever1-1/+1
2018-05-11svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever1-19/+22
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever1-43/+275
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-2/+0
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever1-20/+16
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-03-20svcrdma: Clean up rdma_build_arg_xdrChuck Lever1-17/+16
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever1-8/+1
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever1-10/+4
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever1-441/+106
2017-06-28svcrdma: Don't account for Receive queue "starvation"Chuck Lever1-15/+6
2017-06-28svcrdma: Improve Reply chunk sanity checkingChuck Lever1-6/+11
2017-06-28svcrdma: Improve Write chunk sanity checkingChuck Lever1-5/+47
2017-06-28svcrdma: Improve Read chunk sanity checkingChuck Lever1-18/+37
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever1-0/+126
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever1-12/+15
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever1-1/+51
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever1-3/+3
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever1-8/+6
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2016-11-30svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever1-2/+0
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever1-2/+2
2016-11-30svcrdma: Remove DMA map accountingChuck Lever1-1/+0
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever1-0/+14
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-1/+1
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-26/+8
2016-05-13svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever1-1/+1
2016-05-13svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever1-21/+5
2016-05-13svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever1-3/+1
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever1-1/+1
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-1/+1
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever1-6/+8
2016-03-01svcrdma: Remove close_out exit pathChuck Lever1-11/+1
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever1-0/+4
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever1-1/+2
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever1-10/+9
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever1-9/+1
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig1-2/+2