summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)AuthorLines
2009-04-09blktrace: pass the right pointer to kfree()Li Zefan-5/+5
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan-1/+1
2009-04-03blktrace: small cleanup in blk_msg_write()Li Zefan-1/+1
2009-04-03blktrace: NUL-terminate user space messagesCarl Henrik Lunde-2/+3
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan-19/+61
2009-03-31blktrace: extract duplidate codeLi Zefan-32/+30
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan-17/+12
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan-8/+7
2009-03-31blktrace: make classic output more classicLi Zefan-4/+4
2009-03-31blktrace: fix off-by-one bugLi Zefan-2/+2
2009-03-31blktrace: fix the original blktraceLi Zefan-7/+5
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan-1/+5
2009-03-31blktrace: fix timestamp in binary outputLi Zefan-1/+1
2009-03-24blktrace: print human-readable act_maskLi Zefan-38/+65
2009-03-24blktrace: fix t_error()Li Zefan-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan-4/+4
2009-03-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan-2/+11
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan-70/+22
2009-03-21blktrace: report EBUSY correctlyLi Zefan-6/+3
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan-3/+3
2009-03-21blktrace: remove blk_probe_mutexLi Zefan-22/+5
2009-03-21blktrace: make blk_tracer_enabled a bool flagLi Zefan-9/+3
2009-03-21blktrace: fix possible memory leakLi Zefan-1/+1
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt-5/+18
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-5/+5
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt-5/+5
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar-1/+1
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt-1/+0
2009-02-19Merge branch 'linus' into tracing/blktraceIngo Molnar-1/+1
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker-0/+1538