index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
blktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-03-13
blkcg: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2018-12-07
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
1
-2
/
+2
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-2
/
+2
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
1
-2
/
+2
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+4
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-13
/
+1
2018-08-16
tracing/blktrace: Fix to allow setting same value
Steven Rostedt (VMware)
1
-0
/
+4
2018-08-16
blktrace: Add SPDX License format header
Steven Rostedt (VMware)
1
-13
/
+1
2018-07-09
Blktrace: bail out early if block debugfs is not configured
Liu Bo
1
-3
/
+3
2017-11-27
blktrace: fix trace mutex deadlock
Jens Axboe
1
-2
/
+2
2017-11-19
blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio
Marcos Paulo de Souza
1
-16
/
+10
2017-11-10
blktrace: fix unlocked registration of tracepoints
Jens Axboe
1
-10
/
+22
2017-11-10
blktrace: fix unlocked access to init/start-stop/teardown
Jens Axboe
1
-10
/
+48
2017-09-25
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-6
/
+12
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-07-29
block: use standard blktrace API to output cgroup info for debug notes
Shaohua Li
1
-2
/
+10
2017-07-29
blktrace: add an option to allow displaying cgroup path
Shaohua Li
1
-1
/
+13
2017-07-29
blktrace: export cgroup info in trace
Shaohua Li
1
-73
/
+158
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2017-05-19
blktrace: fix integer parse
Shaohua Li
1
-2
/
+2
2017-04-20
block: remove the errors field from struct request
Christoph Hellwig
1
-14
/
+12
2017-04-20
blktrace: remove the unused block_rq_abort tracepoint
Christoph Hellwig
1
-9
/
+0
2017-02-02
blktrace: use existing disk debugfs directory
Omar Sandoval
1
-5
/
+8
2017-02-02
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
1
-13
/
+5
2017-02-02
blktrace: make do_blk_trace_setup() static
Omar Sandoval
1
-3
/
+3
2017-01-31
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-1
/
+1
[next]