index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-22
blktrace: fix blk_rq_merge documentation
Chaitanya Kulkarni
1
-1
/
+1
2021-02-22
blktrace: fix blk_rq_issue documentation
Chaitanya Kulkarni
1
-1
/
+1
2021-02-22
block: remove superfluous param in blk_fill_rwbs()
Chaitanya Kulkarni
1
-8
/
+8
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
1
-18
/
+12
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-5
/
+3
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
1
-8
/
+6
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
1
-125
/
+33
2020-12-04
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
1
-18
/
+0
2020-06-26
blktrace: Provide event for request merging
Jan Kara
1
-0
/
+15
2020-06-16
trace/events/block.h: drop kernel-doc for dropped function parameter
Randy Dunlap
1
-1
/
+0
2020-06-05
block: remove the error argument to the block_bio_complete tracepoint
Christoph Hellwig
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-11
block: tolerate tracing of NULL bio
Greg Thelen
1
-3
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-8
/
+8
2017-04-20
block: remove the errors field from struct request
Christoph Hellwig
1
-10
/
+7
2017-04-20
blktrace: remove the unused block_rq_abort tracepoint
Christoph Hellwig
1
-34
/
+10
2017-01-28
block: cleanup tracing
Christoph Hellwig
1
-16
/
+11
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-20
/
+11
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-7
/
+7
2016-06-07
blktrace: use op accessors
Mike Christie
1
-11
/
+20
2014-03-06
blktrace: fix accounting of partially completed requests
Roman Pen
1
-3
/
+30
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-13
/
+13
2013-09-21
block: Add nr_bios to block_rq_remap tracepoint
Jun'ichi Nomura
1
-2
/
+4
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+6
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
1
-4
/
+4
2013-03-24
block: Use bio_sectors() more consistently
Kent Overstreet
1
-6
/
+6
2013-01-14
block: add block_{touch|dirty}_buffer tracepoint
Tejun Heo
1
-0
/
+51
2013-01-14
block: add @req to bio_{front|back}_merge tracepoints
Tejun Heo
1
-11
/
+34
2013-01-14
block: add missing block_bio_complete() tracepoint
Tejun Heo
1
-4
/
+4
2011-08-11
blktrace: add FLUSH/FUA support
Namhyung Kim
1
-9
/
+11
2011-04-16
block: make unplug timer trace event correspond to the schedule() unplug
Jens Axboe
1
-6
/
+7
2011-04-12
block: fixup block IO unplug trace call
Jens Axboe
1
-5
/
+6
2011-04-12
block: remove block_unplug_timer() trace point
Jens Axboe
1
-14
/
+0
2011-03-03
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
1
-3
/
+3
2011-01-07
block: trace event block fix unassigned field
Jeff Moyer
1
-2
/
+4
2010-11-16
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...
Mike Snitzer
1
-3
/
+3
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-5
/
+10
2010-03-09
Add DocBook documentation for the block tracepoints.
William Cohen
1
-0
/
+164
2009-11-26
tracing: Convert some block events to DEFINE_EVENT
Li Zefan
1
-160
/
+42
2009-10-01
Add a tracepoint for block request remapping
Jun'ichi Nomura
1
-0
/
+33
2009-09-13
tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounce
Carsten Emde
1
-1
/
+3
2009-07-13
tracing/events: Move TRACE_SYSTEM outside of include guard
Li Zefan
1
-3
/
+3
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-17
/
+12
2009-06-09
tracing: fix the block trace points print size
Steven Rostedt
1
-15
/
+30
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
1
-0
/
+483