summaryrefslogtreecommitdiff
path: root/fio.c
AgeCommit message (Expand)Author
2008-09-11Update ramp_timeJens Axboe
2008-09-10Add ramp_time optionJens Axboe
2008-08-04Add SIGILL signal handlerJens Axboe
2008-06-05Add iodepth_batch_complete controlJens Axboe
2008-06-02Remove comment wrt sigaction() usage, it's deprecatedJens Axboe
2008-06-02Not all platforms have ENODATAJens Axboe
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-05-31Add sparc and sparc64 supportJens Axboe
2008-05-30Seperate status timer setup from disk util timerJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-05-26Fix out-of-band deref of (potentially) gone threads structureJens Axboe
2008-05-23Add job number specific dumping and fix atexit() errorJens Axboe
2008-05-22Add logging for queue submit and complet countsJens Axboe
2008-05-21Add option for refilling IO buffers on each submitJens Axboe
2008-04-06Improve eta calculation and display for complex jobsJens Axboe
2008-03-19Only decrement pending in reap_threads() if the reaped job was pendingJens Axboe
2008-03-10Use pthread_detach() instead of calling pthread_join() laterJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-06Update to verify state settingJens Axboe
2008-03-06Indicate 'V' verify state alwaysJens Axboe
2008-03-01Remember to init and exit the smalloc allocatorJens Axboe
2008-03-01Jobs must always open their own filesJens Axboe
2008-03-01Remove the file->last_completed_pos variableJens Axboe
2008-03-01Add close_files() that closes all filesJens Axboe
2008-03-01Fix potential crash in terminate_threads()Jens Axboe
2008-02-27Confusion between mutex and semaphore namingJens Axboe
2008-02-20account for delayed jobs when reaping threadsAaron Carroll
2008-02-18Add FIO_SIGQUIT engine optionJens Axboe
2008-02-04Don't allow FIO_SYNCIO io engine flag to override queue depthJens Axboe
2008-02-01Add blktrace and verify debug tracingJens Axboe
2008-02-01A bunch of fixesJens Axboe
2008-02-01Add --debug for enabling internal dumps on various actionsJens Axboe
2008-02-01Stop job if it fails to do any IO for a new invocationJens Axboe
2008-01-11Add fill_device optionShawn Lewis
2007-11-21fix utime_since overflowShawn Lewis
2007-11-08Seperate ioprio value from settingJens Axboe
2007-10-25More cpu engine fixesJens Axboe
2007-10-25Fixes for CPU burn engineJens Axboe
2007-08-02[PATCH] Add do_verify optionShawn Lewis
2007-07-26IO verification improvementsJens Axboe
2007-07-26[PATCH] empty resultljzhang,Yaxin Hu,Jianchao Tang
2007-07-23Add ->done variable to force exit when we know we are doneJens Axboe
2007-07-23Add version 2 of the iolog formatJens Axboe
2007-07-20Fix disk zone test caseJens Axboe
2007-07-20Don't align memory unless using raw ioJens Axboe
2007-07-19malloc memory still needs to be aligned, if we are doing direct IOJens Axboe
2007-07-19Fix bad alignment in buffer size allocationJens Axboe
2007-05-24Tweak meaning of size optionJens Axboe
2007-05-23Fix bug with time_based runJens Axboe
2007-05-22Fix cpumask setting/getting on older kernelsJens Axboe