summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-06-20SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust1-0/+7
2015-06-19SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2-19/+23
2015-06-19SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust1-1/+7
2015-06-18sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-338/+343
2015-06-16SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown1-0/+3
2015-06-12xprtrdma: Reduce per-transport MR allocationChuck Lever2-4/+8
2015-06-12xprtrdma: Stack relief in fmr_op_map()Chuck Lever2-11/+28
2015-06-12xprtrdma: Split rb_lockChuck Lever4-13/+15
2015-06-12xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2-4/+0
2015-06-12xprtrdma: Remove ->ro_resetChuck Lever5-71/+0
2015-06-12xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever1-109/+0
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever3-35/+89
2015-06-12xprtrdma: Introduce an FRMR recovery workqueueChuck Lever3-3/+84
2015-06-12xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2-30/+48
2015-06-12xprtrdma: Introduce helpers for allocating MWsChuck Lever2-0/+33
2015-06-12xprtrdma: Use ib_device pointer safelyChuck Lever5-48/+43
2015-06-12xprtrdma: Remove rr_funcChuck Lever4-14/+1
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever4-12/+10
2015-06-12xprtrdma: Warn when there are orphaned IB objectsChuck Lever1-5/+5
2015-06-11SUNRPC: Address kbuild warning in net/sunrpc/debugfs.cChuck Lever1-1/+2
2015-06-10SUNRPC: Transport fault injectionChuck Lever5-0/+101
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton3-9/+41
2015-06-10sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton1-8/+27
2015-06-10sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton1-0/+3
2015-06-10sunrpc: make xprt->swapper an atomic_tJeff Layton2-15/+27
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2-11/+59
2015-06-05SUNRPC: Fix a backchannel raceTrond Myklebust2-14/+29
2015-06-05SUNRPC: Clean up allocation and freeing of back channel requestsTrond Myklebust1-40/+55
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2-6/+3
2015-06-02SUNRPC: Clean up bc_send()Chuck Lever3-72/+26
2015-06-02SUNRPC: Backchannel handle socket nospaceTrond Myklebust1-11/+16
2015-06-02SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-06-02SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi1-8/+0
2015-05-04svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew1-7/+16
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-732/+889
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+16
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust8-720/+875
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-3/+5
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+2
2015-04-15VFS: net/: d_inode() annotationsDavid Howells1-16/+16
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-1/+1
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever5-46/+73
2015-03-31xprtrdma: Handle non-SEND completions via a calloutChuck Lever3-10/+28
2015-03-31xprtrdma: Add "open" memreg opChuck Lever5-46/+70