Recent changes

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

The following changes since commit 97c26cbe7f73f423ee8feceb9ec4369bfe442646:
  Davide Libenzi (1):
        GUASI update

are found in the git repository at:

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

Davide Libenzi (1):
      GUASI engine: free lingering requests from the buffer on cleanup

Jens Axboe (27):
      Only call into log_io_piece() when verify is set
      Remove !td->o.read_io_log test that is always true
      Include syncs in the stored io log
      NULL engine: ->commit() has side effects, make sure it always works
      Remove redundant double casts in time functions
      Update rbtree code
      Fix problems with rb code
      Avoid using the rbtree if we don't have to
      Improve random verify block sorting
      GUASI engine: should use log_err() during runtime
      Remove kernel headers from rbtree.h
      Trim the rbtree stuff fio doesn't use
      Make sure to set io size on non-files
      Don't completely fail for block device flushing failure
      Cleanup generic_file_open()
      Revamp the file creation code
      Do the invalidate/advise hinting in td_open_file()
      Only overwrite in layout if needed
      No need to return an error from get_file_sizes()
      Update fio io engine version
      'opendir' fixes
      Auto limit open files if we get EMFILE
      Use clear_error() instead of clearing the error manually
      Don't free the string options
      Print number of open files in eta dump
      Fix bug with not noticing end of file
      Better check for not doing a file twice

 HOWTO | 8 +
 engines/cpu.c | 10 +-
 engines/guasi.c | 11 +-
 engines/mmap.c | 10 +-
 engines/net.c | 40 ++---
 engines/null.c | 23 +--
 eta.c | 6 +-
 filesetup.c | 443 ++++++++++++++++++++++---------------------------------
 fio.c | 4 +-
 fio.h | 34 ++++-
 io_u.c | 24 +++-
 ioengines.c | 32 ++++-
 log.c | 32 +++-
 options.c | 11 ++-
 rbtree.c | 221 ++++++++++------------------
 rbtree.h | 40 +++--
 time.c | 6 +-
 verify.c | 14 +-
 18 files changed, 459 insertions(+), 510 deletions(-)
Received on Wed Mar 28 2007 - 06:00:02 CEST

This archive was generated by hypermail 2.2.0 : Wed Mar 28 2007 - 06:30:01 CEST