aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-0/+52
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-58/+65
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg1-34/+42
2015-10-12svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-35/+35
2015-09-29svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise1-2/+4
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise1-11/+1
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang1-2/+2
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang1-2/+2
2015-01-15svcrdma: Handle additional inline contentChuck Lever1-0/+55
2015-01-15svcrdma: Move read list XDR round-up logicChuck Lever1-28/+9
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever1-3/+36
2015-01-15svcrdma: rc_position sanity checkingChuck Lever1-4/+12
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever1-44/+27
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever1-11/+0
2015-01-15svcrdma: Clean up read chunk countingChuck Lever1-3/+12
2015-01-15svcrdma: Clean up dprintkChuck Lever1-4/+4
2014-07-22svcrdma: Add zero padding if the client doesn't send itChuck Lever1-0/+28
2014-06-06svcrdma: Fence LOCAL_INV work requestsSteve Wise1-1/+1
2014-06-06svcrdma: refactor marshalling logicSteve Wise1-370/+273
2014-03-28Fix regression in NFSRDMA serverTom Tucker1-8/+4
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-5/+5
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-9/+11
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker1-0/+1