summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Avoid deadlock when credit window is resetChuck Lever2014-06-043-19/+7Star
* SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-19/+9Star
* 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
* net, sunrpc: suppress allocation warning in rpc_malloc()David Rientjes2014-05-291-2/+3
* SUNRPC: Fix a module reference issue in rpcsec_gssTrond Myklebust2014-05-181-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-132-10/+10
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-10/+10
* | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-0911-86/+119
|\ \ | |/ |/|
| * nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+16
| * SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee2014-03-301-0/+2
| * NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-302-21/+0Star
| * SUNRPC: New helper for creating client with rpc_xprtKinglong Mee2014-03-301-25/+33
| * NFSD: Free backchannel xprt in bc_destroyKinglong Mee2014-03-301-0/+4
| * rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields2014-03-291-6/+16
| * SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee2014-03-291-8/+11
| * 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-283-16/+30
| * Fix regression in NFSRDMA serverTom Tucker2014-03-282-8/+5Star
| * net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-03-271-3/+3
| * svcrdma: fix printk when memory allocation failsJeff Layton2014-03-271-2/+1Star
* | Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-066-68/+93
|\ \
| * | SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust2014-03-201-0/+2
| * | SUNRPC: Don't let rpc_delay() clobber non-timeout errorsTrond Myklebust2014-03-201-1/+2
| * | SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson2014-03-201-2/+2
| * | SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust2014-03-191-0/+4
| * | 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 'devel' into linux-nextTrond Myklebust2014-03-173-57/+77
| |\ \
| | * | SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust2014-03-171-3/+2Star
| | * | SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust2014-03-171-5/+3Star
| | * | SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-112-49/+72