[PATCH] Add 'norandommap' option
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 14:14:48 +0000 (15:14 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Oct 2006 14:14:48 +0000 (15:14 +0100)
commitbb8895e07c6d6417410545f45d34b1b7916cd90a
treece9c37f3dfcdcc6d8c864f332c18bf43f532a242
parent7c124ac153eebf48bc85f9033ae06fd7152e4216
[PATCH] Add 'norandommap' option

With this option given, fio will not keep track of what parts of a file
has been read/written or not. So for random io, we may read/write a block
a block more than once (or not at all). Thus this option conflicts with
doing write verification.

This is a first step for doing truly randomly sized blocks of io.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
fio.h
init.c
io_u.c