summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)AuthorLines
2016-08-16block: Fix secure eraseAdrian Hunter-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe-3/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2016-06-17blktrace: avoid using timespecArnd Bergmann-3/+4
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig-2/+4
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie-2/+3
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie-0/+5
2016-06-07blktrace: use op accessorsMike Christie-26/+36
2016-05-10blktrace: add missed mask nameShaohua Li-0/+1
2016-05-10blktrace: delete garbage for message traceShaohua Li-0/+1
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches-2/+2
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro-9/+3
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-5/+6
2015-10-30blktrace: re-write setting q->blk_traceDavidlohr Bueso-11/+5
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)-3/+4
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-7/+3
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+2
2015-06-25kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes-4/+2
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)-2/+2
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+0
2014-12-09blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini-3/+0
2014-11-19blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)-82/+66
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+2
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen-9/+11
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)-1/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet-7/+8
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang-2/+1
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara-6/+27
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds-23/+3
2013-03-23Export blk_fill_rwbs()Kent Overstreet-0/+1
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)-2/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+25
2013-01-21tracing: Use this_cpu_ptr per-cpu helperShan Wei-1/+1
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo-0/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo-3/+23
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-16/+2
2012-01-03switch debugfs to umode_tAl Viro-1/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+1
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim-5/+16
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe-6/+12
2011-04-12block: fixup block IO unplug trace callJens Axboe-3/+3
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe-17/+0
2011-03-11blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma-11/+4
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma-16/+0
2011-01-19blktrace: Don't output messages if NOTIFY isn't set.Tao Ma-0/+7
2011-01-10block: ensure that completion error gets properly tracedJens Axboe-9/+13
2011-01-07blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers-1/+2