The following changes since commit 5e0074c2bfa46deddbad3b524c253a63dba05e63: Jens Axboe (1): Fix problem with fill_device and read workloads are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (14): Clean up file flags Cleanup verify headers Move more file stuff to file.h Add ioengine.h header Move IO engine flags Add iolog defines Move file service type defines to file.h Split off diskutil include More fio.h cleanups Fix bug with rwmix and multiple loops over the same set Add iops rate to ETA display Improve throughput ETA display Fio 1.27 Add pre_read to man page diskutil.c | 1 + diskutil.h | 83 ++++++++ engines/mmap.c | 1 + eta.c | 45 ++++- file.h | 151 ++++++++++++++ filehash.c | 8 +- filesetup.c | 28 ++- fio.1 | 5 + fio.c | 23 +-- fio.h | 598 +++++--------------------------------------------------- init.c | 3 +- io_ddir.h | 21 ++ io_u.c | 34 ++-- ioengine.h | 171 ++++++++++++++++ ioengines.c | 11 +- iolog.h | 96 +++++++++ log.c | 1 + options.c | 1 + stat.c | 44 +---- verify.c | 5 +- verify.h | 68 +++++++ 21 files changed, 735 insertions(+), 663 deletions(-) create mode 100644 diskutil.h create mode 100644 file.h create mode 100644 io_ddir.h create mode 100644 ioengine.h create mode 100644 iolog.h create mode 100644 verify.h -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html