summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King2017-07-131-1/+1
* svcrdma: Avoid Send Queue overflowChuck Lever2017-06-281-1/+1
* svcrdma: Squelch disconnection messagesChuck Lever2017-06-281-3/+10
* svcrdma: Remove the req_map cacheChuck Lever2017-04-251-68/+0
* svcrdma: Report Write/Reply chunk overrunsChuck Lever2017-04-251-2/+56
* svcrdma: Clean up RDMA_ERROR pathChuck Lever2017-04-251-43/+0
* svcrdma: Use rdma_rw API in RPC reply pathChuck Lever2017-04-251-351/+345
* svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever2017-04-251-22/+17
* svcrdma: Add helper to save pages under I/OChuck Lever2017-04-251-13/+18
* svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever2017-04-251-13/+48
* svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever2017-04-251-25/+39
* svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-081-7/+12
* svcrdma: Another sendto chunk list parsing updateChuck Lever2017-02-081-1/+2
* svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever2016-11-301-14/+5
* svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-301-1/+6
* svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-301-67/+25
* svcrdma: support Remote InvalidationChuck Lever2016-09-231-3/+55
* svcrdma: Skip put_page() when send_reply() failsChuck Lever2016-09-231-1/+1
* svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-231-18/+4
* svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever2016-05-131-15/+13
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-6/+6
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-0/+62
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-6/+1
* svcrdma: Close connection when a send error occursChuck Lever2016-03-011-2/+6
* svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-011-5/+17
* svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever2016-03-011-3/+8
* svcrdma: Find client-provided write and reply chunks once per replyChuck Lever2016-03-011-44/+36
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-3/+3
* svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-7/+7
* svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-191-1/+4
* svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-191-1/+1
* svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-191-3/+3
* IB: split struct ib_send_wrChristoph Hellwig2015-10-081-9/+9
* svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-201-0/+73
* svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-07-201-1/+9
* svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-041-1/+1
* svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever2015-06-041-6/+8
* svcrdma: Find rmsgp more reliablyChuck Lever2015-01-151-14/+4
* svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-151-6/+22
* svcrdma: send_write() must not overflow the device's max sgeSteve Wise2014-07-111-24/+15
* svcrdma: refactor marshalling logicSteve Wise2014-06-061-208/+22
* svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton2014-03-281-0/+1
* Fix regression in NFSRDMA serverTom Tucker2014-03-281-0/+1
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-1/+3
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-171-12/+14
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-181-0/+2
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-181-22/+58
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-271-6/+6
* svcrdma: clean up error paths.Steve Wise2009-05-031-0/+3
OpenPOWER on IntegriCloud