aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
Commit message (Expand)AuthorAge
* 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
* 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