summaryrefslogtreecommitdiff
path: root/fio.c
AgeCommit message (Expand)Author
2010-03-31sfree(NULL) is okJens Axboe
2010-03-25Remember to prime the random generatorJens Axboe
2010-03-18Verify log messageJens Axboe
2010-03-05Cleanup profile supportJens Axboe
2010-02-24Use log_info() more consistentlyJens Axboe
2009-12-08Add support for specifying UID/GIDJens Axboe
2009-12-07Autodetect cgroup blkio mount pointJens Axboe
2009-12-04Move cgroup list to proper shared storageJens Axboe
2009-12-04Better support for setting up and removing private cgroupsJens Axboe
2009-12-04Add support for blkio cgroups on LinuxJens Axboe
2009-11-05Don't pass more than the queued IO depth in to getevents()Radha Ramachandran
2009-11-04Wait for async threads before freeing/killing IO buffersJens Axboe
2009-11-03Fixup iolog replay and add 'wait' commandGlen Ogilvie
2009-09-04Don't assume read IO are always verifies if verify is enabledJens Axboe
2009-08-05Add support for reserved keywordsJens Axboe
2009-07-31Fix problem with bw log not working for writesJens Axboe
2009-07-17Get rid of KiB vs KB distinctionJens Axboe
2009-07-06Add support for async IO verification offloadJens Axboe
2009-07-03Fix O_DIRECT memory alignmentJens Axboe
2009-07-02Merge branch 'master' of ssh://router/data/git/fioJens Axboe
2009-07-02Fix issue with fill_device=1 and continue_on_errorRadha Ramachandran
2009-07-01Add code to detect a task that exited prior to up'ing the startup mutexJens Axboe
2009-07-01Add support for the iomem_align optionJens Axboe
2009-06-16Alter the order of checking time exceeded vs getting an io_uRadha Ramachandran
2009-06-15Fix typo on continue_on_error patchJens Axboe
2009-06-15Add a 'continue_on_error' option to fioRadha Ramachandran
2009-06-10File close fixesJens Axboe
2009-06-10Fix bad min rate checkJens Axboe
2009-06-09Fix problem with too many opened filesJens Axboe
2009-06-09Missed int to pointer conversion check for ->rateminJens 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-03Split off diskutil includeJens Axboe
2009-06-03Cleanup verify headersJens Axboe
2009-06-03Clean up file flagsJens Axboe
2009-05-20Make sure that exec_prerun/postrun work for shell commandsJens Axboe
2009-05-20Add pre_read optionZhang, Yanmin
2009-05-18Fix garbling of clat/slat logs if a shared log file is usedFabio Checconi
2009-04-30Merge branch 'master' of ssh://brick.kernel.dk/data/git/fioJens Axboe
2009-04-29Align io units to processor cache line sizeJens Axboe
2009-04-29Fix name of the slat log fileRadha Ramachandran
2009-04-07Reseed random generator for loop/time based runsJens Axboe
2009-03-05Avoid opening files until they are usedJens Axboe
2009-01-19Fix broken rate checkJens Axboe
2009-01-05Some more pthread_* call mishandled errorsJens Axboe
2009-01-05Add --debug=mutexJens Axboe
2008-12-12CPU set creation and destruction can fail on some platformsJens Axboe
2008-12-12Add a cpuset exit functionJens Axboe
2008-12-10__usec_sleep() really just spins, rename itJens Axboe
2008-12-09Long line style fix + commentJens Axboe