summaryrefslogtreecommitdiff
path: root/include/linux/blktrace_api.h
AgeCommit message (Expand)Author
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman
2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara
2019-02-07blktrace: Show requests without sectorJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li
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-06-07blktrace: use op accessorsMike Christie
2016-05-10blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma
2010-08-07block: fix for block tracing build errorStephen Rothwell
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac
2009-06-10tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCKLi Zefan
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan
2009-05-06blktrace: correct remap namesAlan D. Brunelle
2009-04-16blktrace: add trace/ to /sys/block/sdaLi Zefan
2009-04-16blktrace: support per-partition tracingShawn Du
2009-02-19Merge branch 'linus' into tracing/blktraceIngo Molnar
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar
2009-01-30headers_check fix: linux/blktrace_api.hJaswinder Singh Rajput
2009-01-26tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo
2008-10-17blktrace: add support for driver dataStefan Raspl
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe
2008-10-09include blktrace_api.h in headers_installSven Schuetz
2008-10-09block: Add interface to abort queued requestsMike Anderson
2008-10-09blktrace: support discard requestsDavid Woodhouse
2008-07-03Added in user-injected messages into blk tracesAlan D. Brunelle
2008-05-28block: make blktrace use per-cpu buffers for message notesJens Axboe
2008-05-28Added in MESSAGE notes for blktracesAlan D. Brunelle
2008-01-29Fix blktrace compile warningMartin K. Petersen