summaryrefslogtreecommitdiffstats
path: root/include/linux/blktrace_api.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-1/+0
* block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-0/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-141/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-1/+1
* blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-111-2/+3
* block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-131-1/+2
* blktrace: Remove blk_fill_rwbs_rq.Tao Ma2011-03-031-1/+0
* block: fix for block tracing build errorStephen Rothwell2010-08-071-11/+15
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-071-0/+12
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-2/+2
* Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-1/+1
* Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac2009-10-011-0/+2
* tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCKLi Zefan2009-06-101-2/+2
* tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-0/+13
* blktrace: correct remap namesAlan D. Brunelle2009-05-061-2/+2
* blktrace: add trace/ to /sys/block/sdaLi Zefan2009-04-161-0/+6
* blktrace: support per-partition tracingShawn Du2009-04-161-11/+13
* Merge branch 'linus' into tracing/blktraceIngo Molnar2009-02-191-0/+1
|\
| * block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-0/+1
| |
| \
*-. | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar2009-02-031-0/+1
|\ \|
| | * headers_check fix: linux/blktrace_api.hJaswinder Singh Rajput2009-01-301-0/+1
| |/
* / tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo2009-01-261-0/+5
|/
* blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-169/+3
* blktrace: add support for driver dataStefan Raspl2008-10-171-0/+32
* blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe2008-10-091-5/+3
* include blktrace_api.h in headers_installSven Schuetz2008-10-091-26/+32
* block: Add interface to abort queued requestsMike Anderson2008-10-091-0/+2
* blktrace: support discard requestsDavid Woodhouse2008-10-091-0/+4
* Added in user-injected messages into blk tracesAlan D. Brunelle2008-07-031-0/+1
* block: make blktrace use per-cpu buffers for message notesJens Axboe2008-05-281-1/+2
* Added in MESSAGE notes for blktracesAlan D. Brunelle2008-05-281-0/+25
* Fix blktrace compile warningMartin K. Petersen2008-01-291-3/+3
* blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt2008-01-281-2/+10
* [BLOCK] Better fix for do_blk_trace_setup() for !CONFIG_BLOCKJens Axboe2007-10-121-6/+1
* [BLOCK] Fix failing compile with BLK_DEV_IO_TRACE=nBoaz Harrosh2007-10-111-1/+6
* compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-101-1/+6
* Fix remap handling by blktraceAlan D. Brunelle2007-08-111-1/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* [PATCH] blktrace: add timestamp messageOlaf Kirch2006-12-011-0/+12
* [PATCH] blktrace: support for logging metadata readsJens Axboe2006-09-301-0/+1
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-1/+1
* [PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe2006-07-061-1/+1
* [PATCH] blktrace: readahead supportNathan Scott2006-07-061-0/+1
* [PATCH] blktrace: fix barrier vs sync typoNathan Scott2006-07-061-1/+1
* [PATCH] blktrace_api.h: endian annotationsAlexey Dobriyan2006-06-231-3/+3
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+277