summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c
AgeCommit message (Expand)Author
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever
2017-04-25svcrdma: Remove the req_map cacheChuck Lever
2017-04-25svcrdma: Report Write/Reply chunk overrunsChuck Lever
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever
2017-04-25svcrdma: Clean up svc_rdma_get_inv_rkey()Chuck Lever
2017-04-25svcrdma: Add helper to save pages under I/OChuck Lever
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever
2016-11-30svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever
2016-09-23svcrdma: support Remote InvalidationChuck Lever
2016-09-23svcrdma: Skip put_page() when send_reply() failsChuck Lever
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2016-05-13svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-03-01svcrdma: Close connection when a send error occursChuck Lever
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-07-20svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever
2015-07-20svcrdma: Fix send_reply() scatter/gather set-upChuck Lever
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever
2015-06-04svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever
2015-01-15svcrdma: Find rmsgp more reliablyChuck Lever
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise
2014-06-06svcrdma: refactor marshalling logicSteve Wise
2014-03-28svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton
2014-03-28Fix regression in NFSRDMA serverTom Tucker
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-05-27svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise
2009-05-03svcrdma: clean up error paths.Steve Wise