aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)Author
2012-01-03switch debugfs to umode_tAl Viro
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe
2011-04-12block: fixup block IO unplug trace callJens Axboe
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe
2011-03-11blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma
2011-01-19blktrace: Don't output messages if NOTIFY isn't set.Tao Ma
2011-01-10block: ensure that completion error gets properly tracedJens Axboe
2011-01-07blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-19blktrace: remove the big kernel lockArnd Bergmann
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-12block: add secure discardAdrian Hunter
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-05-31blktrace: Fix new kernel-doc warningsRandy Dunlap
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-28blktrace: perform cleanup after setup errorDmitry Monakhov
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan
2009-05-19blktrace: remove debugfs entries on bad pathStefan Raspl
2009-05-11blktrace: pdu_buf of pc events should be unsignedLi Zefan
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle
2009-05-06blktrace: correct remap namesAlan D. Brunelle
2009-04-16blktrace: fix context-info when mixed-using blk tracer and trace eventsLi Zefan
2009-04-16blktrace: add trace/ to /sys/block/sdaLi Zefan
2009-04-16blktrace: support per-partition tracing for ftrace pluginLi Zefan
2009-04-16blktrace: support per-partition tracingShawn Du
2009-04-12blktrace: fix output of BLK_TC_PC eventsLi Zefan
2009-04-12blktrace: fix output of unknown eventsLi Zefan
2009-04-09blktrace: pass the right pointer to kfree()Li Zefan
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan
2009-04-03blktrace: small cleanup in blk_msg_write()Li Zefan
2009-04-03blktrace: NUL-terminate user space messagesCarl Henrik Lunde
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan