aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-241-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-261-1/+2
|\
| * RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+2
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
|/
* SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl2011-03-101-0/+1
* sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-211-1/+5
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-181-15/+14
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-181-9/+9
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-0/+2
* Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-04-121-1/+4
|\
| * svcrdma: RDMA support not yet compatible with RPC6Tom Tucker2010-04-051-1/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun2009-07-031-2/+2
* svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-271-5/+5
* svcrdma: clean up error paths.Steve Wise2009-05-031-1/+2
* net: Make staticRoel Kluin2008-12-101-1/+1
* sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar2008-11-251-1/+1
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-6/+6
* svcrdma: Fix IRD/ORD polarityTom Tucker2008-10-061-1/+1
* svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker2008-10-061-2/+9
* svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker2008-10-061-0/+2
* svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-061-1/+4
* svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker2008-10-061-8/+21
* svcrdma: Modify post recv path to use local dma keyTom Tucker2008-10-061-3/+9
* svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker2008-10-061-35/+76
* svcrdma: Query device for Fast Reg support during connection setupTom Tucker2008-10-061-6/+70
* svcrdma: Add FRMR get/put servicesTom Tucker2008-10-061-5/+111
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-131-3/+2
* svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-109/+12
* svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-021-4/+12
* svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-021-4/+0
* svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-021-0/+5
* svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
* svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-021-1/+4
* svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-021-0/+26
* svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-191-5/+4
* svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker2008-05-191-9/+14
* svcrdma: Use ib verbs version of dma_unmapTom Tucker2008-05-191-4/+4
* svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker2008-05-191-3/+35
* svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker2008-05-191-20/+20
* svcrdma: Add reference for each SQ/RQ WRTom Tucker2008-05-191-2/+16
* svcrdma: Move destroy to kernel threadTom Tucker2008-05-191-3/+14
* svcrdma: Shrink scope of spinlock on RQ CQTom Tucker2008-05-191-2/+2
* svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-191-21/+26
* svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-191-1/+4
* svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-191-1/+0
* svcrdma: Fix error handling during listening endpoint creationTom Tucker2008-05-191-11/+13
* svcrdma: Free context on ib_post_recv errorTom Tucker2008-05-191-0/+2
* svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker2008-05-191-0/+1