Recent changes

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

The following changes since commit c6c3b28a257258895eabe127d3cf784cd93bc851:
  Jens Axboe (1):
        Add data integrity example to netio sample job file

are available in the git repository at:

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

Jens Axboe (9):
      Add crc16 verify type
      Add crc7 verify type
      Type in crc16 verify failure
      Speed up verify fill
      Clean up verify_io_u()
      Speed up md5 hash filling/verifying by 20%
      Add sample crc64 checksum
      Add crc7 and crc64 to HOWTO
      Show md5 as first verify function

Shawn Lewis (1):
      Only verify_io_u on reads

ljzhang,Yaxin Hu,Jianchao Tang (3):
      Fix size given larger than filesize given
      Fix fileoffset option
      Fix file_size_high

 HOWTO | 10 ++++
 Makefile | 4 +-
 crc16.c | 53 +++++++++++++++++++++
 crc16.h | 28 +++++++++++
 crc64.c | 104 ++++++++++++++++++++++++++++++++++++++++
 crc64.h | 6 ++
 crc7.c | 53 +++++++++++++++++++++
 crc7.h | 13 +++++
 filesetup.c | 36 +++++++++-----
 fio.h | 9 ++++
 io_u.c | 5 +-
 ioengines.c | 2 +-
 md5.c | 17 ++++---
 md5.h | 2 +-
 options.c | 18 ++++++-
 verify.c | 151 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 16 files changed, 452 insertions(+), 59 deletions(-)
 create mode 100644 crc16.c
 create mode 100644 crc16.h
 create mode 100644 crc64.c
 create mode 100644 crc64.h
 create mode 100644 crc7.c
 create mode 100644 crc7.h
Received on Sat Jul 28 2007 - 06:00:02 CEST

This archive was generated by hypermail 2.2.0 : Sat Jul 28 2007 - 06:30:01 CEST