Add version 2 of the iolog format
authorJens Axboe <jens.axboe@oracle.com>
Mon, 23 Jul 2007 06:56:43 +0000 (08:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 23 Jul 2007 06:56:43 +0000 (08:56 +0200)
commitf29b25a370598d387e539c3dcae126274c6cbf4d
tree18586bcb37acff87644a939008cda2f36499d36d
parent2135abc4f63c54e213abe0e9469eeba7a58815fc
Add version 2 of the iolog format

The old format had some short comings - notably not supporting > 1
file workloads. So add a new format that defines adding/open/close
of files. Fio will still load the older format iologs, but the new
ones wont work on older fio versions.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
filesetup.c
fio.c
fio.h
io_u.c
ioengines.c
log.c