| Commit message (Expand) | Author | Age | Files | Lines |
* | block: introduce block_io_start/block_io_done tracepoints | Hengqi Chen | 2023-05-24 | 1 | -0/+26 |
* | block: introduce block_rq_error tracepoint | Yang Shi | 2022-02-11 | 1 | -13/+36 |
* | block: remove the ->rq_disk field in struct request | Christoph Hellwig | 2021-11-29 | 1 | -4/+4 |
* | block: don't call blk_status_to_errno in blk_update_request | Christoph Hellwig | 2021-10-19 | 1 | -3/+3 |
* | blktrace: fix blk_rq_merge documentation | Chaitanya Kulkarni | 2021-02-22 | 1 | -1/+1 |
* | blktrace: fix blk_rq_issue documentation | Chaitanya Kulkarni | 2021-02-22 | 1 | -1/+1 |
* | block: remove superfluous param in blk_fill_rwbs() | Chaitanya Kulkarni | 2021-02-22 | 1 | -8/+8 |
* | block: remove the request_queue to argument request based tracepoints | Christoph Hellwig | 2020-12-04 | 1 | -18/+12 |
* | block: remove the request_queue argument to the block_bio_remap tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -5/+3 |
* | block: remove the request_queue argument to the block_split tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -8/+6 |
* | block: simplify and extend the block_bio_merge tracepoint class | Christoph Hellwig | 2020-12-04 | 1 | -125/+33 |
* | block: remove the unused block_sleeprq tracepoint | Christoph Hellwig | 2020-12-04 | 1 | -18/+0 |
* | blktrace: Provide event for request merging | Jan Kara | 2020-06-26 | 1 | -0/+15 |
* | trace/events/block.h: drop kernel-doc for dropped function parameter | Randy Dunlap | 2020-06-16 | 1 | -1/+0 |
* | block: remove the error argument to the block_bio_complete tracepoint | Christoph Hellwig | 2020-06-05 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | block: tolerate tracing of NULL bio | Greg Thelen | 2017-09-11 | 1 | -3/+2 |
* | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 1 | -8/+8 |
* | block: remove the errors field from struct request | Christoph Hellwig | 2017-04-20 | 1 | -10/+7 |
* | blktrace: remove the unused block_rq_abort tracepoint | Christoph Hellwig | 2017-04-20 | 1 | -34/+10 |
* | block: cleanup tracing | Christoph Hellwig | 2017-01-27 | 1 | -16/+11 |
* | block: better op and flags encoding | Christoph Hellwig | 2016-10-28 | 1 | -20/+11 |
* | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -7/+7 |
* | blktrace: use op accessors | Mike Christie | 2016-06-07 | 1 | -11/+20 |
* | blktrace: fix accounting of partially completed requests | Roman Pen | 2014-03-06 | 1 | -3/+30 |
* | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-24 | 1 | -13/+13 |
* | block: Add nr_bios to block_rq_remap tracepoint | Jun'ichi Nomura | 2013-09-21 | 1 | -2/+4 |
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -6/+6 |
|\ |
|
| * | block: Use bio_sectors() more consistently | Kent Overstreet | 2013-03-23 | 1 | -6/+6 |
* | | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds | 2013-04-18 | 1 | -4/+4 |
|/ |
|
* | block: add block_{touch|dirty}_buffer tracepoint | Tejun Heo | 2013-01-14 | 1 | -0/+51 |
* | block: add @req to bio_{front|back}_merge tracepoints | Tejun Heo | 2013-01-14 | 1 | -11/+34 |
* | block: add missing block_bio_complete() tracepoint | Tejun Heo | 2013-01-14 | 1 | -4/+4 |
* | blktrace: add FLUSH/FUA support | Namhyung Kim | 2011-08-11 | 1 | -9/+11 |
* | block: make unplug timer trace event correspond to the schedule() unplug | Jens Axboe | 2011-04-16 | 1 | -6/+7 |
* | block: fixup block IO unplug trace call | Jens Axboe | 2011-04-12 | 1 | -5/+6 |
* | block: remove block_unplug_timer() trace point | Jens Axboe | 2011-04-12 | 1 | -14/+0 |
* | blktrace: Remove blk_fill_rwbs_rq. | Tao Ma | 2011-03-03 | 1 | -3/+3 |
* | block: trace event block fix unassigned field | Jeff Moyer | 2011-01-07 | 1 | -2/+4 |
* | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev... | Mike Snitzer | 2010-11-16 | 1 | -3/+3 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -5/+10 |
* | Add DocBook documentation for the block tracepoints. | William Cohen | 2010-03-09 | 1 | -0/+164 |
* | tracing: Convert some block events to DEFINE_EVENT | Li Zefan | 2009-11-26 | 1 | -160/+42 |
* | Add a tracepoint for block request remapping | Jun'ichi Nomura | 2009-10-01 | 1 | -0/+33 |
* | tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounce | Carsten Emde | 2009-09-13 | 1 | -1/+3 |
* | tracing/events: Move TRACE_SYSTEM outside of include guard | Li Zefan | 2009-07-13 | 1 | -3/+3 |
* | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-11 | 1 | -17/+12 |
* | tracing: fix the block trace points print size | Steven Rostedt | 2009-06-09 | 1 | -15/+30 |
* | tracing/events: convert block trace points to TRACE_EVENT() | Li Zefan | 2009-06-09 | 1 | -0/+483 |