summaryrefslogtreecommitdiff
path: root/io_u.c
AgeCommit message (Expand)Author
2010-03-09Initial suppor for sync_file_range()Jens Axboe
2010-03-08Make profile io op overrides a dedicated structureJens Axboe
2010-03-05Allow profiles to override internal io_u functionsJens Axboe
2009-12-09Fix rate option with iodepth > 1Radha Ramachandran
2009-11-04Fix race on io_u->flagsJens Axboe
2009-11-03Fix race condition when using asynch verifyRadha Ramachandran
2009-09-11Silence the style/whitespace policeJens Axboe
2009-07-10Fix broken completion latency numbersJens Axboe
2009-07-06Add support for async IO verification offloadJens Axboe
2009-07-01Add support for the iomem_align optionJens Axboe
2009-06-16Add support for fdatasync()Jens Axboe
2009-06-15Add a 'continue_on_error' option to fioRadha Ramachandran
2009-06-11Yet another rate fixupJens Axboe
2009-06-11Improve rate limitingJens Axboe
2009-06-10Fix slat numbersJens Axboe
2009-06-09Bad indentJens Axboe
2009-06-09Add support for limiting only rate in only one directionJens Axboe
2009-06-03Fix bug with rwmix and multiple loops over the same setJens Axboe
2009-06-03Cleanup verify headersJens Axboe
2009-06-03Clean up file flagsJens Axboe
2009-05-22Remove io_u->endposJens Axboe
2009-05-20Clear f on error get_next_file_rr()Jens Axboe
2009-05-18Include transfer size in the clat/slat measurementsJens Axboe
2009-04-28Don't populate random data for verify readsRadha Ramachandran
2009-04-22Fix issue with random offset being off if io_size != real_file_sizeRadha Ramachandran
2009-04-21Add support for different weights for reads and writes with bssplitJens Axboe
2009-04-07Reseed random generator for loop/time based runsJens Axboe
2009-03-11Add blockalign/ba optionJens Axboe
2009-03-04More file setting bug fixesJens Axboe
2009-03-04Fix file open leakJens Axboe
2009-03-04Fix bug with openfilesJens Axboe
2009-03-04Fix bug in file selectionJens Axboe
2009-03-04Add 'sequential' file_service_typeJens Axboe
2008-12-05Fix bogus 'may be used uninitialized' warning from older gcc versionsJens Axboe
2008-11-14Add gtod_reduce optionJens Axboe
2008-10-16Add options for disabling slat/clat/bw measurementsJens Axboe
2008-10-16Kill io_u timeout handlingJens Axboe
2008-09-11Update ramp_timeJens Axboe
2008-09-10Add ramp_time optionJens Axboe
2008-06-13Add uninitialized_var() to silence bogus compiler warningsJens Axboe
2008-06-11Improve bsrange buflen generationsJens Axboe
2008-06-05Add iodepth_batch_complete controlJens Axboe
2008-06-04Add OS agnostic RAND_MAXJens Axboe
2008-06-04Missing time store in rwmix switchJens Axboe
2008-06-02Rename list_* function and file to flist_ to avoid conflict with FreeBSDJens Axboe
2008-06-02Do at least one block if randommap fails usJens Axboe
2008-06-02Inc block in mark_random_map()Jens Axboe
2008-06-02Speedup mark_random_map()Jens Axboe
2008-06-01Readd the arch ffz functionsJens Axboe
2008-05-31ffz() takes ints, so change the file_map to being int basedJens Axboe