summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)AuthorLines
2022-07-15blktrace: Fix the blk_fill_rwbs() kernel-doc headerBart Van Assche-3/+3
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche-26/+25
2022-07-14blktrace: Trace remapped requests correctlyBart Van Assche-1/+1
2022-07-14block: remove bdevnameChristoph Hellwig-2/+2
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig-11/+0
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig-3/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig-10/+10
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+0
2022-02-28blktrace: fix use after free for struct blk_traceYu Kuai-8/+18
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig-1/+0
2021-12-20blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa-9/+9
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig-1/+1
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig-3/+4
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng-0/+8
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+13
2021-02-24blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni-1/+1
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman-6/+2
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-8/+9
2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni-0/+10
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior-8/+9
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig-7/+9
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-136/+45
2020-12-15blktrace: make relay callbacks constJani Nikula-1/+1
2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig-1/+0
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig-27/+17
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig-9/+5
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig-3/+2
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig-31/+10
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig-22/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig-35/+8
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig-8/+3
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+1
2020-11-10tracing: Fix some typos in commentsQiujun Huang-2/+2
2020-10-05block: add a bdget_part helperChristoph Hellwig-7/+2
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig-1/+1
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-25blktrace: Provide event for request mergingJan Kara-0/+10
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain-32/+26
2020-06-24blktrace: ensure our debugfs dir existsLuis Chamberlain-0/+12
2020-06-24blktrace: fix debugfs use after freeLuis Chamberlain-6/+12
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain-0/+2
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara-11/+8
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain-0/+13
2020-06-04blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni-15/+4
2020-06-04blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni-1/+1
2020-06-04blktrace: use errno instead of bi_statusChaitanya Kulkarni-3/+6