aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blktrace_api.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-14blktrace: use inline function for blk_trace_remove() while blktrace is disabledYu Kuai1-1/+5
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche1-1/+2
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig1-10/+0
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig1-6/+4
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-1/+1
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman1-2/+0
2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni1-1/+1
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni1-1/+1
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-3/+2
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara1-5/+13
2019-02-07blktrace: Show requests without sectorJan Kara1-1/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li1-4/+9
2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval1-4/+0
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-2/+2
2017-01-27block: cleanup tracingChristoph Hellwig1-7/+7
2016-10-28block: better op and flags encodingChristoph Hellwig1-1/+1
2016-06-07blktrace: use op accessorsMike Christie1-1/+1
2016-05-10blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li1-0/+9
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang1-1/+1
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara1-0/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-1/+0
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-141/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim1-2/+3
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches1-1/+2
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-1/+0
2010-08-07block: fix for block tracing build errorStephen Rothwell1-11/+15
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann1-0/+12
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-2/+2
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-1/+1
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-0/+2
2009-06-10tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCKLi Zefan1-2/+2
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-0/+13
2009-05-06blktrace: correct remap namesAlan D. Brunelle1-2/+2
2009-04-16blktrace: add trace/ to /sys/block/sdaLi Zefan1-0/+6
2009-04-16blktrace: support per-partition tracingShawn Du1-11/+13
2009-02-19Merge branch 'linus' into tracing/blktraceIngo Molnar1-0/+1
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-0/+1
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar1-0/+1
2009-01-30headers_check fix: linux/blktrace_api.hJaswinder Singh Rajput1-0/+1
2009-01-26tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo1-0/+5
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-169/+3
2008-10-17blktrace: add support for driver dataStefan Raspl1-0/+32
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe1-5/+3
2008-10-09include blktrace_api.h in headers_installSven Schuetz1-26/+32
2008-10-09block: Add interface to abort queued requestsMike Anderson1-0/+2
2008-10-09blktrace: support discard requestsDavid Woodhouse1-0/+4
2008-07-03Added in user-injected messages into blk tracesAlan D. Brunelle1-0/+1
2008-05-28block: make blktrace use per-cpu buffers for message notesJens Axboe1-1/+2
2008-05-28Added in MESSAGE notes for blktracesAlan D. Brunelle1-0/+25
2008-01-29Fix blktrace compile warningMartin K. Petersen1-3/+3
2008-01-28blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt1-2/+10
2007-10-12[BLOCK] Better fix for do_blk_trace_setup() for !CONFIG_BLOCKJens Axboe1-6/+1
2007-10-11[BLOCK] Fix failing compile with BLK_DEV_IO_TRACE=nBoaz Harrosh1-1/+6
2007-10-10compat_ioctl: handle blk_trace ioctlsArnd Bergmann1-1/+6
2007-08-11Fix remap handling by blktraceAlan D. Brunelle1-1/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2006-12-01[PATCH] blktrace: add timestamp messageOlaf Kirch1-0/+12
2006-09-30[PATCH] blktrace: support for logging metadata readsJens Axboe1-0/+1
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-1/+1
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe1-1/+1
2006-07-06[PATCH] blktrace: readahead supportNathan Scott1-0/+1
2006-07-06[PATCH] blktrace: fix barrier vs sync typoNathan Scott1-1/+1
2006-06-23[PATCH] blktrace_api.h: endian annotationsAlexey Dobriyan1-3/+3
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+277