aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25svcrdma: Remove the req_map cacheChuck Lever1-68/+0
2017-04-25svcrdma: Report Write/Reply chunk overrunsChuck Lever1-2/+56
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever1-43/+0
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever1-351/+345
2017-04-25svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever1-22/+17
2017-04-25svcrdma: Add helper to save pages under I/OChuck Lever1-13/+18
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever1-13/+48
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever1-25/+39
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever1-7/+12
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever1-1/+2
2016-11-30svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever1-14/+5
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever1-1/+6
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever1-67/+25
2016-09-23svcrdma: support Remote InvalidationChuck Lever1-3/+55
2016-09-23svcrdma: Skip put_page() when send_reply() failsChuck Lever1-1/+1
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-18/+4
2016-05-13svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever1-15/+13
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever1-6/+6
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever1-0/+62
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever1-6/+1
2016-03-01svcrdma: Close connection when a send error occursChuck Lever1-2/+6
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever1-5/+17
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever1-3/+8
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever1-44/+36
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig1-3/+3
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever1-7/+7
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever1-1/+4
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever1-1/+1
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever1-3/+3
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-9/+9
2015-07-20svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever1-0/+73
2015-07-20svcrdma: Fix send_reply() scatter/gather set-upChuck Lever1-1/+9
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever1-1/+1
2015-06-04svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever1-6/+8
2015-01-15svcrdma: Find rmsgp more reliablyChuck Lever1-14/+4
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever1-6/+22
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise1-24/+15
2014-06-06svcrdma: refactor marshalling logicSteve Wise1-208/+22
2014-03-28svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton1-0/+1
2014-03-28Fix regression in NFSRDMA serverTom Tucker1-0/+1
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-1/+3
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-12/+14
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker1-0/+2
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker1-22/+58
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-05-27svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise1-6/+6
2009-05-03svcrdma: clean up error paths.Steve Wise1-0/+3
2009-03-19SVCRDMA: fix recent printk format warnings.Tom Talpey1-1/+1
2009-03-11SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey1-3/+5
2008-12-10net: Make staticRoel Kluin1-1/+1