summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)Author
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells
2022-01-28Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-27tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook
2022-01-27tracing: Avoid -Warray-bounds warning for __rel_loc macroMasami Hiramatsu
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-21cachefiles: Trace active-mark failureDavid Howells
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-01-18Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao
2022-01-15mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang
2022-01-14SUNRPC: Don't dereference xprt->snd_task if it's a cookieChuck Lever
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-11Merge tag 'dlm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2022-01-11Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-01-11Merge tag 'for-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-01-11Merge tag 'erofs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-11fscache: Add a tracepoint for cookie use/unuseDavid Howells
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2022-01-10ext4: implement support for get/set fs labelLukas Czerner
2022-01-10SUNRPC: Fix sockaddr handling in svcsock_accept_class trace pointsChuck Lever
2022-01-10SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong
2022-01-09net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells
2022-01-07cachefiles: Implement the I/O routinesDavid Howells
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells
2022-01-07cachefiles: Add tracepoints for calls to the VFSDavid Howells
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells
2022-01-07cachefiles: Add a couple of tracepoints for logging errorsDavid Howells
2022-01-07cachefiles: Introduce rewritten driverDavid Howells
2022-01-07fscache: Provide a function to resize a cookieDavid Howells
2022-01-07fscache: Implement raw I/O interfaceDavid Howells