Recent changes

From: Jens Axboe <jens.axboe_at_oracle.com>
Date: Wed, 14 Mar 2007 06:00:02 +0100

The following changes since commit 7abd0e3a872b000aefb740028f777aae1fa6f77d:
  Jens Axboe (1):
        Group reporting fixes

are found in the git repository at:

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

Jens Axboe (22):
      disk_util: Allow an engine to turn off disk_util specifically
      An option need not include ->posval[] entries
      Allow explicit setting of a number of files
      Turn file ->open and ->unlink into flags
      Add file reference counting
      Don't stack allocate file name
      If we use jobname as file, only append job/file numer for nrfiles > 1
      Strip blank end/front of filenames
      td->filename vs f->filename typo
      One more f->file_name typo
      Normal vs special files fixups
      Make disk_util() account for all files
      Init stat for all files, not just current range
      Improve handling of nr_files != open_files
      Total file size handling fix
      nr_files conflict with filename
      Obscure file randommap fix
      Add 'fsync_on_close' option
      Check for open files on io operations
      Add 'opendir' option
      Print informative error when we hit the max number of files open
      Fix double io_u free in error path

Joel Becker (1):
      init.c: Fix non-regular-file booboo

 HOWTO | 15 ++++-
 engines/cpu.c | 2 +-
 engines/net.c | 7 +-
 engines/null.c | 2 +-
 engines/sg.c | 11 ++--
 examples/netio | 2 +-
 filesetup.c | 178 ++++++++++++++++++++++++++++++++++++++++++++++----------
 fio.c | 17 ++++-
 fio.h | 25 ++++++--
 init.c | 158 +++++++++++++++++++++++++++++--------------------
 io_u.c | 51 ++++++++++++----
 ioengines.c | 22 +++++--
 parse.c | 16 ++++-
 stat.c | 25 +++++---
 14 files changed, 381 insertions(+), 150 deletions(-)
Received on Wed Mar 14 2007 - 06:00:02 CET

This archive was generated by hypermail 2.2.0 : Wed Mar 14 2007 - 06:30:01 CET