Recent changes

From: Jens Axboe <jens.axboe_at_oracle.com>
Date: Fri, 16 Mar 2007 06:00:03 +0100

The following changes since commit 1760e679cfb99d95e783ba1c0a936b88c8a3d706:
  Jens Axboe (1):
        Fix build on x86-64 distros without __NR_pread64/pwrite64

are found in the git repository at:

  git://git.kernel.dk/data/git/fio.git

Jens Axboe (19):
      Add 'filesize' option
      Accept '-' as siint delimter as well.
      siint range parsing HOWTO update
      Use log_info() throughout
      Remember to account for existing files in size setup
      More file creation improvements
      Split option handling out of init.c
      Failure to put job in add_job() failure case
      blockdev_invalidate_cache(): return -1 for error
      Support for setting rated based on IOPS
      Improve rate accounting
      Move setup_rate() out of log.c
      Command help match also on aliases
      Style cleanup
      Show alias in command help
      Add some more options for commands
      Move thread options into a seperate structure
      Compile error with FIO_USE_TIMEOUT defined
      Untangle the file creation mess

 HOWTO | 23 +-
 Makefile | 2 +-
 Makefile.FreeBSD | 2 +-
 Makefile.solaris | 2 +-
 engines/cpu.c | 22 +-
 engines/libaio.c | 14 +-
 engines/mmap.c | 4 +-
 engines/net.c | 12 +-
 engines/null.c | 12 +-
 engines/posixaio.c | 4 +-
 engines/sg.c | 26 +-
 engines/syslet-rw.c | 10 +-
 eta.c | 28 +-
 filesetup.c | 172 ++++++--
 fio.c | 141 ++++---
 fio.h | 161 ++++---
 init.c | 1242 ++++++++++-----------------------------------------
 io_u.c | 67 ++--
 ioengines.c | 2 +-
 log.c | 53 +--
 memory.c | 20 +-
 options.c | 835 ++++++++++++++++++++++++++++++++++
 os-linux.h | 7 +-
 parse.c | 8 +-
 stat.c | 74 ++--
 time.c | 14 +-
 verify.c | 6 +-
 27 files changed, 1589 insertions(+), 1374 deletions(-)
 create mode 100644 options.c
Received on Fri Mar 16 2007 - 06:00:03 CET

This archive was generated by hypermail 2.2.0 : Fri Mar 16 2007 - 06:30:01 CET