summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-2/+2
|\
| * tracing: Fix some typos in commentsQiujun Huang2020-11-111-2/+2
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-136/+45
|\ \
| * | blktrace: fix up a kerneldoc commentChristoph Hellwig2020-12-071-1/+0
| * | block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-041-27/+17
| * | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-9/+5
| * | block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-3/+2
| * | block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-041-31/+10
| * | block: remove the unused block_sleeprq tracepointChristoph Hellwig2020-12-041-22/+0
| * | block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-35/+8
| * | block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-011-8/+3
| * | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
| |/
* / blktrace: make relay callbacks constJani Nikula2020-12-161-1/+1
|/
* block: add a bdget_part helperChristoph Hellwig2020-10-051-7/+2
* block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
* blktrace: make function blk_trace_bio_get_cgid() staticWang Hai2020-09-081-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* blktrace: Provide event for request mergingJan Kara2020-06-261-0/+10
* block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-32/+26
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-06-241-0/+12
* blktrace: fix debugfs use after freeLuis Chamberlain2020-06-241-6/+12
* blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain2020-06-241-0/+2
* blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara2020-06-171-11/+8
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-171-0/+13
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-051-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-051-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-051-3/+6
* block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-051-3/+3
* blktrace: Report pid with note messagesJan Kara2020-05-161-2/+2
* blktrace: fix dereference after null checkCengiz Can2020-03-051-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-02-251-31/+83
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-2/+2
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-2/+2
* cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-2/+2
* kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-121-4/+17
* kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-36/+31
* blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0
* blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-2/+2
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-2/+2
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-2/+2
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-0/+4
|\
| * tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-08-161-0/+4
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-13/+1
|\ \ | |/ |/|
| * blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1
* | Blktrace: bail out early if block debugfs is not configuredLiu Bo2018-07-091-3/+3
|/
* blktrace: fix trace mutex deadlockJens Axboe2017-11-271-2/+2
* blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza2017-11-191-16/+10
* blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-111-10/+22
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-111-10/+48