summaryrefslogtreecommitdiff
path: root/fio.h
AgeCommit message (Expand)Author
2009-04-07Reseed random generator for loop/time based runsJens Axboe
2009-04-07File reset should clear random map as wellJens Axboe
2009-03-11Add blockalign/ba optionJens Axboe
2009-03-05Avoid opening files until they are usedJens Axboe
2009-03-04Missing fio.h updateJens Axboe
2009-03-04Add create_on_open optionJens Axboe
2009-03-04Add 'sequential' file_service_typeJens Axboe
2008-12-10__usec_sleep() really just spins, rename itJens Axboe
2008-12-08Add gtod_cpu option for pinning gettimeofday() to a single CPUJens Axboe
2008-11-19Add support for giving bw/clat/slat log prefixesJens Axboe
2008-11-14Add gtod_reduce optionJens Axboe
2008-10-16Issue time fixup for guasi/libaioJens Axboe
2008-10-16Add options for disabling slat/clat/bw measurementsJens Axboe
2008-10-16Kill io_u timeout handlingJens Axboe
2008-09-30Add support to display slave device stats for software RAIDs.Shehjar Tikoo
2008-09-11Update ramp_timeJens Axboe
2008-09-10Add ramp_time optionJens Axboe
2008-08-04Add intel hardware assisted crc32c supportJens Axboe
2008-06-11Add crc32c checksumJens Axboe
2008-06-10Add option prioritiesJens Axboe
2008-06-05Add iodepth_batch_complete controlJens Axboe
2008-06-02solarisaio: support signal driven async IOJens Axboe
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