summaryrefslogtreecommitdiffstats
path: root/include/trace/events/sunrpc.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Refresh the show_rqstp_flags() macroChuck Lever2020-07-261-8/+27
* Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-111-51/+278
|\
| * SUNRPC: rpc_xprt lifetime events should record xprt->stateChuck Lever2020-06-111-1/+29
| * SUNRPC: trace RPC client lifetime eventsChuck Lever2020-06-111-0/+111
| * SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-111-0/+35
| * SUNRPC: Split the xdr_buf event classChuck Lever2020-06-111-47/+66
| * SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever2020-06-111-0/+28
| * SUNRPC: Update the RPC_SHOW_SOCKET() macroChuck Lever2020-06-111-3/+3
| * SUNRPC: Update the rpc_show_task_flags() macroChuck Lever2020-06-111-1/+7
* | SUNRPC: Clean up request deferral tracepointsChuck Lever2020-05-201-3/+8
* | SUNRPC: svc_show_status() macro should have enum definitionsChuck Lever2020-05-201-0/+11
* | SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever2020-05-201-0/+2
* | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever2020-05-201-0/+31
* | SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever2020-05-201-0/+1
* | SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever2020-05-181-0/+24
* | SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-181-0/+80
* | SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever2020-05-181-0/+67
* | SUNRPC: Add more svcsock tracepointsChuck Lever2020-05-181-0/+97
* | SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-181-3/+36
* | SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever2020-05-181-0/+29
* | SUNRPC: Remove kernel memory address from svc_xprt tracepointsChuck Lever2020-05-181-20/+7
|/
* sunrpc: Add tracing for cache eventsTrond Myklebust2020-03-161-0/+33
* svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-161-0/+43
* SUNRPC: Capture signalled RPC tasksChuck Lever2020-01-151-0/+1
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-071-0/+55
|\
| * SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-301-0/+55
* | SUNRPC: Capture completion of all RPC tasksChuck Lever2019-11-221-0/+1
* | SUNRPC: Add trace points to observe transport congestion controlChuck Lever2019-10-241-0/+93
|/
* Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-4/+4
|\
| * SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-251-1/+1
| * SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-3/+3
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | fix null pointer deref in tracepoints in back channelOlga Kornievskaia2019-03-121-2/+4
* | SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-141-0/+37
* | SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-141-1/+60
* | SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-0/+52
* | SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-0/+29
* | SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever2019-02-131-0/+59
* | SUNRPC: Add XDR overflow trace eventChuck Lever2019-02-131-0/+67
* | SUNRPC: Display symbolic flag names in RPC trace eventsChuck Lever2019-02-131-6/+50
|/
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-103/+69
|\
| * SUNRPC: Simplify defining common RPC trace eventsChuck Lever2019-01-021-103/+69
* | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-2/+4
|/
* SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-301-8/+8
* SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-14/+1
* SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-5/+5
* Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-05-111-10/+6
|\
| * sunrpc: Fix latency trace point crashesChuck Lever2018-05-011-10/+6
* | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-19/+87
|\|