Remove debug printf() in net engine
[fio.git] / verify.c
2008-02-01 Jens AxboeAdd blktrace and verify debug tracing
2008-01-16 Shawn LewisRevert "Remove verify_pattern option, replace with...
2007-09-06 Jens AxboeVerify handlers should return Exxx error, not just 1
2007-08-23 Jens AxboeStyle fixup
2007-08-10 Jens AxboeRemove verify_pattern option, replace with verify=pattern:x
2007-08-09 Jens AxboeAdd verify_fatal option
2007-08-09 Jens AxboeImprove verify pattern failure logging
2007-08-02 Shawn LewisVerify the pattern we've written
2007-08-02 Shawn Lewis[PATCH] Fix memswp. Its scratch space was too small
2007-08-02 Shawn Lewis[PATCH] Add verify_meta verification type
2007-07-30 Jens AxboeMove checksumming files to seperate directory
2007-07-30 Jens AxboeSeperate verify_header from the checksum type
2007-07-30 Jens AxboePrepare for splitting the verify_header from the checks...
2007-07-30 Jens AxboeAdd sha256 and sha512 checksums
2007-07-30 Jens AxboeProperly initialize md5 hash seed
2007-07-30 Jens AxboeAdd verify_pattern option
2007-07-30 Jens AxboeRename header_offset and header_interval options
2007-07-29 Jens AxboeFix bug in md5 calculation
2007-07-29 Jens AxboeFix md5 verify
2007-07-28 Jens AxboeAbstract out the data offset calculation
2007-07-28 Jens AxboeCleanup verify pointer casting
2007-07-28 Shawn Lewis[PATCH] Offset verification header by a user-specified...
2007-07-28 Shawn Lewis[PATCH] Allow verification to be done at finer granularity
2007-07-27 Jens AxboeAdd sample crc64 checksum
2007-07-27 Jens AxboeSpeed up md5 hash filling/verifying by 20%
2007-07-27 Jens AxboeClean up verify_io_u()
2007-07-27 Jens AxboeSpeed up verify fill
2007-07-27 Jens AxboeType in crc16 verify failure
2007-07-27 Jens AxboeAdd crc7 verify type
2007-07-27 Jens AxboeAdd crc16 verify type
2007-07-27 Shawn Lewis[PATCH] Only verify_io_u on reads
2007-07-26 Jens AxboeFix verify random bytes filling
2007-05-22 Jens AxboeIO verification needs to open and grab a reference...
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-27 Jens AxboeAvoid using the rbtree if we don't have to
2007-03-26 Jens AxboeNo need to fill random bytes for VERIFY_NULL
2007-03-26 Jens AxboeAdd 'null' verify option
2007-03-26 Jens AxboeFix io piece logging to not have O(n) runtime
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-12 Jens AxboeReturn EIO for verification failure
2007-02-19 Jens AxboeVerify requeue handling
2007-02-18 Jens AxboeFully parallellize io_u verification
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-14 Jens Axboe[PATCH] First cut syslet async io support
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-10-18 Jens Axboe[PATCH] More verify code move
2006-10-18 Jens Axboe[PATCH] Split out the verify io parts