summaryrefslogtreecommitdiffstats
path: root/include/trace/events/sunrpc.h
Commit message (Expand)AuthorAgeFilesLines
* 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-031-103/+69Star
|\
| * SUNRPC: Simplify defining common RPC trace eventsChuck Lever2019-01-021-103/+69Star
* | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-281-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/+1Star
* 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/+6Star
|\
| * sunrpc: Fix latency trace point crashesChuck Lever2018-05-011-10/+6Star
* | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-19/+87
|\|
| * sunrpc: Add static trace point to report result of RPC pingChuck Lever2018-04-101-0/+21
| * sunrpc: Add static trace point to report RPC latency statsChuck Lever2018-04-101-0/+45
| * sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-101-19/+21
* | svc: Report xprt dequeue latencyChuck Lever2018-04-031-4/+26
* | sunrpc: Report per-RPC execution statsChuck Lever2018-04-031-0/+21
* | sunrpc: Re-purpose trace_svc_processChuck Lever2018-04-031-4/+26
* | sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-56/+33Star
* | sunrpc: Simplify trace_svc_recvChuck Lever2018-04-031-7/+7
* | sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever2018-04-031-11/+5Star
* | sunrpc: Update show_svc_xprt_flags() to include recently added flagsChuck Lever2018-04-031-1/+3
|/
* Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-01-231-2/+6
|\
| * sunrpc: Format RPC events consistently for displayChuck Lever2018-01-231-2/+2
| * SUNRPC: Trace xprt_timer eventsChuck Lever2018-01-231-0/+4
* | SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepointBenjamin Coddington2018-01-231-2/+2
|/
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-7/+10
|\
| * SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_statusTrond Myklebust2017-10-111-7/+10
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-24/+55
|\ \
| * | sunrpc: Add rpc_request static trace pointChuck Lever2017-11-171-0/+30
| * | SUNRPC: Fix parsing failure in trace points with XIDsChuck Lever2017-11-171-24/+25
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust2016-07-131-0/+61
* SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust2016-07-131-1/+9
* SUNRPC: Don't allocate a full sockaddr_storage for tracingTrond Myklebust2016-07-011-13/+34
* net: sunrpc: fix tracepoint Warning: unknown op '->'Pratyush Anand2015-08-311-7/+14
* SUNRPC: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-18/+44
* sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-091-0/+94
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-091-1/+2
* sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-091-1/+2