Add support for trim as a workload type
authorShaohua Li <shli@fusionio.com>
Fri, 14 Sep 2012 06:49:43 +0000 (08:49 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Sep 2012 06:49:43 +0000 (08:49 +0200)
commit6eaf09d6e9ca1f8accb057cdb18620b7e53ae33f
tree32075e1e1baef45baeb37fd2c992f8d00de7e4be
parentca48255b113cc5ebafadf2d3b174a68b246adb72
Add support for trim as a workload type

This only works on Linux so far, and it's always sync given what
the interface to the kernel looks like. Also restricted to pure
block devices.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
16 files changed:
backend.c
engines/sync.c
eta.c
filesetup.c
fio.h
init.c
io_ddir.h
io_u.c
ioengines.c
iolog.h
libfio.c
options.c
parse.c
parse.h
stat.c
stat.h