summaryrefslogtreecommitdiff
path: root/io_u.c
AgeCommit message (Expand)Author
2007-04-25Fix read_iologJens Axboe
2007-04-17Reduntant write bit checksJens Axboe
2007-04-16Fix problem with f->last_completed_pos not being correct on requeuesJens Axboe
2007-04-02Move os/arch/compiler headers into directoriesJens Axboe
2007-03-29Fix loop with multiple filesJens Axboe
2007-03-28Fix short IO handling for verifies as wellJens Axboe
2007-03-28Handle short read at the end of fileJens Axboe
2007-03-28Fix infinite loop in get_next_file_rr()Jens Axboe
2007-03-27Better check for not doing a file twiceJens Axboe
2007-03-27Fix bug with not noticing end of fileJens Axboe
2007-03-27Revamp the file creation codeJens Axboe
2007-03-27Include syncs in the stored io logJens Axboe
2007-03-27Remove !td->o.read_io_log test that is always trueJens Axboe
2007-03-27Only call into log_io_piece() when verify is setJens Axboe
2007-03-26Add 'null' verify optionJens Axboe
2007-03-23Cleanup get_next_offset()Jens Axboe
2007-03-22Improve mixed random append optionJens Axboe
2007-03-22Add support for mixing a random IO workload a bitJens Axboe
2007-03-22Avoid "ts" going out of scope.Davide Libenzi
2007-03-21Improve data direction runtime loggingJens Axboe
2007-03-21Improve rwmix statesJens Axboe
2007-03-16Improve rwmix buffered splitJens Axboe
2007-03-15Compile error with FIO_USE_TIMEOUT definedJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-14Fix for bs shrinkageJens Axboe
2007-03-14When opening a new file, check file limit not total numberJens Axboe
2007-03-13Fix double io_u free in error pathJens Axboe
2007-03-13Obscure file randommap fixJens Axboe
2007-03-13Improve handling of nr_files != open_filesJens Axboe
2007-03-13Add file reference countingJens Axboe
2007-03-13Turn file ->open and ->unlink into flagsJens Axboe
2007-03-12Show IOPS as well as bw numbersJens Axboe
2007-03-12Add nr parameter to file_service_typeJens Axboe
2007-03-08Get rid of reopen_files()Jens Axboe
2007-03-08Add ->open to struct fio_fileJens Axboe
2007-03-08get_next_offset() number of loops changeJens Axboe
2007-03-08file_service_type=random fixJens Axboe
2007-03-08Revamp file open/close handlingJens Axboe
2007-03-06Add group reportingJens Axboe
2007-03-06One step closer to group reportingJens Axboe
2007-03-05Improve error logging and handlingJens Axboe
2007-03-02io_u completion error propagationJens Axboe
2007-03-01Fix for file_service_type=randomJens Axboe
2007-03-01Better management of open filesJens Axboe
2007-03-01Excessive passing around of struct fio_fileJens Axboe
2007-02-26Move ->commit() call to td_io_getevents()Jens Axboe
2007-02-24Requeue io_u flags fixJens Axboe
2007-02-23Move completion handler into the io_uJens Axboe
2007-02-23Streamline thread_data data direction setting and checkingJens Axboe
2007-02-23Add option to select how to service multiple filesJens Axboe