Fio 2.0.9
[fio.git] / verify.c
2012-03-13 Jens AxboeFix failure to verify in mixed read/write workload...
2012-03-06 Jens AxboeFix another verify segfault
2012-03-06 Jens AxboeAvoid segfault if verify header appears longer than...
2012-02-29 Jens AxboeRename crc functions to private namespace
2012-02-24 Jens AxboeFix verify
2012-02-23 Jens Axboeverify: put all header verification in one place
2012-02-23 Jens AxboeFix // comment
2012-02-23 Jens AxboeRemove holes in verify_header structure
2012-02-22 Jens AxboeUse crc32c for the verify_header checksum
2012-02-22 Jens AxboeAuto-detect whether to use hw assisted crc32c
2012-02-22 Jens AxboeAdd checksum to verify_header
2012-02-07 Steven LangOptimize pattern verify
2012-02-02 Jens AxboeReenable io_u->buf_filled_len optimization
2011-11-17 Steven LangExpand continue_on_error to select which type of error...
2011-10-26 Steven LangFix segfault with verify_async
2011-10-25 Steven LangAdd core for verify_dump option
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-01-19 Jens AxboeGet rid of shadow declarations
2011-01-14 Jens AxboeStreamline pattern/meta verifies instead of special...
2011-01-14 Jens AxboeCleanup some verify bits
2011-01-14 Jens AxboeComment out ->buf_filled_len in pattern fill
2011-01-14 Jens AxboeMake sure that pattern verifies also dump contents
2011-01-14 Jens AxboeWe need libgen.h for basename()
2011-01-13 Jens AxboeCorrect basename usage for verify dump
2011-01-12 Jens AxboeEnsure that random_seed is also added to dummy io_buf...
2011-01-12 Jens AxboePretty up the good/bad block verify dumping
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-10-22 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-21 Jens AxboeA few fixes for 32-bit compiles
2010-09-02 Jens AxboeTrim/discard fixes
2010-09-01 Jens AxboeAdd verify trim support
2010-08-01 bart Van AsscheReduce thread stack size
2010-07-14 Radha RamachandranNo need to use specific flag for io_u fill length
2010-07-14 Jens AxboeTurn io_u filled variable into a flag
2010-07-14 Radha RamachandranReuse filled pattern
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-06-18 Jens AxboeVerify fatal fixups
2010-06-18 Jens AxboeError reporting fixups for meta/pattern verifies
2010-06-18 Jens AxboeInclude file name in offset failure
2010-06-18 Jens AxboeUnified verify failure error reporting
2010-06-18 Jens AxboeFirst step in unified crc error logging
2010-06-18 Jens AxboeFix bad int truncate in verify
2010-06-15 Jens AxboeAdd some support for a verify backlog
2010-02-23 Jens AxboeFix bug in sha256 verify
2009-11-12 Radha RamachandranLog bad verify header location
2009-11-04 Jens AxboeFix race on io_u->flags
2009-11-03 Radha RamachandranFix race condition when using asynch verify
2009-10-27 Radha RamachandranSupport > 4 byte verify write patterns
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-09 Jens AxboeAdd Linus' optimized sha1 hash for checksum
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-27 Radha RamachandranVerify pattern & header meta data
2009-07-06 Jens AxboePrint error on thread init failure
2009-07-06 Jens AxboeCode indentation fix
2009-07-06 Jens AxboeMake async IO verify offload handle errors properly
2009-07-06 Jens AxboeImprove async verify offload efficiency
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-06-03 Jens AxboeCleanup verify headers
2009-06-03 Jens AxboeClean up file flags
2009-05-19 Jens AxboeReturn EILSEQ on verify errors instead of EIO
2008-08-04 Jens AxboeAdd intel hardware assisted crc32c support
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens AxboeMake it work on opensolaris
2008-03-06 Jens AxboeStyle fixups
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
next