summaryrefslogtreecommitdiff
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)Author
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-24blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15blktrace: make relay callbacks constJani Nikula
2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-25blktrace: Provide event for request mergingJan Kara
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain
2020-06-24blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-06-24blktrace: fix debugfs use after freeLuis Chamberlain
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-04blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-06-04blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-06-04blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig
2020-05-16blktrace: Report pid with note messagesJan Kara
2020-03-05blktrace: fix dereference after null checkCengiz Can
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-06-03blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-13blkcg: annotate implicit fall throughMathieu Malaterre
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)