[PATCH] blkparse: kill old force debug print
[blktrace.git] / blktrace.c
2005-09-29 Jens Axboe[PATCH] Assorted compiler warnings
2005-09-27 Jens Axboe[PATCH] blktrace: fix sparse warning
2005-09-23 Jens Axboe[PATCH] blktrace: Add option for setting sub buffer...
2005-09-22 Jens Axboe[PATCH] Update in-program help/usage info
2005-09-21 Jens AxboeMerge branch 'master' of ssh://axboe@/linux/kernel...
2005-09-21 Jens Axboe[PATCH] Fix output naming, really
2005-09-20 Jens Axboe[PATCH] Change output/input file expectations
2005-09-20 Jens Axboe[PATCH] blktrace: fix exit
2005-09-20 Alan D. Brunelle[PATCH] blkparse: Add format specifiers and format...
2005-09-20 Jens Axboe[PATCH] blktrace: prepare for mmap usage again
2005-09-15 Nathan Scott[PATCH] blktrace: better check for mounted relayfs
2005-09-14 Nathan Scott[PATCH] blktrace: add stopwatch functionality
2005-09-12 Nathan Scott[PATCH] Add support for tracing multiple devices
2005-09-09 Nathan Scott[PATCH] blktrace: remove unneeded strdup
2005-09-08 Jens AxboeMerge refs/heads/master from origin
2005-09-07 Jens Axboe[PATCH] Fix unaligned access on pthread_join(..., ...
2005-09-06 Jens Axboe[PATCH] Minimize output fd lock time
2005-09-06 Jens Axboe[PATCH] Unify error returns
2005-09-06 Nathan Scott[PATCH] allow devices as arguments (as well as via...
2005-09-06 Nathan Scott[PATCH] Fix some wierd pthread/atexit interactions
2005-09-06 Jens Axboe[PATCH] Forgot to update last file on checkin
2005-09-05 Jens Axboe[PATCH] Misc error handling and style fixes
2005-09-05 Jens Axboe[PATCH] Add support for killing running trace
2005-09-05 Nathan Scott[PATCH] Better strcmp fix
2005-09-05 Jens Axboe[PATCH] Support for live tracing
2005-09-04 Jens Axboe[PATCH] Style fixups
2005-09-04 Jens Axboe[PATCH] Stop threads before stopping trace
2005-09-02 Jens Axboe[PATCH] Fix the stop trace logic to not attempt to...
2005-09-02 Jens Axboe[PATCH] blktrace fixes
2005-09-02 Nathan Scott[PATCH] Fix usage of uninitialized array in pdu extraction
2005-09-02 Jens Axboe[PATCH] Remember to close devfd if start_trace() fails
2005-09-01 Jens Axboe[PATCH] Always make sure we stop the trace properly
2005-08-31 Jens Axboe[PATCH] Add license and copyright information
2005-08-31 Alan D. Brunelle[PATCH] Add argument parsing for blktrace
2005-08-29 Jens Axboe[PATCH] blktrace: fix payload tracing
2005-08-29 Jens Axboe[PATCH] Always store trace data in big endian format
2005-08-29 Jens Axboe[PATCH] Don't overwrite magic in trace
2005-08-29 Jens Axboe - Improved error handling
2005-08-27 Jens AxboeVarious cleanups and killing unused variables
2005-08-27 Jens AxboeFixed the sorting and parsing of traces with payloads
2005-08-26 Jens AxboeIncrease MAX_CPUS to 512. Use the full magic number...
2005-08-26 Jens AxboeInitial commit