blktrace.git
2006-02-02 Jens Axboe[PATCH] kernel: previous patch was reversed by mistake
2006-02-02 Jens Axboe[PATCH] blkrawverify: note what file the output went to
2006-02-02 Jens Axboe[PATCH] kernel: update to recent fixes
2006-02-02 Jens Axboe[PATCH] blkparse: do_stdin() needs to increment read_se...
2006-02-02 Jens Axboe[PATCH] blkparse: Fix bad ordering due to non-global...
2006-02-02 Jens Axboe[PATCH] blkparse: make skip detection per-CPU as well
2006-02-02 Jens Axboe[PATCH] verify_blkparse: improve output
2006-02-02 Jens Axboe[PATCH] verify_blkparse: update for per-CPU sequences
2006-02-02 Jens Axboe[PATCH] .gitignore: add blkrawverify
2006-02-02 Jens Axboe[PATCH] Make the sequence per-CPU so the kernel side...
2006-02-02 Jens Axboe[PATCH] blktrace: remove check_time, we always need...
2006-02-02 Jens Axboe[PATCH] blktrace: make write_data() return early with...
2006-02-02 Alan D. Brunelle[PATCH] blktrace: speedup write out by aggregating...
2006-02-02 Alan D. Brunelle[PATCH] blktrace: remember to initialize mutex
2006-01-31 Jens Axboe[PATCH] kernel: update to include Alan's relay_reserve...
2006-01-31 Jens Axboe[PATCH] blkparse: be sure to propagate read_data()...
2006-01-31 Jens Axboe[PATCH] blkparse: cut down on excessive number of fcntl...
2006-01-31 Jens Axboe[PATCH] blkparse: don't do partial reads in read_data()
2006-01-30 Jens Axboe[PATCH] btrace: don't be quiet by default, and fix...
2006-01-30 Alan D. Brunelle[PATCH] blkparse: Remove negative skips
2006-01-30 Jens Axboe[PATCH] blkparse: don't let SIGINT show stats right...
2006-01-30 Jens Axboe[PATCH] blktrace: allow live tracing to get full subbuf...
2006-01-30 Jens Axboe[PATCH] blktrace: fix leftover_ts offsetting
2006-01-28 Jens Axboe[PATCH] blkrawverify: Check for EOF in error reporting
2006-01-28 Jens Axboe[PATCH] blktrace: really fix the loop logic
2006-01-28 Jens Axboe[PATCH] blktrace: fix logic for write out loop when...
2006-01-28 Jens Axboe[PATCH] blkrawverify: cast __u64 to unsigned long long...
2006-01-27 Jens Axboe[PATCH] blktrace: fix hang and no output if first seque...
2006-01-27 Alan D. Brunelle[PATCH] blktrace: cleanup the leftover subbuf code
2006-01-27 Jens Axboe[PATCH] blktrace/blkrawverify: get rid of pesky signedn...
2006-01-27 Jens Axboe[PATCH] Need to still use outputname to check no_stdout
2006-01-27 Jens Axboe[PATCH] Forgot to add list.h
2006-01-27 Jens Axboe[PATCH] blktrace: completely rewrite the event pull...
2006-01-27 Jens Axboe[PATCH] kernel: update kernel patch with the HT sibling...
2006-01-26 Jens Axboe[PATCH] blkrawverify: u64 types need %llu format
2006-01-26 Alan D. Brunelle[PATCH] Added blkrawverify utility
2006-01-26 Jens Axboe[PATCH] blktrace: improve live tracing
2006-01-25 Jens Axboe[PATCH] kernel: update patch for the SMP fix
2006-01-25 Jens Axboe[PATCH] blkparse: fill unitialized pci->cpus.fd with -1
2006-01-25 Tom Zanussi[PATCH] blktrace: Don't overwrite buf_size for the...
2006-01-25 rootMerge branch 'master' of ssh://axboe@router/data/git...
2006-01-25 Jens Axboe[PATCH] blkparse: make sure new pci infos have ->fd...
2006-01-25 Jens Axboe[PATCH] blkparse: add max read/write queueing depth...
2006-01-25 Jens Axboe[PATCH] kernel: Update patch to include ISSUE fix
2006-01-24 Jens AxboeMerge branch 'master' of ssh://axboe@router.home.kernel...
2006-01-24 Alan D. Brunelle[PATCH] blktrace: fix for potential data overwrite
2006-01-22 Jens Axboe[PATCH] blkparse: hash-by-name is -h, not -n. correct...
2006-01-22 Tom Zanussi[PATCH] blktrace: bad ret = len assignment that should...
2006-01-19 Alan D. Brunelle[PATCH] blkparse: reverse the order of the skips out...
2006-01-19 Jens Axboe[PATCH] verify_blkparse: init last_seq to -1 to avoid...
2006-01-18 Jens Axboe[PATCH] blktrace: woops, left debug fprintf() in there...
2006-01-18 Jens Axboe[PATCH] blktrace: better poll fix, just return every...
2006-01-18 Jens Axboe[PATCH] blktrace: improve poll() handling, relayfs...
2006-01-18 Jens Axboe[PATCH] blktrace: __refile_ringbuffer() needs to return...
2006-01-18 Jens Axboe[PATCH] blktrace: signedness fixes
2006-01-18 Jens Axboe[PATCH] blktrace: remember to resize ringbuffer before...
2006-01-18 Jens Axboe[PATCH] blktrace: fix ringbuffer and event drop reaping
2006-01-18 Alan D. Brunelle[PATCH] blkparse: improve skip detection / logging
2006-01-17 Jens Axboe[PATCH] blktrace: we don't need ->closed anymore
2006-01-17 Jens Axboe[PATCH] blktrace: let the threads shut themselves down
2006-01-17 Jens Axboe[PATCH] blktrace: add ringbuffer in front of kernel...
2006-01-16 Jens AxboeMerge branch 'master' of ssh://router/data/git/blktrace
2006-01-16 Jens Axboe[PATCH] blktrace: kill unused tip members
2006-01-13 Jens Axboe[PATCH] kernel: dropped events and cciss support
2006-01-13 Jens Axboe[PATCH] blktrace: add warning about increasing buffer...
2006-01-13 Alan D. Brunelle[PATCH] blkparse: Count forward and backwards skips...
2006-01-13 Jens Axboe[PATCH] blkparse: dump requeue info as well
2006-01-13 Jens Axboe[PATCH] blkparse: __account_c() needs to take a signed...
2006-01-13 Jens Axboe[PATCH] blktrace: show stats on sigint as well
2006-01-13 Tom Zanussi[PATCH] blktrace: add support for checking events dropp...
2006-01-12 Jens AxboeMerge branch 'master' of ssh://router/data/git/blktrace
2006-01-12 Jens Axboe[PATCH] blktrace: smaller code cleanups
2006-01-12 Jens Axboe[PATCH] kernel: update kernel patch (mutex update,...
2006-01-12 Jens Axboe[PATCH] blktrace: use buffered output, halves the CPU...
2006-01-12 Jens Axboe[PATCH] blkparse_fmt: missing 'requeue' event handling
2006-01-12 Jens Axboe[PATCH] Fix typo in blk_add_request in elevator.c ...
2006-01-11 Jens Axboe[PATCH] Increase blktrace default subbuffer size
2006-01-11 Jens Axboe[PATCH] Update kernel patch to newest 2.6.15-git
2006-01-10 Jens Axboe[PATCH] Work-around for 32-bit be64_to_cpu() weirdness
2005-11-16 Jens Axboe[PATCH] Update kernel patch to match the one in the...
2005-11-16 Christoph Hellwig[PATCH] blk_io_trace_remap structure needs padding...
2005-10-31 Jens Axboe[PATCH] Add .gitignore fil
2005-10-31 Jens Axboe[PATCH] update kernel support for recent kernel
2005-10-11 Jens Axboe[PATCH] rpm should work for version 3.x now (with chang...
2005-10-11 Jens Axboe[PATCH] Include tar ball in clean target
2005-10-11 Jens Axboe[PATCH] Add make rpm target
2005-10-11 Jens Axboe[PATCH] 1.0 preparations
2005-10-11 Jens Axboe[PATCH] Bump version, should be about good to go for 1.0 blktrace-0.99
2005-10-11 Jens Axboe[PATCH] blkparse: be a little more flexible in mixing...
2005-10-11 Alan D. Brunelle[PATCH] kernel: update remap to work for dm as well
2005-10-10 Jens Axboe[PATCH] btrace.spec: spelling error
2005-10-10 Jens Axboe[PATCH] Add rpm spec file
2005-10-10 Jens Axboe[PATCH] blkparse: sparse and friends don't like ULONG_L...
2005-10-10 Jens Axboe[PATCH] blkparse: fix memory leaks
2005-10-10 Jens Axboe[PATCH] blkparse: suff[] should not be static
2005-10-10 Jens Axboe[PATCH] blkparse: remember to bail out if conversion...
2005-10-10 Jens Axboe[PATCH] blkparse: pretty up stats print by converting...
2005-10-10 Jens Axboe[PATCH] blkparse: kill debug statement in rate calculation
2005-10-10 Jens Axboe[PATCH] blkparse: fix bad comment in recent checkin
2005-10-10 Jens Axboe[PATCH] blkparse: include rate dump for stats
next