summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
Commit message (Expand)AuthorAgeFilesLines
* block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig2021-10-191-3/+4
* blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-09-241-0/+8
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-7/+13
|\
| * blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni2021-02-241-1/+1
| * blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman2021-02-231-6/+2
| * blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni2021-02-221-0/+10
| * block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2021-02-221-1/+1
* | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-221-8/+9
|\ \ | |/ |/|
| * tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-8/+9
* | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-7/+9
|/
* 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-101-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-151-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-071-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* blktrace: Provide event for request mergingJan Kara2020-06-251-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-041-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-041-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-041-3/+6
* block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-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-071-2/+2
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-2/+2