aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/stats.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01sunrpc: use the struct net as the svc proc privateGravatar Josef Bacik 1-1/+1
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsGravatar Chuck Lever 1-3/+8
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-11/+10
2019-07-06Merge branch 'multipath_tcp'Gravatar Trond Myklebust 1-6/+9
2019-07-06SUNRPC: Count ops completing with tk_status < 0Gravatar Dave Wysochanski 1-2/+6
2019-07-06SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.Gravatar NeilBrown 1-6/+9
2019-07-06SUNRPC: Use proper printk specifiers for unsigned long longGravatar Dave Wysochanski 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-07-31sunrpc: whitespace fixesGravatar Stephen Hemminger 1-1/+0
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Gravatar Dave Wysochanski 1-5/+12
2018-07-30sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsGravatar Dave Wysochanski 1-0/+12
2018-07-30sunrpc: add _print_rpc_iostats() to output metrics for one RPC opGravatar Dave Wysochanski 1-11/+16
2018-04-10sunrpc: Add static trace point to report RPC latency statsGravatar Chuck Lever 1-5/+11
2017-05-15sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-5/+6
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-2/+1
2016-11-29SUNRPC: Proper metric accounting when RPC is not transmittedGravatar Chuck Lever 1-4/+6
2015-02-03sunrpc: add rpc_count_iostats_idxGravatar Weston Andros Adamson 1-7/+19
2014-11-25SUNRPC: serialize iostats updatesGravatar Chuck Lever 1-5/+16
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameGravatar Trond Myklebust 1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldGravatar Trond Myklebust 1-1/+5
2012-02-17NFS: include filelayout DS rpc stats in mountstatsGravatar Weston Andros Adamson 1-4/+4
2012-01-31SUNRPC: register service stats /proc entries in passed network namespace contextGravatar Stanislav Kinsbursky 1-4/+4
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextGravatar Stanislav Kinsbursky 1-7/+8
2010-11-16SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableGravatar Jesper Juhl 1-3/+1
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesGravatar Pavel Emelyanov 1-18/+25
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstGravatar Trond Myklebust 1-2/+2
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsGravatar Chuck Lever 1-18/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdGravatar Ricardo Labiaga 1-1/+1
2009-06-17nfs41: Add backchannel processing support to RPC state machineGravatar Ricardo Labiaga 1-2/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-8/+2
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesGravatar Trond Myklebust 1-3/+3
2008-05-02sunrpc: assign PDE->data before gluing PDE into /proc treeGravatar Denis V. Lunev 1-7/+1
2008-02-28[SUNRPC]: Use proc_create() to setup ->proc_fops firstGravatar Wang Chen 1-2/+1
2008-02-01SUNRPC: RPC program information is stored in unsigned integersGravatar Chuck Lever 1-2/+2
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Gravatar Trond Myklebust 1-0/+3
2008-01-30SUNRPC: Restrict sunrpc client exportsGravatar Trond Myklebust 1-5/+5
2008-01-30SUNRPC: Move exported declarations to the function declarationsGravatar Trond Myklebust 1-0/+2
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-2/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 8Gravatar Arjan van de Ven 1-1/+1
2007-02-03SUNRPC: fix print format for tk_pidGravatar Chuck Lever 1-3/+3
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Gravatar Panagiotis Issaris 1-6/+1
2006-04-19NFS: make 2 functions staticGravatar Adrian Bunk 1-1/+2
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-2/+2
2006-03-20SUNRPC: fix compile warnings on 64-bit platformsGravatar Chuck Lever 1-1/+1