summaryrefslogtreecommitdiff
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)Author
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)
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-08-16blktrace: Add SPDX License format headerSteven Rostedt (VMware)
2018-07-09Blktrace: bail out early if block debugfs is not configuredLiu Bo
2017-11-27blktrace: fix trace mutex deadlockJens Axboe
2017-11-19blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29blktrace: export cgroup info in traceShaohua Li
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-19blktrace: fix integer parseShaohua Li
2017-04-20block: remove the errors field from struct requestChristoph Hellwig
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig
2017-02-02blktrace: use existing disk debugfs directoryOmar Sandoval
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig