Add support for file appends
authorJens Axboe <axboe@fb.com>
Mon, 17 Mar 2014 18:51:09 +0000 (12:51 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 17 Mar 2014 18:51:09 +0000 (12:51 -0600)
commitbedc9dc24223bb33be4120f4a57718bc54888ca5
tree1f8cdf7d31502fa8da7247fddf8f55091edf038a
parent7750aac43ee4e0c001860426e6fdaf22d9ddfc76
Add support for file appends

Add option file_append (bool). If set, fio will append to a file
instead of operate within the size of it. This is similar to
setting offset= to the size of each file.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
cconv.c
file.h
filesetup.c
fio.1
fio.h
init.c
io_u.c
options.c
thread_options.h