| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-15 | blktrace: use inline function for blk_trace_remove() while blktrace is disabled | Yu Kuai | 1 | -1/+5 |
| 2022-07-14 | blktrace: Use the new blk_opf_t type | Bart Van Assche | 1 | -1/+2 |
| 2022-06-28 | block: simplify blktrace sysfs attribute creation | Christoph Hellwig | 1 | -10/+0 |
| 2022-05-02 | blktrace: cleanup the __trace_note_message interface | Christoph Hellwig | 1 | -6/+4 |
| 2021-10-18 | block: move struct request to blk-mq.h | Christoph Hellwig | 1 | -1/+1 |
| 2021-02-23 | blktrace: remove debugfs file dentries from struct blk_trace | Greg Kroah-Hartman | 1 | -2/+0 |
| 2021-02-22 | blktrace: add blk_fill_rwbs documentation comment | Chaitanya Kulkarni | 1 | -1/+1 |
| 2021-02-22 | block: remove superfluous param in blk_fill_rwbs() | Chaitanya Kulkarni | 1 | -1/+1 |
| 2020-12-04 | block: remove the request_queue to argument request based tracepoints | Christoph Hellwig | 1 | -3/+2 |
| 2020-02-25 | blktrace: Protect q->blk_trace with RCU | Jan Kara | 1 | -5/+13 |
| 2019-02-07 | blktrace: Show requests without sector | Jan Kara | 1 | -1/+7 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-29 | block: use standard blktrace API to output cgroup info for debug notes | Shaohua Li | 1 | -4/+9 |
| 2017-02-02 | blktrace: make do_blk_trace_setup() static | Omar Sandoval | 1 | -4/+0 |
| 2017-02-01 | block: introduce blk_rq_is_passthrough | Christoph Hellwig | 1 | -2/+2 |
| 2017-01-28 | block: cleanup tracing | Christoph Hellwig | 1 | -7/+7 |
| 2016-10-28 | block: better op and flags encoding | Christoph Hellwig | 1 | -1/+1 |
| 2016-06-07 | blktrace: use op accessors | Mike Christie | 1 | -1/+1 |
| 2016-05-10 | blk-throttle: don't parse cgroup path if trace isn't enabled | Shaohua Li | 1 | -0/+9 |
| 2013-11-08 | kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup() | Chen Gang | 1 | -1/+1 |
| 2013-11-08 | blktrace: Send BLK_TN_PROCESS events to all running traces | Jan Kara | 1 | -0/+2 |
| 2013-04-18 | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds | 1 | -1/+0 |
| 2013-01-14 | block: add missing block_bio_complete() tracepoint | Tejun Heo | 1 | -0/+1 |
| 2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -141/+1 |
| 2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -1/+1 |
| 2011-08-11 | blktrace: add FLUSH/FUA support | Namhyung Kim | 1 | -2/+3 |
| 2011-06-13 | block: Add __attribute__((format(printf...) and fix fallout | Joe Perches | 1 | -1/+2 |
| 2011-03-03 | blktrace: Remove blk_fill_rwbs_rq. | Tao Ma | 1 | -1/+0 |
| 2010-08-07 | block: fix for block tracing build error | Stephen Rothwell | 1 | -11/+15 |
| 2010-08-07 | block: push BKL into blktrace ioctls | Arnd Bergmann | 1 | -0/+12 |
| 2010-08-07 | block: remove wrappers for request type/flags | Christoph Hellwig | 1 | -1/+1 |
| 2010-02-17 | percpu: add __percpu sparse annotations to core kernel subsystems | Tejun Heo | 1 | -2/+2 |
| 2009-10-01 | Add a tracepoint for block request remapping | Jun'ichi Nomura | 1 | -1/+1 |
| 2009-10-01 | Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs | Zdenek Kabelac | 1 | -0/+2 |
| 2009-06-10 | tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCK | Li Zefan | 1 | -2/+2 |
| 2009-06-09 | tracing/events: convert block trace points to TRACE_EVENT() | Li Zefan | 1 | -0/+13 |
| 2009-05-06 | blktrace: correct remap names | Alan D. Brunelle | 1 | -2/+2 |
| 2009-04-16 | blktrace: add trace/ to /sys/block/sda | Li Zefan | 1 | -0/+6 |
| 2009-04-16 | blktrace: support per-partition tracing | Shawn Du | 1 | -11/+13 |
| 2009-02-19 | Merge branch 'linus' into tracing/blktrace | Ingo Molnar | 1 | -0/+1 |
| 2009-02-18 | block: fix bad definition of BIO_RW_SYNC | Jens Axboe | 1 | -0/+1 |
| 2009-02-03 | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing... | Ingo Molnar | 1 | -0/+1 |
| 2009-01-30 | headers_check fix: linux/blktrace_api.h | Jaswinder Singh Rajput | 1 | -0/+1 |
| 2009-01-26 | tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patch | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2008-11-26 | blktrace: port to tracepoints | Arnaldo Carvalho de Melo | 1 | -169/+3 |
| 2008-10-17 | blktrace: add support for driver data | Stefan Raspl | 1 | -0/+32 |
| 2008-10-09 | blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure | Jens Axboe | 1 | -5/+3 |
| 2008-10-09 | include blktrace_api.h in headers_install | Sven Schuetz | 1 | -26/+32 |
| 2008-10-09 | block: Add interface to abort queued requests | Mike Anderson | 1 | -0/+2 |
| 2008-10-09 | blktrace: support discard requests | David Woodhouse | 1 | -0/+4 |