aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12block: add secure discardAdrian Hunter1-0/+8
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann1-0/+43
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-12/+15
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-5/+5
2010-05-31blktrace: Fix new kernel-doc warningsRandy Dunlap1-0/+2
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-4/+9
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-55/+70
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-28blktrace: perform cleanup after setup errorDmitry Monakhov1-2/+3
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-0/+5
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar1-11/+1
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-4/+8
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle1-11/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+9
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-1/+77
2009-05-19blktrace: remove debugfs entries on bad pathStefan Raspl1-0/+1
2009-05-11blktrace: pdu_buf of pc events should be unsignedLi Zefan1-1/+1
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo1-8/+8
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-2/+2
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-4/+4
2009-05-06blktrace: correct remap namesAlan D. Brunelle1-12/+12
2009-04-16blktrace: fix context-info when mixed-using blk tracer and trace eventsLi Zefan1-5/+13
2009-04-16blktrace: add trace/ to /sys/block/sdaLi Zefan1-0/+5
2009-04-16blktrace: support per-partition tracing for ftrace pluginLi Zefan1-14/+25
2009-04-16blktrace: support per-partition tracingShawn Du1-8/+21
2009-04-12blktrace: fix output of BLK_TC_PC eventsLi Zefan1-8/+80
2009-04-12blktrace: fix output of unknown eventsLi Zefan1-1/+1
2009-04-09blktrace: pass the right pointer to kfree()Li Zefan1-5/+5
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan1-1/+1
2009-04-03blktrace: small cleanup in blk_msg_write()Li Zefan1-1/+1
2009-04-03blktrace: NUL-terminate user space messagesCarl Henrik Lunde1-2/+3
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan1-19/+61
2009-03-31blktrace: extract duplidate codeLi Zefan1-32/+30
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan1-17/+12
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan1-8/+7
2009-03-31blktrace: make classic output more classicLi Zefan1-4/+4
2009-03-31blktrace: fix off-by-one bugLi Zefan1-2/+2
2009-03-31blktrace: fix the original blktraceLi Zefan1-7/+5
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan1-1/+5
2009-03-31blktrace: fix timestamp in binary outputLi Zefan1-1/+1
2009-03-24blktrace: print human-readable act_maskLi Zefan1-38/+65
2009-03-24blktrace: fix t_error()Li Zefan1-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan1-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan1-4/+4
2009-03-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan1-2/+11
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan1-70/+22
2009-03-21blktrace: report EBUSY correctlyLi Zefan1-6/+3
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan1-3/+3