aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
AgeCommit message (Expand)Author
2023-01-18blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong
2021-10-06blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2020-11-10blktrace: fix debugfs use after freeLuis Chamberlain
2020-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-06-30blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-25blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-06-25blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-06-25blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-04-29blktrace: fix dereference after null checkCengiz Can
2020-04-29blktrace: Protect q->blk_trace with RCUJan Kara
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-08-16blktrace: Add SPDX License format headerSteven Rostedt (VMware)
2018-07-09Blktrace: bail out early if block debugfs is not configuredLiu Bo
2017-11-27blktrace: fix trace mutex deadlockJens Axboe
2017-11-19blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza
2017-11-10blktrace: fix unlocked registration of tracepointsJens Axboe
2017-11-10blktrace: fix unlocked access to init/start-stop/teardownJens Axboe
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29blktrace: export cgroup info in traceShaohua Li
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-19blktrace: fix integer parseShaohua Li
2017-04-20block: remove the errors field from struct requestChristoph Hellwig
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig
2017-02-02blktrace: use existing disk debugfs directoryOmar Sandoval
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-27block: cleanup tracingChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-08-16block: Fix secure eraseAdrian Hunter
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-06-17blktrace: avoid using timespecArnd Bergmann
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07blktrace: use op accessorsMike Christie
2016-05-10blktrace: add missed mask nameShaohua Li
2016-05-10blktrace: delete garbage for message traceShaohua Li
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-10-30blktrace: re-write setting q->blk_traceDavidlohr Bueso
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)