index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
blktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
trace/blktrace: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-2
/
+2
2022-12-31
blktrace: Fix output non-blktrace event when blk_classic option enabled
Yang Jihong
1
-1
/
+2
2022-08-17
blktrace: Trace remapped requests correctly
Bart Van Assche
1
-1
/
+1
2022-03-08
blktrace: fix use after free for struct blk_trace
Yu Kuai
1
-8
/
+18
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-22
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-02
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
1
-8
/
+9
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-7
/
+9
2020-12-17
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-15
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-01
block: merge struct block_device and struct hd_struct
Christoph Hellwig
1
-35
/
+8
2020-12-01
block: move the start_sect field to struct block_device
Christoph Hellwig
1
-8
/
+3
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-11-10
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-07
blktrace: make function blk_trace_bio_get_cgid() static
Wang Hai
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-25
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
2020-06-24
blktrace: ensure our debugfs dir exists
Luis Chamberlain
1
-0
/
+12
2020-06-24
blktrace: fix debugfs use after free
Luis Chamberlain
1
-6
/
+12
2020-06-24
blktrace: annotate required lock on do_blk_trace_setup()
Luis Chamberlain
1
-0
/
+2
2020-06-17
blktrace: Avoid sparse warnings when assigning q->blk_trace
Jan Kara
1
-11
/
+8
2020-06-17
blktrace: break out of blktrace setup on concurrent calls
Luis Chamberlain
1
-0
/
+13
2020-06-04
blktrace: fix endianness for blk_log_remap()
Chaitanya Kulkarni
1
-15
/
+4
2020-06-04
blktrace: fix endianness in get_pdu_int()
Chaitanya Kulkarni
1
-1
/
+1
2020-06-04
blktrace: use errno instead of bi_status
Chaitanya Kulkarni
1
-3
/
+6
2020-06-04
block: remove the error argument to the block_bio_complete tracepoint
Christoph Hellwig
1
-3
/
+3
2020-05-16
blktrace: Report pid with note messages
Jan Kara
1
-2
/
+2
2020-03-05
blktrace: fix dereference after null check
Cengiz Can
1
-1
/
+4
2020-02-25
blktrace: Protect q->blk_trace with RCU
Jan Kara
1
-31
/
+83
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-2
/
+2
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
1
-2
/
+2
2019-11-12
cgroup: use cgrp->kn->id as the cgroup ID
Tejun Heo
1
-2
/
+2
2019-11-12
kernfs: use 64bit inos if ino_t is 64bit
Tejun Heo
1
-4
/
+17
2019-11-12
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
1
-36
/
+31
2019-06-03
blktrace: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+0
[next]