aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-141-2/+2
* net: Make staticRoel Kluin2008-12-102-2/+2
* sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar2008-11-251-0/+2
* sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar2008-11-251-1/+1
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-313-21/+19
* Merge branch 'next'Trond Myklebust2008-10-154-250/+578
|\
| * RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-101-5/+1
| * RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-101-0/+7
| * RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-102-1/+22
| * RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-101-2/+2
| * RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-102-4/+10
| * RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-101-5/+4
| * RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-101-1/+1
| * RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-103-2/+33
| * RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey2008-10-101-11/+9
| * RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-101-0/+1
| * RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-103-4/+15
| * RPC/RDMA: fix connection IRD/ORD settingTom Tucker2008-10-101-37/+14
| * RPC/RDMA: support FRMR client memory registration.Tom Talpey2008-10-102-6/+167
| * RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey2008-10-101-15/+80
| * RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-101-1/+7
| * RPC/RDMA: refactor the inline memory registration code.Tom Talpey2008-10-101-158/+207
* | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-143-122/+684
|\ \
| * | 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-062-40/+217
| * | svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-062-22/+170
| * | 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
| |/
* | net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-2/+2
|/
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-132-7/+6
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+2
* svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-109/+12
* svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
* svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
* 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-023-0/+9
* svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
* svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
* svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-022-88/+80
* svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-022-0/+45
* svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker2008-05-191-0/+2
* svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-192-6/+5
* svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker2008-05-191-9/+14
* svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker2008-05-191-0/+1
* svcrdma: Use ib verbs version of dma_unmapTom Tucker2008-05-191-4/+4