aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
Commit message (Expand)AuthorAge
* 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
* svcrdma: Fix error handling during listening endpoint creationTom Tucker2008-05-19
* svcrdma: Free context on ib_post_recv errorTom Tucker2008-05-19
* svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker2008-05-19
* svcrdma: Fix return value in svc_rdma_sendTom Tucker2008-05-19
* svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker2008-05-19
* svcrdma: Simplify receive buffer postingTom Tucker2008-05-19
* SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker2008-04-23
* SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker2008-03-12
* rdma: SVCRDMA Core Transport ServicesTom Tucker2008-02-01