index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
blktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-09-04
tracing: pass around ring buffer instead of tracer
Steven Rostedt
1
-4
/
+8
2009-08-12
Remove double removal of blktrace directory
Alan D. Brunelle
1
-11
/
+1
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-12
/
+9
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
1
-1
/
+77
2009-05-19
blktrace: remove debugfs entries on bad path
Stefan Raspl
1
-0
/
+1
2009-05-11
blktrace: pdu_buf of pc events should be unsigned
Li Zefan
1
-1
/
+1
2009-05-11
block: drop request->hard_* and *nr_sectors
Tejun Heo
1
-8
/
+8
2009-05-11
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
1
-2
/
+2
2009-05-06
blktrace: from-sector redundant in trace_block_remap
Alan D. Brunelle
1
-4
/
+4
2009-05-06
blktrace: correct remap names
Alan D. Brunelle
1
-12
/
+12
2009-04-16
blktrace: fix context-info when mixed-using blk tracer and trace events
Li Zefan
1
-5
/
+13
2009-04-16
blktrace: add trace/ to /sys/block/sda
Li Zefan
1
-0
/
+5
2009-04-16
blktrace: support per-partition tracing for ftrace plugin
Li Zefan
1
-14
/
+25
2009-04-16
blktrace: support per-partition tracing
Shawn Du
1
-8
/
+21
2009-04-12
blktrace: fix output of BLK_TC_PC events
Li Zefan
1
-8
/
+80
2009-04-12
blktrace: fix output of unknown events
Li Zefan
1
-1
/
+1
2009-04-09
blktrace: pass the right pointer to kfree()
Li Zefan
1
-5
/
+5
2009-04-03
blktrace: fix pdu_len when tracing packet command requests
Li Zefan
1
-1
/
+1
2009-04-03
blktrace: small cleanup in blk_msg_write()
Li Zefan
1
-1
/
+1
2009-04-03
blktrace: NUL-terminate user space messages
Carl Henrik Lunde
1
-2
/
+3
2009-03-31
blktrace: print out BLK_TN_MESSAGE properly
Li Zefan
1
-19
/
+61
2009-03-31
blktrace: extract duplidate code
Li Zefan
1
-32
/
+30
2009-03-31
blktrace: fix memory leak when freeing struct blk_io_trace
Li Zefan
1
-17
/
+12
2009-03-31
blktrace: fix blk_probes_ref chaos
Li Zefan
1
-8
/
+7
2009-03-31
blktrace: make classic output more classic
Li Zefan
1
-4
/
+4
2009-03-31
blktrace: fix off-by-one bug
Li Zefan
1
-2
/
+2
2009-03-31
blktrace: fix the original blktrace
Li Zefan
1
-7
/
+5
2009-03-31
blktrace: fix a race when creating blk_tree_root in debugfs
Li Zefan
1
-1
/
+5
2009-03-31
blktrace: fix timestamp in binary output
Li Zefan
1
-1
/
+1
2009-03-24
blktrace: print human-readable act_mask
Li Zefan
1
-38
/
+65
2009-03-24
blktrace: fix t_error()
Li Zefan
1
-1
/
+1
2009-03-24
blktrace: fix wrong calculation of RWBS
Li Zefan
1
-6
/
+7
2009-03-24
blktrace: mark ddir_act[] const
Li Zefan
1
-4
/
+4
2009-03-21
blktrace: avoid accessing NULL bdev->bd_disk
Li Zefan
1
-2
/
+11
2009-03-21
blktrace: remove sysfs_blk_trace_enable_show/store()
Li Zefan
1
-70
/
+22
2009-03-21
blktrace: report EBUSY correctly
Li Zefan
1
-6
/
+3
2009-03-21
blktrace: don't increase blk_probes_ref if failed to setup blk trace
Li Zefan
1
-3
/
+3
2009-03-21
blktrace: remove blk_probe_mutex
Li Zefan
1
-22
/
+5
2009-03-21
blktrace: make blk_tracer_enabled a bool flag
Li Zefan
1
-9
/
+3
2009-03-21
blktrace: fix possible memory leak
Li Zefan
1
-1
/
+1
2009-03-16
tracing: protect reader of cmdline output
Steven Rostedt
1
-5
/
+18
[next]