summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-1/+1
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-211-35/+13Star
|\
| * SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-091-5/+0Star
| * SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-091-27/+18Star
| * SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-8/+0Star
* | svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun2009-07-031-2/+2
|/
* sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-161-4/+4
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-292-11/+11
|\
| * svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-282-11/+11
* | XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham2009-05-261-1/+2
|/
* svcrdma: clean up error paths.Steve Wise2009-05-032-1/+5
* svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-261-1/+1
* SVCRDMA: fix recent printk format warnings.Tom Talpey2009-03-191-1/+1
* XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey2009-03-111-12/+14
* SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey2009-03-111-3/+5
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-151-2/+2
* net: Make staticRoel Kluin2008-12-112-2/+2
* sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar2008-11-261-0/+2
* sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar2008-11-261-1/+1
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-313-21/+19Star
* Merge branch 'next'Trond Myklebust2008-10-154-250/+578
|\
| * RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-101-5/+1Star
| * 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/+4Star
| * 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/+9Star
| * 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/+14Star
| * 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-211-2/+2
|/
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-132-7/+6Star