Recent changes

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

The following changes since commit 7bdce1bde82e37c8876270853840c1d09d760b67:
  Jens Axboe (1):
        Move description text

are found in the git repository at:

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

Jens Axboe (15):
      Revamp file open/close handling
      Fix invalidate cache typo
      openfiles fix
      Engines should not touch nr_open_files anymore
      file_service_type=random fix
      get_next_offset() number of loops change
      Add ->open to struct fio_file
      null engine: don't dup() stdin anymore
      Get rid of reopen_files()
      Fixup reporting for !runtime data directions
      A few more stat fixes and cleanups
      Use DDIR_WRITE symbolic value instead of a hard coded 2
      Add a real semaphore implemtation
      Add mutex object file to other Makefile's
      mutex error handling

 Makefile | 2 +-
 Makefile.FreeBSD | 2 +-
 Makefile.solaris | 2 +-
 engines/libaio.c | 2 +
 engines/mmap.c | 62 +++++++++++++++-
 engines/net.c | 161 ++++++++++++++++++++++----------------
 engines/null.c | 12 ++-
 engines/posixaio.c | 2 +
 engines/sg.c | 58 +++++++++-----
 engines/skeleton_external.c | 19 +++++
 engines/splice.c | 2 +
 engines/sync.c | 2 +
 engines/syslet-rw.c | 2 +
 filesetup.c | 181 +++++++++++--------------------------------
 fio.c | 61 ++++++++------
 fio.h | 48 ++++--------
 init.c | 21 ++++--
 io_u.c | 24 +++++-
 ioengines.c | 27 +++++++
 mutex.c | 86 ++++++++++++++++++++
 mutex.h | 19 +++++
 stat.c | 99 ++++++++++--------------
 22 files changed, 532 insertions(+), 362 deletions(-)
 create mode 100644 mutex.c
 create mode 100644 mutex.h
Received on Fri Mar 09 2007 - 06:00:02 CET

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