summaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
Commit message (Expand)AuthorAgeFilesLines
* blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0Star
* blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-2/+2
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-2/+2
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-2/+2
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-0/+4
|\
| * tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-08-161-0/+4
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-13/+1Star
|\ \ | |/ |/|
| * blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1Star
* | Blktrace: bail out early if block debugfs is not configuredLiu Bo2018-07-091-3/+3
|/
* blktrace: fix trace mutex deadlockJens Axboe2017-11-271-2/+2
* blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza2017-11-191-16/+10Star
* blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-111-10/+22
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-111-10/+48
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-6/+12
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-291-2/+10
* blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-291-1/+13
* blktrace: export cgroup info in traceShaohua Li2017-07-291-73/+158
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* blktrace: fix integer parseShaohua Li2017-05-191-2/+2
* block: remove the errors field from struct requestChristoph Hellwig2017-04-201-14/+12Star
* blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-201-9/+0Star
* blktrace: use existing disk debugfs directoryOmar Sandoval2017-02-021-5/+8
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-13/+5Star
* blktrace: make do_blk_trace_setup() staticOmar Sandoval2017-02-021-3/+3
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* block: cleanup tracingChristoph Hellwig2017-01-271-37/+6Star
* block: better op and flags encodingChristoph Hellwig2016-10-281-7/+7
* 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-271-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/+3Star
* 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-291-11/+5Star
|/
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+3Star
* 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-261-4/+2Star
|/
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-3/+0Star
|\