Add option for specifically setting buffer contents
authorJens Axboe <axboe@kernel.dk>
Tue, 14 Jan 2014 22:35:58 +0000 (15:35 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jan 2014 22:35:58 +0000 (15:35 -0700)
commitce35b1ece06ce27ebff111e47c2a6610c311a92b
treeca53c9279ec6a73d7193576960948f38f04f9adb
parent04778baf2def8c1c5a3d7d60233c56d140831711
Add option for specifically setting buffer contents

Fio can use zeroes, slightly scrambled data, full random data,
or specifically compressible data. With this option, the user
can now fully control the pattern written, similarly to how
verify_pattern works for verify=meta.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
backend.c
fio.1
io_u.c
options.c
thread_options.h
verify.c
verify.h