summaryrefslogtreecommitdiff
path: root/fio.h
AgeCommit message (Expand)Author
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-06-02Add Solaris native aio engineJens Axboe
2008-05-31ffz() takes ints, so change the file_map to being int basedJens Axboe
2008-05-30Seperate status timer setup from disk util timerJens Axboe
2008-05-30Make it work on opensolarisJens 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-05-15Fix bad interaction with file open/close and queuingJens Axboe
2008-05-15Improve iodepth loggingJens Axboe
2008-05-14Allow marking of queue depth for more than 1 io_u at the timeJens Axboe
2008-04-24Kill unused parametersJens Axboe
2008-04-07Base the rwmix switch algorithm on io issuesJens Axboe
2008-04-06Improve eta calculation and display for complex jobsJens Axboe
2008-03-26Add softrandommap and --alloc-size optionsJens Axboe
2008-03-26Allow randommap allocation to failJens Axboe
2008-03-10Extend ipo file action capabilitiesJens Axboe
2008-03-07blktrace improvements and fixupsJens Axboe
2008-03-06for_each_file() fixJens Axboe
2008-03-06Multiple file handling fixesJens Axboe
2008-03-04Revamp file lockingJens Axboe
2008-03-01Add the file sharing bitsJens Axboe
2008-03-01Missed fio.h update for filehash, oopsJens Axboe
2008-03-01Add file locking hooksJens Axboe
2008-03-01Remove the file->last_completed_pos variableJens Axboe
2008-03-01Make file structures dynamically allocatedJens Axboe
2008-03-01Update close file handler to return potential errorJens Axboe
2008-03-01Add close_files() that closes all filesJens Axboe
2008-02-27Confusion between mutex and semaphore namingJens Axboe
2008-02-27Add --debug=parse for option parsing debugJens Axboe
2008-02-21Remove dead FIO_FILE_EXISTS flagJens Axboe
2008-02-21Remove dead FIO_FILE_NOSORT flagJens Axboe
2008-02-19More random fixesJens Axboe
2008-02-19Fix TO_MAP_BLOCK() taking offset into account twiceJens Axboe
2008-02-18Add FIO_SIGQUIT engine optionJens Axboe
2008-02-18Add --section command line optionJens Axboe
2008-02-01Merge branch 'master' of ssh://git.kernel.dk/data/git/fioJens Axboe
2008-02-01A few debug debug log fixesJens Axboe
2008-02-01Add option for not including the tracing stuffJens 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-01-16Revert "Remove verify_pattern option, replace with verify=pattern:x"Shawn Lewis
2008-01-11Add fill_device optionShawn Lewis
2007-12-14Overflow bugs in random mapJens Axboe
2007-12-14Add support for 'bssplit' option, fine grained block size contrlJens Axboe
2007-12-11Change io engine versionJens Axboe
2007-12-11->getevents() should take unsigned argsJens Axboe
2007-12-10syslet: update to -v7 as posted by ZachJens Axboe
2007-11-21fix utime_since overflowShawn Lewis
2007-11-08Seperate ioprio value from settingJens Axboe