aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\ \
| * | net: Move && and || to end of previous lineJoe Perches2009-11-29
| |/
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-21
|\
| * SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-09
| * SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-09
| * SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-09
* | svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun2009-07-03
|/
* sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-15
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-29
|\
| * svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-27
* | XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham2009-05-26
|/
* svcrdma: clean up error paths.Steve Wise2009-05-03
* svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-25
* SVCRDMA: fix recent printk format warnings.Tom Talpey2009-03-19
* XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey2009-03-11
* SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey2009-03-11
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-15
* net: Make staticRoel Kluin2008-12-10
* sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar2008-11-25
* sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar2008-11-25
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-31
* Merge branch 'next'Trond Myklebust2008-10-15
|\
| * RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-10
| * RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-10
| * RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-10
| * RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-10
| * RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-10
| * RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-10
| * RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-10
| * RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-10
| * RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey2008-10-10
| * RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-10
| * RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-10
| * RPC/RDMA: fix connection IRD/ORD settingTom Tucker2008-10-10
| * RPC/RDMA: support FRMR client memory registration.Tom Talpey2008-10-10
| * RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey2008-10-10
| * RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-10
| * RPC/RDMA: refactor the inline memory registration code.Tom Talpey2008-10-10
* | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-14
|\ \
| * | 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