summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove more NULL checks after bdev_get_queue()Juhyung Park2023-02-211-5/+1
* trace/blktrace: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-2/+2
* blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2022-12-081-1/+2
* block: bdev & blktrace: use consistent function doc. notationRandy Dunlap2022-12-011-2/+2
* blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin2022-10-201-3/+1
* blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin2022-10-201-2/+2
* blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin2022-10-201-38/+36
* blktrace: Fix the blk_fill_rwbs() kernel-doc headerBart Van Assche2022-07-151-3/+3
* blktrace: Use the new blk_opf_t typeBart Van Assche2022-07-141-26/+25
* blktrace: Trace remapped requests correctlyBart Van Assche2022-07-141-1/+1
* block: remove bdevnameChristoph Hellwig2022-07-141-2/+2
* block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-11/+0
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-3/+0
* blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-021-2/+4
* blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig2022-05-021-10/+10
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-1/+0
|\
| * scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
* | blktrace: fix use after free for struct blk_traceYu Kuai2022-02-281-8/+18
|/
* blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa2021-12-201-9/+9
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
* 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