aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/stats.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+0
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clonesDave Wysochanski1-5/+12
2018-07-30sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski1-0/+12
2018-07-30sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski1-11/+16
2018-04-10sunrpc: Add static trace point to report RPC latency statsChuck Lever1-5/+11
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-5/+6
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-2/+1
2016-11-29SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever1-4/+6
2015-02-03sunrpc: add rpc_count_iostats_idxWeston Andros Adamson1-7/+19
2014-11-25SUNRPC: serialize iostats updatesChuck Lever1-5/+16
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-1/+5
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson1-4/+4
2012-01-31SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky1-7/+8
2010-11-16SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableJesper Juhl1-3/+1
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov1-18/+25
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust1-2/+2
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever1-18/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga1-1/+1
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga1-2/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-8/+2
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-3/+3
2008-05-02sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-7/+1
2008-02-28[SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen1-2/+1
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever1-2/+2
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust1-0/+3
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust1-5/+5
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust1-0/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-1/+1
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-1/+1
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever1-3/+3
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-6/+1
2006-04-19NFS: make 2 functions staticAdrian Bunk1-1/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-2/+2
2006-03-20SUNRPC: fix compile warnings on 64-bit platformsChuck Lever1-1/+1
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever1-2/+12
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever1-0/+105
2005-09-07[PATCH] sunrpc: print unsigned integers in statsMax Kellermann1-8/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+175