aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge tag 'dlm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-0/+260
2022-01-11Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+23
2022-01-11Merge tag 'for-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+5
2022-01-11Merge tag 'erofs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-2/+2
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+6
2022-01-10ext4: implement support for get/set fs labelLukas Czerner1-0/+23
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-0/+1
2022-01-09net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong1-0/+4
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong1-7/+29
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik1-5/+5
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman1-1/+3
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang1-2/+2
2021-12-01cgroup: Trace event cgroup id fields should be u64William Kucharski1-6/+6
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-11-17sunrpc: fix header include guard in trace headerThiago Rafael Becker1-1/+1
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-11/+22
2021-11-13Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-10/+11
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-10/+213
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-68/+619
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-10/+11
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-41/+52
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman1-1/+3
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman1-1/+3
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2-7/+34
2021-11-06mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGang Li1-32/+12
2021-11-06mm: mmap_lock: remove redundant newline in TP_printkGang Li1-3/+3
2021-11-02fs: dlm: trace socket handlingAlexander Aring1-0/+40
2021-11-02fs: dlm: initial support for tracepointsAlexander Aring1-0/+220
2021-11-02NFS: Move NFS protocol display macros to global headerChuck Lever1-0/+375
2021-11-02NFS: Move generic FS show macros to global headerChuck Lever1-0/+122
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-40/+126
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+15
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-1/+1
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+61
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-38/+36
2021-10-26f2fs: multidevice: support direct IOChao Yu1-5/+16
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+9
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-0/+1
2021-10-20SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever1-12/+12
2021-10-20SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever4-53/+99
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever1-3/+10
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-3/+3
2021-10-19io_uring: dump sqe contents if issue failsJens Axboe1-0/+61
2021-10-18mm/lru: Convert __pagevec_lru_add_fn to take a folioMatthew Wilcox (Oracle)1-16/+16
2021-10-18mm/writeback: Convert tracing writeback_page_template to foliosMatthew Wilcox (Oracle)1-10/+10
2021-10-18mm/swap: Add folio_activate()Matthew Wilcox (Oracle)1-8/+6
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+9
2021-10-18erofs: get compression algorithms directly on mappingGao Xiang1-1/+1
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig1-10/+9