summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
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-07ext4: disable fast commit with data journallingHarshad Shirwadkar1-2/+4
2020-11-07ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar1-3/+3
2020-11-06SUNRPC: 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-26treewide: 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-22ext4: fast commit recovery pathHarshad Shirwadkar1-4/+52
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+172
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-96/+253
2020-10-19Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+27
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+41
2020-10-17Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+109
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells1-0/+2
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-0/+107
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-30/+42