summaryrefslogtreecommitdiff
path: root/io_u.c
AgeCommit message (Expand)Author
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
2008-05-31Add sparc and sparc64 supportJens Axboe
2008-05-30Add dprint() to io_u requeueJens Axboe
2008-05-28Fix refill buffers overwriting verify dataJens Axboe
2008-05-28Fixup distribution of reads and writes in a mixed workloadJens Axboe
2008-05-23Silence warning on older gcc (bogus)Jens Axboe
2008-05-23Work-around too large block countJens 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-16Silence put_file() complaintJens Axboe
2008-05-15Fix bad interaction with file open/close and queuingJens Axboe
2008-05-15Improve iodepth loggingJens Axboe
2008-05-15Fix off-by-one in last_block()Jens 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-03-26Allow randommap allocation to failJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-04Revamp file lockingJens 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-01When retrieving a requeued IO, don't setup data pointers againJens Axboe
2008-02-19More random fixesJens Axboe
2008-02-18Fix typo in mark_random_map()Jens Axboe
2008-02-18Fix random location generation with offset != 0Jens Axboe
2008-02-05Fix offset retrieval problem for read and write having different bs rangesJens Axboe
2008-02-04Decrement io_issue count when requeuing an io_uJens Axboe
2008-02-04Add debug trace for io_u_queue_complete()Jens Axboe
2008-02-01CPU burn engine fixJens Axboe
2008-02-01A bunch of fixesJens Axboe
2008-01-31Merge branch 'master' of ssh://router/data/git/fioJens Axboe
2008-01-31Fix wrong accouning of zone bytesJens Axboe