summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc_rdma.h
AgeCommit message (Expand)Author
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
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker
2008-02-01rdma: SVCRMDA Header FileTom Tucker