summaryrefslogtreecommitdiffstats
path: root/include/trace/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-4/+4
|\
| * block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-4/+4
* | Merge tag 'dlm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2022-01-111-0/+260
|\ \
| * | fs: dlm: trace socket handlingAlexander Aring2021-11-021-0/+40
| * | fs: dlm: initial support for tracepointsAlexander Aring2021-11-021-0/+220
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-111-0/+23
|\ \ \
| * | | ext4: implement support for get/set fs labelLukas Czerner2022-01-101-0/+23
| | |/ | |/|
* | | Merge tag 'for-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-01-111-5/+5
|\ \ \
| * | | btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik2022-01-031-5/+5
* | | | Merge tag 'erofs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-111-2/+2
|\ \ \ \
| * | | | erofs: clean up erofs_map_blocks tracepointsGao Xiang2021-12-091-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-01-111-6/+6
|\ \ \ \
| * | | | cgroup: Trace event cgroup id fields should be u64William Kucharski2021-12-011-6/+6
* | | | | net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-091-0/+1
* | | | | net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-01-091-0/+4
* | | | | net: skb: introduce kfree_skb_reason()Menglong Dong2022-01-091-7/+29
| |_|/ / |/| | |
* | | | mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman2021-12-311-1/+3
| |/ / |/| |
* | | Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-271-1/+1
|\ \ \ | |/ / |/| |
| * | sunrpc: fix header include guard in trace headerThiago Rafael Becker2021-11-171-1/+1
* | | Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-131-11/+22
|\ \ \
| * | | f2fs: multidevice: support direct IOChao Yu2021-10-261-5/+16
| * | | f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-09-281-6/+6
* | | | Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-131-10/+11
|\ \ \ \
| * | | | netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-10/+11
* | | | | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-102-10/+213
|\ \ \ \ \
| * | | | | SUNRPC: Capture value of xdr_buf::page_baseChuck Lever2021-10-041-6/+14
| * | | | | SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-041-0/+18
| * | | | | svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-041-2/+36
| * | | | | svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever2021-10-041-1/+71
| * | | | | svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever2021-10-041-1/+74
| | |/ / / | |/| | |
* | | | | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-106-68/+619
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | NFS: Move NFS protocol display macros to global headerChuck Lever2021-11-021-0/+375
| * | | NFS: Move generic FS show macros to global headerChuck Lever2021-11-021-0/+122
| * | | SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-0/+1
| * | | SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever2021-10-201-12/+12
| * | | SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever2021-10-204-53/+99
| * | | xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-201-3/+10
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-063-41/+52
|\ \ \ \
| * | | | mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2021-11-061-1/+3
| * | | | mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-061-1/+3
| * | | | mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-062-7/+34
| * | | | mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGang Li2021-11-061-32/+12
| * | | | mm: mmap_lock: remove redundant newline in TP_printkGang Li2021-11-061-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-36/+111
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-10/+9
| |\| | |
| * | | | devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-121-36/+36
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-3/+3
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-3/+3
| |\ \ \ \ \
| * | | | | | mctp: Add tracepoints for tag/key handlingJeremy Kerr2021-09-291-0/+75
* | | | | | | Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-1/+1
|\ \ \ \ \ \ \