summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
AgeCommit message (Expand)Author
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever
2017-06-28svcrdma: Don't account for Receive queue "starvation"Chuck Lever
2017-06-28svcrdma: Improve Reply chunk sanity checkingChuck Lever
2017-06-28svcrdma: Improve Write chunk sanity checkingChuck Lever
2017-06-28svcrdma: Improve Read chunk sanity checkingChuck Lever
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna
2016-11-30svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever
2016-11-30svcrdma: Remove DMA map accountingChuck Lever
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-05-13svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever
2016-05-13svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever
2016-05-13svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Remove close_out exit pathChuck Lever
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg
2015-10-12svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-09-29svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang
2015-01-15svcrdma: Handle additional inline contentChuck Lever
2015-01-15svcrdma: Move read list XDR round-up logicChuck Lever
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever
2015-01-15svcrdma: rc_position sanity checkingChuck Lever
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever
2015-01-15svcrdma: Clean up read chunk countingChuck Lever
2015-01-15svcrdma: Clean up dprintkChuck Lever