The following changes since commit bf0dc8fae8b21c666a0a927c1d473ad59101e7fd:
Ingo Molnar (1):
v3 syslet engine support
are found in the git repository at:
git://git.kernel.dk/data/git/fio.git
Jens Axboe (17):
syslet engine: style fix and ->queue() error return value fix
No need to cast async_exec() syscall to void * anymore
Track io_u state (free or in-flight)
io_u timeout handling
Include engines in dependency check
Disable timeout handling for now
Improve thread reap handling
Thread waitpid() error check
Fix crash on thread exit
Further improve thread handling
syslet: typo
Don't check st_size for special files
syslet: syscall still needs void * cast
List syslet-rw as a supported option in the ioengine help dump
Add more context to the error messages
Correct spelling error
Dump io_u on timeout
Makefile | 2 +-
Makefile.FreeBSD | 2 +-
Makefile.solaris | 2 +-
engines/cpu.c | 2 +-
engines/libaio.c | 2 +-
engines/mmap.c | 4 +-
engines/net.c | 26 ++++++------
engines/posixaio.c | 2 +-
engines/sg.c | 10 ++--
engines/splice.c | 4 +-
engines/sync.c | 4 +-
engines/syslet-rw.c | 11 ++---
filesetup.c | 46 ++++++++++++--------
fio.c | 119 ++++++++++++++++++++++++++++++++-------------------
fio.h | 33 ++++++++++++--
init.c | 8 ++--
io_u.c | 99 +++++++++++++++++++++++++++++++++++++++++-
ioengines.c | 32 ++++++++++++--
memory.c | 8 ++--
time.c | 7 ++-
20 files changed, 304 insertions(+), 119 deletions(-)
Received on Fri Feb 23 2007 - 06:00:01 CET
This archive was generated by hypermail 2.2.0 : Wed Feb 28 2007 - 11:47:09 CET