Add vsync io engine
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Feb 2008 09:59:07 +0000 (10:59 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 4 Feb 2008 09:59:07 +0000 (10:59 +0100)
commit1d2af02a16fc3c3561c994be4de887b926b2b774
tree3cda564aefa3ba0ccebadfac733321dfb6de24c4
parent163f849eea2b0ce443825fa510a1cb311092a234
Add vsync io engine

It uses readv/writev to transfer the data and coalesces adjacent
data into a single system call (emulating queueing).

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
README
engines/sync.c
options.c