aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25blktrace: convert strncpy() to strscpy_pad()Gravatar Arnd Bergmann 1-2/+1
2023-02-21block: remove more NULL checks after bdev_get_queue()Gravatar Juhyung Park 1-5/+1
2023-02-06trace/blktrace: fix memory leak with using debugfs_lookup()Gravatar Greg Kroah-Hartman 1-2/+2
2022-12-08blktrace: Fix output non-blktrace event when blk_classic option enabledGravatar Yang Jihong 1-1/+2
2022-12-01block: bdev & blktrace: use consistent function doc. notationGravatar Randy Dunlap 1-2/+2
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Gravatar Ye Bin 1-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Gravatar Ye Bin 1-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperGravatar Ye Bin 1-38/+36
2022-07-15blktrace: Fix the blk_fill_rwbs() kernel-doc headerGravatar Bart Van Assche 1-3/+3
2022-07-14blktrace: Use the new blk_opf_t typeGravatar Bart Van Assche 1-26/+25
2022-07-14blktrace: Trace remapped requests correctlyGravatar Bart Van Assche 1-1/+1
2022-07-14block: remove bdevnameGravatar Christoph Hellwig 1-2/+2
2022-06-28block: simplify blktrace sysfs attribute creationGravatar Christoph Hellwig 1-11/+0
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexGravatar Christoph Hellwig 1-3/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssGravatar Christoph Hellwig 1-2/+4
2022-05-02blktrace: cleanup the __trace_note_message interfaceGravatar Christoph Hellwig 1-10/+10
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2022-02-28blktrace: fix use after free for struct blk_traceGravatar Yu Kuai 1-8/+18
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-1/+0
2021-12-20blktrace: switch trace spinlock to a raw spinlockGravatar Wander Lairson Costa 1-9/+9
2021-11-29block: remove the ->rq_disk field in struct requestGravatar Christoph Hellwig 1-1/+1
2021-10-19block: don't call blk_status_to_errno in blk_update_requestGravatar Christoph Hellwig 1-3/+4
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsGravatar Zhihao Cheng 1-0/+8
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+13
2021-02-24blktrace: fix documentation for blk_fill_rw()Gravatar Chaitanya Kulkarni 1-1/+1
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGravatar Greg Kroah-Hartman 1-6/+2
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-8/+9
2021-02-22blktrace: add blk_fill_rwbs documentation commentGravatar Chaitanya Kulkarni 1-0/+10
2021-02-22block: remove superfluous param in blk_fill_rwbs()Gravatar Chaitanya Kulkarni 1-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Gravatar Sebastian Andrzej Siewior 1-8/+9
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-7/+9
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-2/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-136/+45
2020-12-15blktrace: make relay callbacks constGravatar Jani Nikula 1-1/+1
2020-12-07blktrace: fix up a kerneldoc commentGravatar Christoph Hellwig 1-1/+0
2020-12-04block: remove the request_queue to argument request based tracepointsGravatar Christoph Hellwig 1-27/+17
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointGravatar Christoph Hellwig 1-9/+5
2020-12-04block: remove the request_queue argument to the block_split tracepointGravatar Christoph Hellwig 1-3/+2
2020-12-04block: simplify and extend the block_bio_merge tracepoint classGravatar Christoph Hellwig 1-31/+10
2020-12-04block: remove the unused block_sleeprq tracepointGravatar Christoph Hellwig 1-22/+0
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 1-35/+8
2020-12-01block: move the start_sect field to struct block_deviceGravatar Christoph Hellwig 1-8/+3
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-11-10tracing: Fix some typos in commentsGravatar Qiujun Huang 1-2/+2
2020-10-05block: add a bdget_part helperGravatar Christoph Hellwig 1-7/+2
2020-09-25block: add a bdev_is_partition helperGravatar Christoph Hellwig 1-1/+1
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticGravatar Wang Hai 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-25blktrace: Provide event for request mergingGravatar Jan Kara 1-0/+10
2020-06-24block: create the request_queue debugfs_dir on registrationGravatar Luis Chamberlain 1-32/+26