blktrace: don't stop tracer if not setup trace successfully
[blktrace.git] / blktrace.h
2015-09-15 Khem Rajinclude sys/types.h for dev_t definition
2014-09-24 Chris MasonMerge the iowatcher repository
2013-03-19 Ivan DyukovMore accurate calculation of the total read/write values
2012-02-27 Vasily TarasovToo small arrays for file names
2011-08-03 Jens AxboeMerge branch 'master' of ssh://router.home.kernel.dk...
2011-05-26 Tao Mablktrace: Use be32_to_cpu for blk_io_trace->cpu.
2008-04-02 Christof Schmittblkparse: Introduce optional accounting of PC requests
2007-05-21 Jens AxboeAccount size of merges
2006-12-01 Olaf Kirch[PATCH] Add timestamp support
2006-03-28 Tom Zanussi[PATCH] blktrace: fix sendfile problem with > buf_size...
2006-02-14 Jens Axboe[PATCH] check_data_endianess left in half-done state
2006-02-09 Jens Axboe[PATCH] Shrink the trace by 1/3 by removing ->comm[16]
2006-02-06 Jens Axboe[PATCH] Remove native/non-native print
2006-02-06 Jens Axboe[PATCH] Allow trace data to stay CPU endianness
2006-02-02 Jens Axboe[PATCH] blkparse: make skip detection per-CPU as well
2006-02-02 Jens Axboe[PATCH] Make the sequence per-CPU so the kernel side...
2006-01-31 Jens Axboe[PATCH] blkparse: cut down on excessive number of fcntl...
2006-01-13 Jens Axboe[PATCH] blkparse: dump requeue info as well
2005-10-06 Jens Axboe[PATCH] blkparse: fix remap sectors dump, it was in kb
2005-10-05 Jens AxboeMerge branch 'master' of ssh://axboe@brick.kernel.dk...
2005-10-05 Jens Axboe[PATCH] Typo: __BIT_ENDIAN -> __BIG_ENDIAN
2005-10-05 Jens Axboe[PATCH] Better endianness check
2005-10-05 Alan D. Brunelle[PATCH] blkparse: Add -a/-A options to blkparse as...
2005-09-29 Jens Axboe[PATCH] Assorted compiler warnings
2005-09-26 Jens Axboe[PATCH] blkparse: Add option to hash process by name
2005-09-25 Jens Axboe[PATCH] blkparse: split format parsing into seperate...
2005-09-12 Nathan Scott[PATCH] Add support for tracing multiple devices
2005-09-06 Jens Axboe[PATCH] Missed the ->device in endianness conversions
2005-09-06 Nathan Scott[PATCH] Bump ->cpu to 32-bits for alignment and add...
2005-09-06 Nathan Scott[PATCH] Missing ->cpu endianness conversion
2005-09-05 Jens Axboe[PATCH] Support for live tracing
2005-08-29 Jens Axboe[PATCH] Always store trace data in big endian format
2005-08-26 Jens AxboeInitial commit