Add crc16 verify type
[fio.git] / verify.c
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