summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/stats.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: use the struct net as the svc proc privateJosef Bacik2024-03-011-1/+1
* SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-3/+8
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-11/+10
* Merge branch 'multipath_tcp'Trond Myklebust2019-07-061-6/+9
|\
| * SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown2019-07-061-6/+9
* | SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski2019-07-061-2/+6
* | SUNRPC: Use proper printk specifiers for unsigned long longDave Wysochanski2019-07-061-1/+1
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0
* sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski2018-07-311-5/+12
* sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski2018-07-301-0/+12
* sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski2018-07-301-11/+16
* sunrpc: Add static trace point to report RPC latency statsChuck Lever2018-04-101-5/+11
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-5/+6
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-2/+1
* SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever2016-11-291-4/+6
* sunrpc: add rpc_count_iostats_idxWeston Andros Adamson2015-02-031-7/+19
* SUNRPC: serialize iostats updatesChuck Lever2014-11-251-5/+16
* SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust2013-08-301-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-1/+5
* NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-171-4/+4
* SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-01-311-4/+4
* SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-01-311-7/+8
* SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableJesper Juhl2010-11-161-3/+1
* sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-271-18/+25
* SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-2/+2
* SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever2010-05-141-18/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga2009-06-171-1/+1
* nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2009-06-171-2/+4
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-8/+2
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-071-3/+3
* sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-7/+1
* [SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-2/+1
* SUNRPC: RPC program information is stored in unsigned integersChuck Lever2008-02-011-2/+2
* SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-011-0/+3
* SUNRPC: Restrict sunrpc client exportsTrond Myklebust2008-01-301-5/+5
* SUNRPC: Move exported declarations to the function declarationsTrond Myklebust2008-01-301-0/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-1/+1
|\
| * [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* | SUNRPC: fix print format for tk_pidChuck Lever2007-02-031-3/+3
|/
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-6/+1
* NFS: make 2 functions staticAdrian Bunk2006-04-191-1/+2
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-2/+2
* SUNRPC: fix compile warnings on 64-bit platformsChuck Lever2006-03-201-1/+1