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
/
kernel
/
trace
/
blktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-27
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+2
2015-06-26
kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()
Rasmus Villemoes
1
-4
/
+2
2015-05-13
tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-12-14
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+0
2014-12-10
blktrace: don't let the sysfs interface remove trace from running list
Arianna Avanzini
1
-3
/
+0
2014-11-19
blktrace/tracing: Use trace_seq_has_overflowed() helper function
Steven Rostedt (Red Hat)
1
-82
/
+66
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+2
2014-03-06
blktrace: fix accounting of partially completed requests
Roman Pen
1
-9
/
+11
2014-02-20
tracing: Pass trace_array to set_flag callback
Steven Rostedt (Red Hat)
1
-1
/
+2
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-7
/
+8
2013-11-08
kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()
Chen Gang
1
-2
/
+1
2013-11-08
blktrace: Send BLK_TN_PROCESS events to all running traces
Jan Kara
1
-6
/
+27
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2013-04-30
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+2
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
1
-23
/
+3
2013-03-24
Export blk_fill_rwbs()
Kent Overstreet
1
-0
/
+1
2013-03-15
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-03-01
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+25
2013-01-21
tracing: Use this_cpu_ptr per-cpu helper
Shan Wei
1
-1
/
+1
2013-01-14
block: add @req to bio_{front|back}_merge tracepoints
Tejun Heo
1
-0
/
+2
2013-01-14
block: add missing block_bio_complete() tracepoint
Tejun Heo
1
-3
/
+23
2012-04-06
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-16
/
+2
2012-01-04
switch debugfs to umode_t
Al Viro
1
-1
/
+1
2011-11-01
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
1
-0
/
+1
2011-08-11
blktrace: add FLUSH/FUA support
Namhyung Kim
1
-5
/
+16
2011-04-16
block: make unplug timer trace event correspond to the schedule() unplug
Jens Axboe
1
-6
/
+12
2011-04-12
block: fixup block IO unplug trace call
Jens Axboe
1
-3
/
+3
2011-04-12
block: remove block_unplug_timer() trace point
Jens Axboe
1
-17
/
+0
2011-03-11
blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.
Tao Ma
1
-11
/
+4
2011-03-03
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
1
-16
/
+0
2011-01-19
blktrace: Don't output messages if NOTIFY isn't set.
Tao Ma
1
-0
/
+7
2011-01-10
block: ensure that completion error gets properly traced
Jens Axboe
1
-9
/
+13
2011-01-07
blktrace: add missing probe argument to block_bio_complete
Mathieu Desnoyers
1
-1
/
+2
2010-11-16
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...
Mike Snitzer
1
-6
/
+6
2010-11-10
block: remove REQ_HARDBARRIER
Christoph Hellwig
1
-4
/
+0
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+2
2010-10-19
blktrace: remove the big kernel lock
Arnd Bergmann
1
-11
/
+3
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+2
2010-08-12
block: add secure discard
Adrian Hunter
1
-0
/
+8
2010-08-07
block: push BKL into blktrace ioctls
Arnd Bergmann
1
-0
/
+43
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-12
/
+15
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-5
/
+5
2010-05-31
blktrace: Fix new kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2010-05-14
tracing: Allow events to share their print functions
Steven Rostedt
1
-4
/
+9
2010-05-14
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
1
-55
/
+70
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-28
blktrace: perform cleanup after setup error
Dmitry Monakhov
1
-2
/
+3
2009-10-01
Add a tracepoint for block request remapping
Jun'ichi Nomura
1
-0
/
+34
2009-10-01
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
Zdenek Kabelac
1
-0
/
+5
2009-09-06
Merge commit 'v2.6.31-rc9' into tracing/core
Ingo Molnar
1
-11
/
+1
[next]