aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
Commit message (Expand)AuthorAge
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-17
* SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-06
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-26
|\
| * RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-25
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-10
|/
* SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl2011-03-10
* sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-21
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-18
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-18
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-01
* Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-04-12
|\
| * svcrdma: RDMA support not yet compatible with RPC6Tom Tucker2010-04-05
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun2009-07-03
* svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-27
* svcrdma: clean up error paths.Steve Wise2009-05-03
* net: Make staticRoel Kluin2008-12-10
* sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar2008-11-25
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-31
* svcrdma: Fix IRD/ORD polarityTom Tucker2008-10-06
* svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker2008-10-06
* svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker2008-10-06
* svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-06
* svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker2008-10-06
* svcrdma: Modify post recv path to use local dma keyTom Tucker2008-10-06
* svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker2008-10-06
* svcrdma: Query device for Fast Reg support during connection setupTom Tucker2008-10-06
* svcrdma: Add FRMR get/put servicesTom Tucker2008-10-06
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-13
* svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-02
* svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-02
* svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-02
* svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-02
* svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-02
* svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-02
* svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-02
* svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-19
* svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker2008-05-19
* svcrdma: Use ib verbs version of dma_unmapTom Tucker2008-05-19
* svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker2008-05-19
* svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker2008-05-19
* svcrdma: Add reference for each SQ/RQ WRTom Tucker2008-05-19
* svcrdma: Move destroy to kernel threadTom Tucker2008-05-19
* svcrdma: Shrink scope of spinlock on RQ CQTom Tucker2008-05-19
* svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-19
* svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-19
* svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-19