index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-11
/
+10
*
Merge branch 'multipath_tcp'
Trond Myklebust
2019-07-06
1
-6
/
+9
|
\
|
*
SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.
NeilBrown
2019-07-06
1
-6
/
+9
*
|
SUNRPC: Count ops completing with tk_status < 0
Dave Wysochanski
2019-07-06
1
-2
/
+6
*
|
SUNRPC: Use proper printk specifiers for unsigned long long
Dave Wysochanski
2019-07-06
1
-1
/
+1
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
sunrpc: whitespace fixes
Stephen Hemminger
2018-07-31
1
-1
/
+0
*
sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...
Dave Wysochanski
2018-07-31
1
-5
/
+12
*
sunrpc: Add _add_rpc_iostats() to add rpc_iostats metrics
Dave Wysochanski
2018-07-30
1
-0
/
+12
*
sunrpc: add _print_rpc_iostats() to output metrics for one RPC op
Dave Wysochanski
2018-07-30
1
-11
/
+16
*
sunrpc: Add static trace point to report RPC latency stats
Chuck Lever
2018-04-10
1
-5
/
+11
*
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
2017-05-15
1
-5
/
+6
*
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
2017-05-15
1
-2
/
+1
*
SUNRPC: Proper metric accounting when RPC is not transmitted
Chuck Lever
2016-11-29
1
-4
/
+6
*
sunrpc: add rpc_count_iostats_idx
Weston Andros Adamson
2015-02-03
1
-7
/
+19
*
SUNRPC: serialize iostats updates
Chuck Lever
2014-11-25
1
-5
/
+16
*
SUNRPC: Deprecate rpc_client->cl_protname
Trond Myklebust
2013-08-30
1
-1
/
+1
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
Trond Myklebust
2012-03-02
1
-1
/
+5
*
NFS: include filelayout DS rpc stats in mountstats
Weston Andros Adamson
2012-02-17
1
-4
/
+4
*
SUNRPC: register service stats /proc entries in passed network namespace context
Stanislav Kinsbursky
2012-01-31
1
-4
/
+4
*
SUNRPC: register RPC stats /proc entries in passed network namespace context
Stanislav Kinsbursky
2012-01-31
1
-7
/
+8
*
SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable
Jesper Juhl
2010-11-16
1
-3
/
+1
*
sunrpc: Make the /proc/net/rpc appear in net namespaces
Pavel Emelyanov
2010-09-27
1
-18
/
+25
*
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
2010-05-14
1
-2
/
+2
*
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
Chuck Lever
2010-05-14
1
-18
/
+9
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
nfs41: Rename rq_received to rq_reply_bytes_recvd
Ricardo Labiaga
2009-06-17
1
-1
/
+1
*
nfs41: Add backchannel processing support to RPC state machine
Ricardo Labiaga
2009-06-17
1
-2
/
+4
*
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
2009-03-31
1
-8
/
+2
*
SUNRPC: The sunrpc server code should not be used by out-of-tree modules
Trond Myklebust
2009-01-07
1
-3
/
+3
*
sunrpc: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2008-05-02
1
-7
/
+1
*
[SUNRPC]: Use proc_create() to setup ->proc_fops first
Wang Chen
2008-02-28
1
-2
/
+1
*
SUNRPC: RPC program information is stored in unsigned integers
Chuck Lever
2008-02-01
1
-2
/
+2
*
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
2008-02-01
1
-0
/
+3
*
SUNRPC: Restrict sunrpc client exports
Trond Myklebust
2008-01-30
1
-5
/
+5
*
SUNRPC: Move exported declarations to the function declarations
Trond Myklebust
2008-01-30
1
-0
/
+2
*
[NET]: Make /proc/net per network namespace
Eric W. Biederman
2007-10-10
1
-2
/
+3
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2007-02-12
1
-1
/
+1
|
\
|
*
[PATCH] mark struct file_operations const 8
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
|
SUNRPC: fix print format for tk_pid
Chuck Lever
2007-02-03
1
-3
/
+3
|
/
*
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
2006-07-21
1
-6
/
+1
*
NFS: make 2 functions static
Adrian Bunk
2006-04-19
1
-1
/
+2
*
[PATCH] mark f_ops const in the inode
Arjan van de Ven
2006-03-28
1
-2
/
+2
*
SUNRPC: fix compile warnings on 64-bit platforms
Chuck Lever
2006-03-20
1
-1
/
+1
*
SUNRPC: display human-readable procedure name in rpc_iostats output
Chuck Lever
2006-03-20
1
-2
/
+12
*
SUNRPC: provide a mechanism for collecting stats in the RPC client
Chuck Lever
2006-03-20
1
-0
/
+105
*
[PATCH] sunrpc: print unsigned integers in stats
Max Kellermann
2005-09-07
1
-8
/
+8
[next]