aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2017-11-19blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza1-16/+10
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li1-2/+10
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-1/+13
2017-07-29blktrace: export cgroup info in traceShaohua Li1-73/+158
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-05-19blktrace: fix integer parseShaohua Li1-2/+2
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-14/+12
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig1-9/+0
2017-02-02blktrace: use existing disk debugfs directoryOmar Sandoval1-5/+8
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-13/+5
2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval1-3/+3
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-27block: cleanup tracingChristoph Hellwig1-37/+6
2016-10-28block: better op and flags encodingChristoph Hellwig1-7/+7
2016-08-16block: Fix secure eraseAdrian Hunter1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-06-17blktrace: avoid using timespecArnd Bergmann1-3/+4
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-2/+4
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-2/+3
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-0/+5
2016-06-07blktrace: use op accessorsMike Christie1-26/+36
2016-05-10blktrace: add missed mask nameShaohua Li1-0/+1
2016-05-10blktrace: delete garbage for message traceShaohua Li1-0/+1
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-2/+2
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-9/+3
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+6
2015-10-30blktrace: re-write setting q->blk_traceDavidlohr Bueso1-11/+5
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)1-3/+4
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-7/+3
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2015-06-25kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes1-4/+2
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)1-2/+2
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2014-12-09blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini1-3/+0
2014-11-19blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)1-82/+66
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+2
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen1-9/+11
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)1-1/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-7/+8
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang1-2/+1
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara1-6/+27
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2