summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2024-03-15tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)1-10/+10
2023-10-25neighbor: tracing: Move pin6 inside CONFIG_IPV6=y sectionGeert Uytterhoeven1-2/+2
2023-08-11tracing: Show real address for trace event argumentsMasami Hiramatsu1-1/+1
2023-07-27tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().Sebastian Andrzej Siewior1-1/+5
2023-06-28writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini1-1/+1
2023-05-17net: qrtr: correct types of trace event parametersSimon Horman1-15/+18
2023-05-17rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang1-1/+2
2023-04-26f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard1-1/+1
2023-04-05rcu: Fix rcu_torture_read ftrace eventDouglas Raillard1-1/+1
2023-01-24tracing: Use alignof__(struct {type b;}) instead of offsetof()Steven Rostedt (Google)1-1/+1
2023-01-24btrfs: fix trace event name typo for FLUSH_DELAYED_REFSNaohiro Aota1-1/+1
2023-01-14ext4: disable fast-commit of encrypted dir operationsEric Biggers1-2/+5
2023-01-14jbd2: use the correct print formatBixuan Cui1-22/+22
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe1-42/+79
2022-12-02rxrpc: Use refcount_t rather than atomic_tDavid Howells1-1/+1
2022-08-21tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)1-3/+5
2022-08-21spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins1-6/+6
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-18/+12
2022-07-21net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)1-2/+4
2022-06-29ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu1-0/+1
2022-06-09rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-1/+1
2022-06-09tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin1-2/+2
2022-05-30random: remove unused tracepointsJason A. Donenfeld1-212/+0
2022-05-30random: make more consistent use of integer typesJason A. Donenfeld1-41/+38
2022-05-30random: simplify entropy debitingJason A. Donenfeld1-24/+6
2022-05-30random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-35/+21
2022-05-30random: remove dead code left over from blocking poolEric Biggers1-83/+0
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust1-1/+0
2022-04-20SUNRPC: Fix the svc_deferred_event trace classChuck Lever1-3/+4
2022-04-08rxrpc: Fix call timer start racing with call destructionDavid Howells1-1/+7
2022-04-08ext4: fix ext4_fc_stats trace pointRitesh Harjani1-29/+49
2022-01-27cgroup: Trace event cgroup id fields should be u64William Kucharski1-6/+6
2021-11-26f2fs: fix up f2fs_lookup tracepointsGao Xiang1-6/+6
2021-09-30erofs: fix up erofs_lookup tracepointGao Xiang1-3/+3
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells1-5/+62
2021-05-19SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever1-1/+0
2021-05-19f2fs: move ioctl interface definitions to separated fileChao Yu1-0/+1
2020-11-25trace: fix potenial dangerous pointerHui Su1-4/+4
2020-11-18Merge tag 'nfsd-5.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2020-11-12SUNRPC: Fix oops in the rpc_xdr_buf event classScott Mayhew1-1/+2
2020-11-09Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+4
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar1-2/+4
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar1-3/+3
2020-11-05SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()Chuck Lever1-4/+4
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-2/+3
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells1-16/+3
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-6/+6
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+224
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-4/+52