summaryrefslogtreecommitdiff
path: root/io_u.c
AgeCommit message (Expand)Author
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
2008-01-25Random IO fixesJens Axboe
2007-12-14Add support for 'bssplit' option, fine grained block size contrlJens Axboe
2007-11-21don't log iopiece when do_verify is offShawn Lewis
2007-10-25More cpu engine fixesJens Axboe
2007-09-07splice: update to new vmsplice-to-user interfaceJens Axboe
2007-09-04Add unmap hook that belongs to the IO enginesJens Axboe
2007-07-27[PATCH] Fix fileoffset optionljzhang,Yaxin Hu,Jianchao Tang
2007-07-26[PATCH] non-stop threadljzhang,Yaxin Hu,Jianchao Tang
2007-07-26[PATCH] Random map block coverageljzhang,Yaxin Hu,Jianchao Tang
2007-07-26Fix problem with io_u being beyond EOFJens Axboe
2007-07-23IO log fixesJens Axboe