Add some support for a verify backlog
authorJens Axboe <jaxboe@fusionio.com>
Tue, 15 Jun 2010 12:25:36 +0000 (14:25 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 15 Jun 2010 12:25:36 +0000 (14:25 +0200)
commit9e144189c6e000df8a797312e43a4913f3b83c9a
treeaf628528b40bf104ca8e1a527b1647adcb3a0ed5
parent2faf9ec84cc329304bd0dcbf928184e11e550108
Add some support for a verify backlog

Instead of writing everything and then verifying everything,
allow a job to specify incremental verify stages. This can
help reduce memory consumption of fio, since we don't have
to store a huge number of verify entries to be processed
when the write phase is complete.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.h
io_u.c
log.c
options.c
verify.c