summaryrefslogtreecommitdiff
path: root/verify.c
AgeCommit message (Expand)Author
2008-08-04Add intel hardware assisted crc32c supportJens Axboe
2008-06-11Add crc32c checksumJens Axboe
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-03-06Style fixupsJens Axboe
2008-02-01Add blktrace and verify debug tracingJens Axboe
2008-01-16Revert "Remove verify_pattern option, replace with verify=pattern:x"Shawn Lewis
2007-09-06Verify handlers should return Exxx error, not just 1Jens Axboe
2007-08-23Style fixupJens Axboe
2007-08-10Remove verify_pattern option, replace with verify=pattern:xJens Axboe
2007-08-09Add verify_fatal optionJens Axboe
2007-08-09Improve verify pattern failure loggingJens Axboe
2007-08-02Verify the pattern we've writtenShawn Lewis
2007-08-02[PATCH] Fix memswp. Its scratch space was too smallShawn Lewis
2007-08-02[PATCH] Add verify_meta verification typeShawn Lewis
2007-07-30Move checksumming files to seperate directoryJens Axboe
2007-07-30Seperate verify_header from the checksum typeJens Axboe
2007-07-30Prepare for splitting the verify_header from the checksum headerJens Axboe
2007-07-30Add sha256 and sha512 checksumsJens Axboe
2007-07-30Properly initialize md5 hash seedJens Axboe
2007-07-30Add verify_pattern optionJens Axboe
2007-07-30Rename header_offset and header_interval optionsJens Axboe
2007-07-29Fix bug in md5 calculationJens Axboe
2007-07-29Fix md5 verifyJens Axboe
2007-07-28Abstract out the data offset calculationJens Axboe
2007-07-28Cleanup verify pointer castingJens Axboe
2007-07-28[PATCH] Offset verification header by a user-specified distanceShawn Lewis
2007-07-28[PATCH] Allow verification to be done at finer granularityShawn Lewis
2007-07-27Add sample crc64 checksumJens Axboe
2007-07-27Speed up md5 hash filling/verifying by 20%Jens Axboe
2007-07-27Clean up verify_io_u()Jens Axboe
2007-07-27Speed up verify fillJens Axboe
2007-07-27Type in crc16 verify failureJens Axboe
2007-07-27Add crc7 verify typeJens Axboe
2007-07-27Add crc16 verify typeJens Axboe
2007-07-27[PATCH] Only verify_io_u on readsShawn Lewis
2007-07-26Fix verify random bytes fillingJens Axboe
2007-05-22IO verification needs to open and grab a reference to a fileJens Axboe
2007-04-02Move os/arch/compiler headers into directoriesJens Axboe
2007-03-27Avoid using the rbtree if we don't have toJens Axboe
2007-03-26No need to fill random bytes for VERIFY_NULLJens Axboe
2007-03-26Add 'null' verify optionJens Axboe
2007-03-26Fix io piece logging to not have O(n) runtimeJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-15Use log_info() throughoutJens Axboe
2007-03-12Return EIO for verification failureJens Axboe
2007-02-19Verify requeue handlingJens Axboe
2007-02-18Fully parallellize io_u verificationJens Axboe
2007-02-18Change IO engine queuingJens Axboe
2007-02-14[PATCH] First cut syslet async io supportJens Axboe