blktrace.git
2005-09-07 Jens Axboe[PATCH] Fix unaligned access on pthread_join(..., ...
2005-09-07 Jens Axboe[PATCH] Misc stdin fixes
2005-09-06 Jens Axboe[PATCH] Set locale in blkparse
2005-09-06 Jens Axboe[PATCH] Correct netcat examples
2005-09-06 Jens Axboe[PATCH] Minimize output fd lock time
2005-09-06 Jens Axboe[PATCH] Unify error returns
2005-09-06 Jens Axboe[PATCH] Update documentation
2005-09-06 Jens Axboe[PATCH] Add option to limit rb batching for live traces
2005-09-06 Jens Axboe[PATCH] Missed the ->device in endianness conversions
2005-09-06 Jens Axboe[PATCH] Update kernel patch to revision 4 protocol
2005-09-06 Jens Axboe[PATCH] Backout the ->device change from revision 4
2005-09-06 Nathan Scott[PATCH] allow devices as arguments (as well as via...
2005-09-06 Nathan Scott[PATCH] Pretty up output on large SMP machines
2005-09-06 Nathan Scott[PATCH] Missing colon in some output
2005-09-06 Jens Axboe[PATCH] Fix per_cpu_info->cpu setting
2005-09-06 Nathan Scott[PATCH] Dump command process names, they are available now
2005-09-06 Nathan Scott[PATCH] Bump ->cpu to 32-bits for alignment and add...
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-06 Nathan Scott[PATHC] Plug some more stoptrace holes
2005-09-06 Nathan Scott[PATCH] Make per_cpu_info[] dynamically allocated and...
2005-09-06 Nathan Scott[PATCH] Missing ->cpu endianness conversion
2005-09-05 Jens Axboe[PATCH] Misc error handling and style fixes
2005-09-05 Jens Axboe[PATCH] Move open of logging file
2005-09-05 Jens Axboe[PATCH] Add support for killing running trace
2005-09-05 Jens Axboe[PATCH] Read and sort events in chunks from stdin
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] Update kernel patch to match new relayfs layout
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 Jens Axboe[PATCH] Kill silly changelog, it's too bothersome
2005-09-02 Nathan Scott[PATCH] Fix usage of uninitialized array in pdu extraction
2005-09-02 Nathan Scott[PATCH] Fix memory leak in blktrace arg parsing
2005-09-02 Nathan Scott[PATCH] blktrace-fix-double-close
2005-09-02 Jens Axboe[PATCH] Remember to close devfd if start_trace() fails
2005-09-02 Nathan Scott[PATCH] Make relayfs mount path an option
2005-09-01 Jens Axboe[PATCH] Move BLK_TA_QUEUE trace
2005-09-01 Jens Axboe[PATCH] Always make sure we stop the trace properly
2005-09-01 Jens Axboe[PATCH] Fix oops on starting trace on stacked devices...
2005-09-01 Alan D. Brunelle[PATCH] Timestamp updates
2005-09-01 Jens Axboe[PATCH] Sync inter processor time
2005-09-01 Jens Axboe[PATCH] Update kernel patch to 2.6.13-mm1
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 root[PATCH] stats update
2005-08-29 Jens Axboe[PATCH] Split output stats into per-cpu
2005-08-29 Jens Axboe[PATCH] blkparse: Don't clear rb_root in sort_entries()
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 AxboeChangelog
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 Axboeblkparse doesn't take a NR_CPU argument anymore
2005-08-26 Jens AxboeAdd the required relayfs-read update patch as well
2005-08-26 Jens AxboeUpdate README and add kernel patch
2005-08-26 Jens AxboeFix typo in last fix
2005-08-26 Jens Axboesprintf -> snprintf
2005-08-26 Jens AxboeIncrease MAX_CPUS to 512. Use the full magic number...
2005-08-26 Jens AxboeInitial commit