summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-061-8/+1
* svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-061-1/+2
* svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-281-0/+63
* Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-231-3/+6
|\
| * svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2018-08-091-3/+6
* | net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-2/+1
|/
* svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever2018-06-081-1/+1
* svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever2018-05-111-19/+6
* svcrdma: Remove post_send_wrChuck Lever2018-05-111-1/+2
* svcrdma: Introduce svc_rdma_send_ctxtChuck Lever2018-05-111-6/+7
* svcrdma: Clean up Send SGE accountingChuck Lever2018-05-111-1/+1
* svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever2018-05-111-16/+36
* svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever2018-05-111-108/+60
* svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever2018-05-111-1/+1
* svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever2018-05-111-19/+22
* svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever2018-05-111-43/+275
* svcrdma: Trace key RDMA API eventsChuck Lever2018-05-111-2/+0
* svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever2018-05-111-20/+16
* svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-111-0/+1
* svcrdma: Clean up rdma_build_arg_xdrChuck Lever2018-03-201-17/+16
* svcrdma: Post Receives in the Receive completion handlerChuck Lever2018-01-181-8/+1
* svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2017-07-121-10/+4
* svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-121-441/+106
* svcrdma: Don't account for Receive queue "starvation"Chuck Lever2017-06-281-15/+6
* svcrdma: Improve Reply chunk sanity checkingChuck Lever2017-06-281-6/+11
* svcrdma: Improve Write chunk sanity checkingChuck Lever2017-06-281-5/+47
* svcrdma: Improve Read chunk sanity checkingChuck Lever2017-06-281-18/+37
* svcrdma: Remove svc_rdma_marshal.cChuck Lever2017-06-281-0/+126
* svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever2017-04-251-12/+15
* svcrdma: Clean up RDMA_ERROR pathChuck Lever2017-04-251-1/+51
* svcrdma: Poll CQs in "workqueue" modeChuck Lever2017-02-081-3/+3
* svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-081-8/+6
* svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna2017-01-121-2/+0
* svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever2016-11-301-2/+0
* svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-301-2/+2
* svcrdma: Remove DMA map accountingChuck Lever2016-11-301-1/+0
* svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-301-0/+14
* svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-231-1/+1
* Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-05-241-26/+8
|\
| * svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2016-05-131-1/+1
| * svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever2016-05-131-21/+5
| * svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever2016-05-131-3/+1
| * svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever2016-05-131-1/+1
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-1/+1
|/
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-6/+8
* svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1
* svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-011-0/+4
* svcrdma: Use correct XID in error repliesChuck Lever2016-03-011-1/+2
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-10/+9