index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
blktrace.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+1
2026-03-02
blktrace: fix __this_cpu_read/write in preemptible context
Chaitanya Kulkarni
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2026-02-17
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-17
/
+21
2026-02-16
blk-mq: use NOIO context to prevent deadlock during debugfs creation
Yu Kuai
-17
/
+21
2026-02-13
Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
-1
/
+22
2026-02-06
blktrace: Make init_blk_tracer() asynchronous
Yaxiong Tian
-1
/
+22
2026-02-03
block: don't use strcpy to copy blockdev name
Johannes Thumshirn
-1
/
+1
2025-12-05
Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-3
/
+3
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
-3
/
+3
2025-11-03
blktrace: add support for REQ_OP_WRITE_ZEROES tracing
Chaitanya Kulkarni
-1
/
+12
2025-10-28
blktrace: for ftrace use correct trace format ver
Chaitanya Kulkarni
-5
/
+54
2025-10-28
blktrace: use debug print to report dropped events
Chaitanya Kulkarni
-2
/
+5
2025-10-22
blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
-0
/
+36
2025-10-22
blktrace: trace zone write plugging operations
Johannes Thumshirn
-0
/
+39
2025-10-22
blktrace: expose ZONE APPEND completions to blktrace
Johannes Thumshirn
-0
/
+21
2025-10-22
blktrace: add block trace commands for zone operations
Johannes Thumshirn
-4
/
+25
2025-10-22
blktrace: move ftrace blk_io_tracer to blk_io_trace2
Johannes Thumshirn
-8
/
+8
2025-10-22
blktrace: move trace_note to blk_io_trace2
Johannes Thumshirn
-7
/
+7
2025-10-22
blktrace: differentiate between blk_io_trace versions
Johannes Thumshirn
-1
/
+57
2025-10-22
blktrace: add definitions for struct blk_io_trace2
Johannes Thumshirn
-0
/
+1
2025-10-22
blktrace: pass blk_user_trace2 to setup functions
Johannes Thumshirn
-9
/
+22
2025-10-22
blktrace: add definitions for blk_user_trace_setup2
Johannes Thumshirn
-0
/
+3
2025-10-22
blktrace: split do_blk_trace_setup into two functions
Johannes Thumshirn
-38
/
+56
2025-10-22
blktrace: change the internal action to 64bit
Johannes Thumshirn
-19
/
+19
2025-10-22
blktrace: untangle if/else sequence in __blk_add_trace
Johannes Thumshirn
-2
/
+11
2025-10-22
blktrace: split out relaying a blktrace event
Johannes Thumshirn
-28
/
+32
2025-10-22
blktrace: factor out recording a blktrace event
Johannes Thumshirn
-40
/
+49
2025-10-22
blktrace: only calculate trace length once
Johannes Thumshirn
-6
/
+8
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-20
/
+2
2025-07-15
blktrace: add zoned block commands to blk_fill_rwbs
Johannes Thumshirn
-0
/
+25
2025-07-09
blktrace: use rbuf->stats.full as a drop indicator in relayfs
Jason Xing
-20
/
+2
2025-07-09
relayfs: abolish prev_padding
Jason Xing
-1
/
+1
2025-05-23
traceevent/block: Add REQ_ATOMIC flag to block trace events
Ritesh Harjani (IBM)
-0
/
+2
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
-9
/
+0
2024-12-23
blktrace: remove redundant return at end of function
Colin Ian King
-2
/
+0
2024-12-23
blktrace: move copy_[to|from]_user() out of ->debugfs_lock
Ming Lei
-17
/
+9
2024-12-23
blktrace: don't centralize grabbing q->debugfs_mutex in blk_trace_ioctl
Ming Lei
-7
/
+5
2024-04-25
blktrace: convert strncpy() to strscpy_pad()
Arnd Bergmann
-2
/
+1
2023-02-21
block: remove more NULL checks after bdev_get_queue()
Juhyung Park
-5
/
+1
2023-02-06
trace/blktrace: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
-2
/
+2
2022-12-08
blktrace: Fix output non-blktrace event when blk_classic option enabled
Yang Jihong
-1
/
+2
2022-12-01
block: bdev & blktrace: use consistent function doc. notation
Randy Dunlap
-2
/
+2
2022-10-20
blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'
Ye Bin
-3
/
+1
2022-10-20
blktrace: fix possible memleak in '__blk_trace_remove'
Ye Bin
-2
/
+2
2022-10-20
blktrace: introduce 'blk_trace_{start,stop}' helper
Ye Bin
-38
/
+36
2022-07-15
blktrace: Fix the blk_fill_rwbs() kernel-doc header
Bart Van Assche
-3
/
+3
2022-07-14
blktrace: Use the new blk_opf_t type
Bart Van Assche
-26
/
+25
2022-07-14
blktrace: Trace remapped requests correctly
Bart Van Assche
-1
/
+1
[next]