summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+58
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever1-0/+58
2015-10-29svcrdma: Port to new memory registration APISagi Grimberg1-23/+11
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-2/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-2/+8
2015-08-31svcrdma: limit FRMR page list lengths to device maxSteve Wise1-2/+4
2015-08-31xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg1-1/+1
2015-08-29svcrdma: Use max_sge_rd for destination read depthsSteve Wise1-0/+4
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever1-1/+1
2015-07-20svcrdma: Remove svc_rdma_fastreg()Chuck Lever1-34/+0
2015-07-20NFS/RDMA Release resources in svcrdma when device is removedShirley Ma1-0/+1
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+8
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-4/+5
2015-06-04svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever1-1/+1
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever1-26/+6
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever1-1/+1
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford1-38/+36
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny1-1/+1
2015-05-18xprtrdma, svcrdma: Switch to generic logging helpersSagi Grimberg1-11/+18
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang1-27/+18
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever1-0/+2
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever1-16/+27
2015-01-15svcrdma: Remove unused variableChuck Lever1-2/+0
2014-09-29svcrdma: advertise the correct max payloadSteve Wise1-1/+1
2014-08-06svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise1-17/+2
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-0/+1
2014-06-07svcrdma: refactor marshalling logicSteve Wise1-26/+36
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever1-0/+7
2014-03-28svcrdma: fix printk when memory allocation failsJeff Layton1-2/+1
2012-08-22svcrpc: make svc_xprt_received staticJ. Bruce Fields1-4/+0
2012-02-18svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-9/+1
2011-12-07SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky1-1/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+2
2011-05-26RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-10SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl1-0/+1
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo1-1/+5
2010-10-19svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker1-15/+14
2010-10-19svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker1-9/+9
2010-10-02sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov1-0/+2
2010-04-13Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+4
2010-04-05svcrdma: RDMA support not yet compatible with RPC6Tom Tucker1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-03svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun1-2/+2
2009-05-28svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise1-5/+5
2009-05-03svcrdma: clean up error paths.Steve Wise1-1/+2
2008-12-11net: Make staticRoel Kluin1-1/+1