summaryrefslogtreecommitdiff
path: root/fio.c
AgeCommit message (Expand)Author
2007-04-18Revert "We do need to send a SIGQUIT to a process/thread, even if it is running"Jens Axboe
2007-04-18Have the job set ->terminate when runtime is exceededJens Axboe
2007-04-17Add time_based optionJens Axboe
2007-04-17Replace random constant with the symbolic name (GR prime)Jens Axboe
2007-04-17Add zero_buffers optionJens Axboe
2007-04-17Reduntant write bit checksJens Axboe
2007-04-17We do need to send a SIGQUIT to a process/thread, even if it is runningJens Axboe
2007-04-17Log and dump short iosJens Axboe
2007-04-16Fix problem with f->last_completed_pos not being correct on requeuesJens Axboe
2007-04-16Warn more gently if the kernel is too old for io scheduler switchingJens Axboe
2007-04-11Fix bug with stonewall option causing segfaultgurudas pai
2007-04-04Let parse_options() decide on when parsing failedJens Axboe
2007-04-02Move os/arch/compiler headers into directoriesJens 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-27Revamp the file creation codeJens Axboe
2007-03-27Avoid using the rbtree if we don't have toJens Axboe
2007-03-27Fix problems with rb codeJens Axboe
2007-03-26Fix io piece logging to not have O(n) runtimeJens Axboe
2007-03-23Free/alloc every FIO_OPT_STR_STORE stringJens Axboe
2007-03-21Improve data direction runtime loggingJens Axboe
2007-03-21Catch too large memory allocations that cause size_t to wrapJens Axboe
2007-03-20Sometimes we allocated too little memory for buffersJens Axboe
2007-03-20Always make sure buffer sizes are aligned for allocationJens Axboe
2007-03-15Untangle the file creation messJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-15Support for setting rated based on IOPSJens Axboe
2007-03-15Use log_info() throughoutJens Axboe
2007-03-15Add 'filesize' optionJens Axboe
2007-03-14mmap engine: make sure that page unaligned syncs workJens Axboe
2007-03-13Check for open files on io operationsJens Axboe
2007-03-13Allow explicit setting of a number of filesJens Axboe
2007-03-12Note process vs thread in outputJens Axboe
2007-03-12OOM fixesJens Axboe
2007-03-12Quit on thread creation failureJens Axboe
2007-03-12If residual count == full count, fail the ioJens Axboe
2007-03-12Clear ->rate_bytes on do_io() loopJens Axboe
2007-03-09Turn the CPU burner into a real io engineJens Axboe
2007-03-09Remove ->mutex after last use, not on job exitJens Axboe
2007-03-08Add a real semaphore implemtationJens Axboe
2007-03-08Get rid of reopen_files()Jens 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-05Don't kill() running threadsJens Axboe
2007-03-05Cleanup requeue handlingJens Axboe
2007-03-05Forced kill is not used anymore.Jens Axboe
2007-03-05Gently prod children with a SIGQUIT on terminateJens Axboe
2007-03-05Improve error logging and handlingJens Axboe
2007-03-02Spelling fixesJens Axboe