summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
AgeCommit message (Expand)Author
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom 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-05-19svcrdma: Fix error handling during listening endpoint creationTom Tucker
2008-05-19svcrdma: Free context on ib_post_recv errorTom Tucker
2008-05-19svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker
2008-05-19svcrdma: Fix return value in svc_rdma_sendTom Tucker
2008-05-19svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker
2008-04-23SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker
2008-03-12SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker
2008-02-01rdma: SVCRDMA Core Transport ServicesTom Tucker