Basic support for dedupe
authorJens Axboe <axboe@fb.com>
Mon, 22 Sep 2014 16:02:07 +0000 (10:02 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 22 Sep 2014 16:02:07 +0000 (10:02 -0600)
commit5c94b00876437a27f1761e47437166780c3c3b93
tree74d8a79018ed1f34ffc5550e28113c48ad5de33b
parent8fc46b4d03bc61c4e72b69c3bc59bd50c4943e03
Basic support for dedupe

This adds and option, dedupe_percentage, that controls how many of
the write IO buffers are identical. For instance, if this is set:

dedupe_percentage=70

then 70% of the write IO buffers will have identical contents. The
specific contents are, as before, controlled by the various options
that set buffer contents or buffer compressibility.

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