aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/sunrpc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-4/+4
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust1-1/+1
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-3/+3
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-12fix null pointer deref in tracepoints in back channelOlga Kornievskaia1-2/+4
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever1-0/+37
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever1-1/+60
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever1-0/+52
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever1-0/+29
2019-02-13SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever1-0/+59
2019-02-13SUNRPC: Add XDR overflow trace eventChuck Lever1-0/+67
2019-02-13SUNRPC: Display symbolic flag names in RPC trace eventsChuck Lever1-6/+50
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-103/+69
2019-01-02SUNRPC: Simplify defining common RPC trace eventsChuck Lever1-103/+69
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-2/+4
2018-09-30SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust1-8/+8
2018-09-30SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust1-14/+1
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust1-5/+5
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-10/+6
2018-05-01sunrpc: Fix latency trace point crashesChuck Lever1-10/+6
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-19/+87
2018-04-10sunrpc: Add static trace point to report result of RPC pingChuck Lever1-0/+21
2018-04-10sunrpc: Add static trace point to report RPC latency statsChuck Lever1-0/+45
2018-04-10sunrpc: Simplify synopsis of some trace pointsChuck Lever1-19/+21
2018-04-03svc: Report xprt dequeue latencyChuck Lever1-4/+26
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever1-0/+21
2018-04-03sunrpc: Re-purpose trace_svc_processChuck Lever1-4/+26
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-56/+33
2018-04-03sunrpc: Simplify trace_svc_recvChuck Lever1-7/+7
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever1-11/+5
2018-04-03sunrpc: Update show_svc_xprt_flags() to include recently added flagsChuck Lever1-1/+3
2018-01-23Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-2/+6
2018-01-23SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepointBenjamin Coddington1-2/+2
2018-01-23sunrpc: Format RPC events consistently for displayChuck Lever1-2/+2
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever1-0/+4
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+10
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-24/+55
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever1-0/+30
2017-11-17SUNRPC: Fix parsing failure in trace points with XIDsChuck Lever1-24/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_statusTrond Myklebust1-7/+10
2016-07-13SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust1-0/+61
2016-07-13SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust1-1/+9
2016-07-01SUNRPC: Don't allocate a full sockaddr_storage for tracingTrond Myklebust1-13/+34
2015-08-31net: sunrpc: fix tracepoint Warning: unknown op '->'Pratyush Anand1-7/+14
2015-04-08SUNRPC: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)1-18/+44
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-0/+94
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton1-1/+2
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-1/+2