summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee1-29/+31
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-6/+9
2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee1-15/+13
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton1-18/+36
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton1-24/+7
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-5/+5
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton1-5/+3
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton1-5/+3
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-9/+9
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2-2/+1
2015-07-20svcrdma: Remove svc_rdma_fastreg()Chuck Lever1-34/+0
2015-07-20svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever1-0/+73
2015-07-20svcrdma: Fix send_reply() scatter/gather set-upChuck Lever1-1/+9
2015-07-20NFS/RDMA Release resources in svcrdma when device is removedShirley Ma1-0/+1
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-532/+751
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-198/+129
2015-06-22sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
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-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2-8/+10
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-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever7-48/+69