index
:
blktrace
master
origin
Block tracing utilities
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blkrawverify.c
Age
Commit message (
Expand
)
Author
2012-02-01
Free pdu_buff on bad pdu path in process()
Eric Sandeen
2012-02-01
Fix potential array overrun in act_to_str
Eric Sandeen
2011-08-11
Add FLUSH/FUA support
Namhyung Kim
2009-05-11
blkrawverify: warn and return error if no traces are found
Eric Sandeen
2008-08-15
blktrace: support discard requests
David Woodhouse
2007-02-12
Added return from blkrawverify to signal success or failure.
Alan D. Brunelle
2006-07-23
[PATCH] Support for logging metadata IO requests
Jens Axboe
2006-07-06
[PATCH] Support for readahead tracing
Nathan Scott
2006-05-08
[PATCH] fread/fwrite error handling
Jens Axboe
2006-02-22
[PATCH] README and blkrawverify minor update
Jens Axboe
2006-02-14
[PATCH] blkrawverify: check and convert data appropriately
Jens Axboe
2006-02-09
[PATCH] Shrink the trace by 1/3 by removing ->comm[16]
Jens Axboe
2006-02-07
[PATCH] blkrawverify: account bad traces, don't dump a warning for each of them
Jens Axboe
2006-02-07
[PATCH] data_is_native can't be both static and extern
Jens Axboe
2006-02-06
[PATCH] Allow trace data to stay CPU endianness
Jens Axboe
2006-02-02
[PATCH] blkrawverify: note what file the output went to
Jens Axboe
2006-01-28
[PATCH] blkrawverify: Check for EOF in error reporting
Jens Axboe
2006-01-28
[PATCH] blkrawverify: cast __u64 to unsigned long long for printing
Jens Axboe
2006-01-27
[PATCH] blktrace/blkrawverify: get rid of pesky signedness warnings
Jens Axboe
2006-01-26
[PATCH] blkrawverify: u64 types need %llu format
Jens Axboe
2006-01-26
[PATCH] Added blkrawverify utility
Alan D. Brunelle