index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
sunrpc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-51
/
+278
2020-06-11
SUNRPC: rpc_xprt lifetime events should record xprt->state
Chuck Lever
1
-1
/
+29
2020-06-11
SUNRPC: trace RPC client lifetime events
Chuck Lever
1
-0
/
+111
2020-06-11
SUNRPC: Trace transport lifetime events
Chuck Lever
1
-0
/
+35
2020-06-11
SUNRPC: Split the xdr_buf event class
Chuck Lever
1
-47
/
+66
2020-06-11
SUNRPC: Add tracepoint to rpc_call_rpcerror()
Chuck Lever
1
-0
/
+28
2020-06-11
SUNRPC: Update the RPC_SHOW_SOCKET() macro
Chuck Lever
1
-3
/
+3
2020-06-11
SUNRPC: Update the rpc_show_task_flags() macro
Chuck Lever
1
-1
/
+7
2020-05-20
SUNRPC: Clean up request deferral tracepoints
Chuck Lever
1
-3
/
+8
2020-05-20
SUNRPC: svc_show_status() macro should have enum definitions
Chuck Lever
1
-0
/
+11
2020-05-20
SUNRPC: Restructure svc_udp_recvfrom()
Chuck Lever
1
-0
/
+2
2020-05-20
SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives
Chuck Lever
1
-0
/
+31
2020-05-20
SUNRPC: Replace dprintk() call sites in TCP receive path
Chuck Lever
1
-0
/
+1
2020-05-18
SUNRPC: Restructure svc_tcp_recv_record()
Chuck Lever
1
-0
/
+24
2020-05-18
SUNRPC: Trace server-side rpcbind registration events
Chuck Lever
1
-0
/
+80
2020-05-18
SUNRPC: Replace dprintk call sites in TCP state change callouts
Chuck Lever
1
-0
/
+67
2020-05-18
SUNRPC: Add more svcsock tracepoints
Chuck Lever
1
-0
/
+97
2020-05-18
SUNRPC: Trace a few more generic svc_xprt events
Chuck Lever
1
-3
/
+36
2020-05-18
SUNRPC: Tracepoint to record errors in svc_xpo_create()
Chuck Lever
1
-0
/
+29
2020-05-18
SUNRPC: Remove kernel memory address from svc_xprt tracepoints
Chuck Lever
1
-20
/
+7
2020-03-16
sunrpc: Add tracing for cache events
Trond Myklebust
1
-0
/
+33
2020-03-16
svcrdma: Create a generic tracing class for displaying xdr_buf layout
Chuck Lever
1
-0
/
+43
2020-01-15
SUNRPC: Capture signalled RPC tasks
Chuck Lever
1
-0
/
+1
2019-12-07
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+55
2019-11-22
SUNRPC: Capture completion of all RPC tasks
Chuck Lever
1
-0
/
+1
2019-10-30
SUNRPC: Trace gssproxy upcall results
Chuck Lever
1
-0
/
+55
2019-10-24
SUNRPC: Add trace points to observe transport congestion control
Chuck Lever
1
-0
/
+93
2019-05-09
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-4
/
+4
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-1
/
+1
2019-04-25
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
1
-1
/
+1
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
1
-3
/
+3
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-1
/
+1
2019-03-12
fix null pointer deref in tracepoints in back channel
Olga Kornievskaia
1
-2
/
+4
2019-02-14
SUNRPC: Introduce rpc_prepare_reply_pages()
Chuck Lever
1
-0
/
+37
2019-02-14
SUNRPC: Introduce trace points in rpc_auth_gss.ko
Chuck Lever
1
-1
/
+60
2019-02-13
SUNRPC: Clean up rpc_verify_header()
Chuck Lever
1
-0
/
+52
2019-02-13
SUNRPC: Use struct xdr_stream when constructing RPC Call header
Chuck Lever
1
-0
/
+29
2019-02-13
SUNRPC: Add trace event that reports reply page vector alignment
Chuck Lever
1
-0
/
+59
2019-02-13
SUNRPC: Add XDR overflow trace event
Chuck Lever
1
-0
/
+67
2019-02-13
SUNRPC: Display symbolic flag names in RPC trace events
Chuck Lever
1
-6
/
+50
2019-01-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-103
/
+69
2019-01-02
SUNRPC: Simplify defining common RPC trace events
Chuck Lever
1
-103
/
+69
2018-12-27
sunrpc: use-after-free in svc_process_common()
Vasily Averin
1
-2
/
+4
2018-09-30
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
Trond Myklebust
1
-8
/
+8
2018-09-30
SUNRPC: Simplify TCP receive code by switching to using iterators
Trond Myklebust
1
-14
/
+1
2018-09-30
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
1
-5
/
+5
2018-05-11
Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-10
/
+6
2018-05-01
sunrpc: Fix latency trace point crashes
Chuck Lever
1
-10
/
+6
2018-04-12
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-19
/
+87
2018-04-10
sunrpc: Add static trace point to report result of RPC ping
Chuck Lever
1
-0
/
+21
[next]