summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc_rdma.h
AgeCommit message (Expand)Author
2016-09-23svcrdma: support Remote InvalidationChuck Lever
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2016-05-13svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck 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-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever
2015-07-20svcrdma: Remove svc_rdma_fastreg()Chuck Lever
2015-07-20svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever
2015-06-04svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever
2015-06-03svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever
2015-01-15svcrdma: Clean up read chunk countingChuck Lever
2014-07-23svcrdma: Double the default credit limitChuck Lever
2014-06-06svcrdma: refactor marshalling logicSteve Wise
2012-03-06svcrdma: silence a Sparse warningDan Carpenter
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker
2008-10-06svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker
2008-10-06svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker
2008-10-06svcrdma: Add FRMR get/put servicesTom Tucker
2008-10-03svcrdma: Add Fast Reg MR Data TypesTom Tucker
2008-08-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker
2008-07-02svcrdma: Change WR context get/put to use the kmem cacheTom Tucker
2008-07-02svcrdma: Remove unused wait q from svcrdma_xprt structureTom Tucker
2008-07-02svcrdma: Add dma map count and WARN_ONTom Tucker
2008-07-02svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker
2008-07-02svcrdma: Add a type for keeping NFS RPC mappingTom Tucker
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker