aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever3-1/+3
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever6-29/+18
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever5-35/+61
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever3-36/+8
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever4-15/+6
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson1-0/+64
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson2-1/+38
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson1-0/+7
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson1-0/+6
2016-09-19SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson1-1/+0
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust1-0/+17
2016-09-19sunrpc: Remove unnecessary variableAmitoj Kaur Chawla1-2/+1
2016-09-16Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+3
2016-09-12svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever1-2/+3
2016-09-06xprtrdma: Fix receive buffer accountingChuck Lever2-12/+30
2016-09-06xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...")Chuck Lever1-5/+7
2016-09-03sunrpc: fix UDP memory accountingPaolo Abeni1-1/+1
2016-08-24SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever1-2/+2
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-24/+94
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust1-0/+21
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2-6/+15
2016-08-05SUNRPC: Fix reconnection timeoutsTrond Myklebust1-7/+20
2016-08-05SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown1-0/+11
2016-08-05SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-122/+86
2016-08-02SUNRPC: Fix up socket autodisconnectTrond Myklebust1-8/+18
2016-08-01SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust1-2/+5
2016-08-01SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust1-3/+10
2016-08-01SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust1-0/+4
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds21-941/+864
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust12-851/+718
2016-07-24Merge branch 'sunrpc'Trond Myklebust5-74/+130
2016-07-24SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust1-1/+1
2016-07-19xprtrdma: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-07-19sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson1-1/+5
2016-07-19sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson1-2/+2
2016-07-19sunrpc: Fix reserved port range calculationFrank Sorenson1-1/+1
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson1-3/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew5-9/+7
2016-07-16SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust1-5/+3
2016-07-13SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust1-2/+0
2016-07-13SUNRPC: Change TCP socket space reservationTrond Myklebust1-43/+4
2016-07-13SUNRPC: Add a server side per-connection limitTrond Myklebust1-3/+36
2016-07-13SUNRPC: Micro optimisation for svc_data_readyTrond Myklebust1-2/+2
2016-07-13SUNRPC: Call the default socket callbacks instead of open codingTrond Myklebust1-69/+19
2016-07-13SUNRPC: lock the socket while detaching itTrond Myklebust1-0/+3
2016-07-13SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust1-0/+4
2016-07-13SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust1-2/+6
2016-07-13sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew1-2/+3