summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Avoid deadlock when credit window is resetChuck Lever2014-06-043-19/+7Star
* xprtrdma: Reset connection timeout after successful reconnectChuck Lever2014-06-041-0/+1
* xprtrdma: Use macros for reconnection timeout constantsChuck Lever2014-06-041-7/+12
* xprtrdma: Allocate missing pagelistShirley Ma2014-06-041-0/+6
* xprtrdma: Remove Tavor MTU settingChuck Lever2014-06-041-14/+0Star
* xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnectingChuck Lever2014-06-041-9/+20
* xprtrdma: Reduce the number of hardway buffer allocationsChuck Lever2014-06-041-12/+13
* xprtrdma: Limit work done by completion handlerChuck Lever2014-06-042-4/+7
* xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever2014-06-042-18/+42
* xprtrmda: Reduce lock contention in completion handlersChuck Lever2014-06-041-4/+10
* xprtrdma: Split the completion queueChuck Lever2014-06-042-92/+137
* xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever2014-06-043-13/+4Star
* xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever2014-06-044-10/+4Star
* xprtrdma: mount reports "Invalid mount option" if memreg mode not supportedChuck Lever2014-06-041-4/+4
* xprtrdma: Fall back to MTHCAFMR when FRMR is not supportedChuck Lever2014-06-041-16/+15Star
* xprtrdma: Remove REGISTER memory registration modeChuck Lever2014-06-042-88/+5Star
* xprtrdma: Remove MEMWINDOWS registration modesChuck Lever2014-06-044-203/+7Star
* xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever2014-06-043-28/+1Star
* xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever2014-06-043-7/+21
* nfs-rdma: Fix for FMR leaksAllen Andrews2014-06-041-35/+38
* xprtrdma: mind the device's max fast register page list depthSteve Wise2014-06-043-16/+36
* Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-094-12/+9Star
|\
| * svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton2014-03-281-0/+1
| * xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton2014-03-281-2/+2
| * Fix regression in NFSRDMA serverTom Tucker2014-03-282-8/+5Star
| * svcrdma: fix printk when memory allocation failsJeff Layton2014-03-271-2/+1Star
* | SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever2014-03-171-5/+5
* | SUNRPC: Fix large reads on NFS/RDMAChuck Lever2014-03-171-3/+1Star
|/
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-171-6/+14
|\
| * svcrdma: underflow issue in decode_write_list()Dan Carpenter2013-07-151-6/+14
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-132-6/+6
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-0/+1
|\
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-261-10/+10
|\ \
| * | IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-211-10/+10
| |/
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-2/+1Star
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-013-7/+7
|/
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-182-6/+8
* Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-131-4/+0Star
|\
| * nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-101-0/+1
| |\
| * | svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-211-4/+0Star
* | | SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-14/+8Star
| |/ |/|
* | SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+1
|/
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-311-1/+2
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-296-80/+50Star
|\
| * Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-262-7/+19
| |\
| * | svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-186-80/+50Star
* | | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-232-7/+19
|\ \ \ | | |/ | |/|
| * | xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker2012-03-211-5/+12
| * | xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker2012-03-211-2/+7
| |/