index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
blktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
blktrace: convert strncpy() to strscpy_pad()
Arnd Bergmann
1
-2
/
+1
2023-02-21
block: remove more NULL checks after bdev_get_queue()
Juhyung Park
1
-5
/
+1
2023-02-06
trace/blktrace: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-2
/
+2
2022-12-08
blktrace: Fix output non-blktrace event when blk_classic option enabled
Yang Jihong
1
-1
/
+2
2022-12-01
block: bdev & blktrace: use consistent function doc. notation
Randy Dunlap
1
-2
/
+2
2022-10-20
blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'
Ye Bin
1
-3
/
+1
2022-10-20
blktrace: fix possible memleak in '__blk_trace_remove'
Ye Bin
1
-2
/
+2
2022-10-20
blktrace: introduce 'blk_trace_{start,stop}' helper
Ye Bin
1
-38
/
+36
2022-07-15
blktrace: Fix the blk_fill_rwbs() kernel-doc header
Bart Van Assche
1
-3
/
+3
2022-07-14
blktrace: Use the new blk_opf_t type
Bart Van Assche
1
-26
/
+25
2022-07-14
blktrace: Trace remapped requests correctly
Bart Van Assche
1
-1
/
+1
2022-07-14
block: remove bdevname
Christoph Hellwig
1
-2
/
+2
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
1
-11
/
+0
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
1
-3
/
+0
2022-05-02
blk-cgroup: replace bio_blkcg with bio_blkcg_css
Christoph Hellwig
1
-2
/
+4
2022-05-02
blktrace: cleanup the __trace_note_message interface
Christoph Hellwig
1
-10
/
+10
2022-03-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2022-02-28
blktrace: fix use after free for struct blk_trace
Yu Kuai
1
-8
/
+18
2022-02-23
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-1
/
+0
2021-12-20
blktrace: switch trace spinlock to a raw spinlock
Wander Lairson Costa
1
-9
/
+9
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-1
/
+1
2021-10-19
block: don't call blk_status_to_errno in blk_update_request
Christoph Hellwig
1
-3
/
+4
2021-09-24
blktrace: Fix uaf in blk_trace access after removing by sysfs
Zhihao Cheng
1
-0
/
+8
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+13
2021-02-24
blktrace: fix documentation for blk_fill_rw()
Chaitanya Kulkarni
1
-1
/
+1
2021-02-23
blktrace: remove debugfs file dentries from struct blk_trace
Greg Kroah-Hartman
1
-6
/
+2
2021-02-23
Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-8
/
+9
2021-02-22
blktrace: add blk_fill_rwbs documentation comment
Chaitanya Kulkarni
1
-0
/
+10
2021-02-22
block: remove superfluous param in blk_fill_rwbs()
Chaitanya Kulkarni
1
-1
/
+1
2021-02-03
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
1
-8
/
+9
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-7
/
+9
2020-12-18
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+2
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-136
/
+45
2020-12-16
blktrace: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-07
blktrace: fix up a kerneldoc comment
Christoph Hellwig
1
-1
/
+0
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
1
-27
/
+17
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-9
/
+5
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
1
-3
/
+2
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
1
-31
/
+10
2020-12-04
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
1
-22
/
+0
2020-12-02
block: merge struct block_device and struct hd_struct
Christoph Hellwig
1
-35
/
+8
2020-12-02
block: move the start_sect field to struct block_device
Christoph Hellwig
1
-8
/
+3
2020-12-02
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-11-11
tracing: Fix some typos in comments
Qiujun Huang
1
-2
/
+2
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
1
-7
/
+2
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-09-08
blktrace: make function blk_trace_bio_get_cgid() static
Wang Hai
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-26
blktrace: Provide event for request merging
Jan Kara
1
-0
/
+10
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
1
-32
/
+26
[next]