summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
Commit message (Expand)AuthorAgeFilesLines
* block: Fix secure eraseAdrian Hunter2016-08-161-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-2/+4
|\
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-2/+4
* | blktrace: avoid using timespecArnd Bergmann2016-06-171-3/+4
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+3
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-0/+5
* blktrace: use op accessorsMike Christie2016-06-071-26/+36
* blktrace: add missed mask nameShaohua Li2016-05-101-0/+1
* blktrace: delete garbage for message traceShaohua Li2016-05-101-0/+1
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-2/+2
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-9/+3
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-5/+6
|\
| * tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-3/+4
| * tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)2015-09-251-2/+2
* | blktrace: re-write setting q->blk_traceDavidlohr Bueso2015-10-301-11/+5
|/
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+3
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-2/+2
|\
| * tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-2/+2
* | kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes2015-06-251-4/+2
|/
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-3/+0
|\
| * blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini2014-12-091-3/+0
* | blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)2014-11-191-82/+66
|/
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-1/+2
|\
| * tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)2014-02-201-1/+2
* | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-051-9/+11
|/
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-7/+8
* kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2013-11-081-2/+1
* blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2013-11-081-6/+27
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-0/+1
|\
| * Export blk_fill_rwbs()Kent Overstreet2013-03-231-0/+1
* | Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-2/+2
|\ \
| * | tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-2/+2
* | | Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-23/+3
| |/ |/|
* | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-3/+25
|\ \ | |/ |/|
| * block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-0/+2
| * block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-3/+23
* | tracing: Use this_cpu_ptr per-cpu helperShan Wei2013-01-211-1/+1
|/
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-16/+2
* switch debugfs to umode_tAl Viro2012-01-031-1/+1
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-111-5/+16
* block: make unplug timer trace event correspond to the schedule() unplugJens Axboe2011-04-161-6/+12
* block: fixup block IO unplug trace callJens Axboe2011-04-121-3/+3
* block: remove block_unplug_timer() trace pointJens Axboe2011-04-121-17/+0
* blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma2011-03-111-11/+4
* blktrace: Remove blk_fill_rwbs_rq.Tao Ma2011-03-031-16/+0
* blktrace: Don't output messages if NOTIFY isn't set.Tao Ma2011-01-191-0/+7
* block: ensure that completion error gets properly tracedJens Axboe2011-01-101-9/+13
* blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers2011-01-071-1/+2