summaryrefslogtreecommitdiff
path: root/kernel/trace/blktrace.c
Commit message (Expand)AuthorAge
* blktrace: fix trace mutex deadlockJens Axboe2017-11-27
* blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza2017-11-19
* blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-10
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-10
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-25
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-29
* blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-29
* blktrace: export cgroup info in traceShaohua Li2017-07-29
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* blktrace: fix integer parseShaohua Li2017-05-19
* block: remove the errors field from struct requestChristoph Hellwig2017-04-20
* blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-20
* blktrace: use existing disk debugfs directoryOmar Sandoval2017-02-02
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-02
* blktrace: make do_blk_trace_setup() staticOmar Sandoval2017-02-02
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-31
* block: cleanup tracingChristoph Hellwig2017-01-27
* block: better op and flags encodingChristoph Hellwig2016-10-28
* block: Fix secure eraseAdrian Hunter2016-08-16
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-09
* | blktrace: avoid using timespecArnd Bergmann2016-06-17
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-07
* blktrace: use op accessorsMike Christie2016-06-07
* blktrace: add missed mask nameShaohua Li2016-05-10
* blktrace: delete garbage for message traceShaohua Li2016-05-10
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-22
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-04
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-06
|\
| * tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-30
| * tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)2015-09-25
* | blktrace: re-write setting q->blk_traceDavidlohr Bueso2015-10-30
|/
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-26
|\
| * tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-13
* | kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes2015-06-25
|/
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-13
|\
| * blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini2014-12-09
* | blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)2014-11-19
|/
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-03
|\
| * tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)2014-02-20
* | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-05
|/
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2013-11-08
* blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2013-11-08
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * Export blk_fill_rwbs()Kent Overstreet2013-03-23