Add an option "cgroup_nodelete" to not delete cgroups after job completion
[fio.git] / verify.c
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
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