summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_rdma.h
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-081-2/+1
* svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0
* svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-081-5/+2
* svcrdma: Another sendto chunk list parsing updateChuck Lever2017-02-081-1/+1
* svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-301-1/+0
* svcrdma: Remove DMA map accountingChuck Lever2016-11-301-2/+0
* svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-301-1/+1
* svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-301-2/+0
* svcrdma: support Remote InvalidationChuck Lever2016-09-231-0/+1
* svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-231-0/+9
* svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2016-05-131-1/+1
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-2/+7
* svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-1/+1
* svcrdma: Use correct XID in error repliesChuck Lever2016-03-011-1/+1
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-2/+2
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-0/+1
* svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-011-1/+1
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-2/+0
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-0/+5
* svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-191-3/+10
* svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-0/+2
* svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-191-1/+1
* svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-191-0/+1
* svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-191-2/+6
* svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-1/+5
* Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-091-1/+5
|\
| * svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-021-1/+5
* | svcrdma: Port to new memory registration APISagi Grimberg2015-10-281-4/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-0/+1
|\
| * svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-281-0/+1
* | svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2015-08-101-7/+2
* | svcrdma: Remove svc_rdma_fastreg()Chuck Lever2015-07-201-1/+0
* | svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-201-79/+2
|/
* svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever2015-06-041-0/+7
* svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-041-1/+0
* svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-041-1/+1
* svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever2015-06-031-1/+0
* Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-121-2/+11
|\
| * svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-151-0/+1
| * svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-151-0/+10
| * svcrdma: Clean up read chunk countingChuck Lever2015-01-151-2/+0
* | xprtrdma: Modernize htonl and ntohlChuck Lever2015-01-301-2/+0
|/
* svcrdma: Double the default credit limitChuck Lever2014-07-231-2/+1
* svcrdma: refactor marshalling logicSteve Wise2014-06-061-2/+1
* svcrdma: silence a Sparse warningDan Carpenter2012-03-061-1/+1
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-171-1/+1
* svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-061-0/+1
* svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker2008-10-061-0/+1
* svcrdma: Add FRMR get/put servicesTom Tucker2008-10-061-0/+3
* svcrdma: Add Fast Reg MR Data TypesTom Tucker2008-10-031-1/+21