summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-9/+1
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-2/+2
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-0/+52
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-58/+65
|\
| * svcrdma: Port to new memory registration APISagi Grimberg2015-10-281-34/+42
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-35/+35
* | svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever2015-10-121-1/+1
* | svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise2015-09-291-2/+4
|/
* svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-281-11/+1
* Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-271-1/+1
|\
| * svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-041-1/+1
* | IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang2015-05-181-2/+2
* | IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang2015-05-181-2/+2
|/
* svcrdma: Handle additional inline contentChuck Lever2015-01-151-0/+55
* svcrdma: Move read list XDR round-up logicChuck Lever2015-01-151-28/+9
* svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-151-3/+36
* svcrdma: rc_position sanity checkingChuck Lever2015-01-151-4/+12
* svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-151-44/+27
* svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-151-11/+0
* svcrdma: Clean up read chunk countingChuck Lever2015-01-151-3/+12
* svcrdma: Clean up dprintkChuck Lever2015-01-151-4/+4
* svcrdma: Add zero padding if the client doesn't send itChuck Lever2014-07-221-0/+28
* svcrdma: Fence LOCAL_INV work requestsSteve Wise2014-06-061-1/+1
* svcrdma: refactor marshalling logicSteve Wise2014-06-061-370/+273
* Fix regression in NFSRDMA serverTom Tucker2014-03-281-8/+4
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-5/+5
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-171-9/+11
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-181-0/+1
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-181-7/+11
* sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-3/+0