summaryrefslogtreecommitdiff
path: root/fio.c
AgeCommit message (Expand)Author
2015-03-06Set genesis time when running only network clientsJens Axboe
2013-01-31Merge branch 'master' into gfioJens Axboe
2013-01-29smalloc: alloc failure cleanupsJens Axboe
2013-01-24Merge branch 'master' into gfioJens Axboe
2013-01-23configure: add endian checkJens Axboe
2013-01-10Add configure scriptJens Axboe
2012-12-11Merge branch 'master' into gfioJens Axboe
2012-12-09Add check for invariant TSC on x86 and use TSC is default clock if reliableJens Axboe
2012-04-03Fix address truncation on WindowsBruce Cran
2012-03-08Separate the act of adding and starting a jobJens Axboe
2012-02-24Move init code info libfio.cJens Axboe
2012-02-24fio: factor out fio initialization codeStephen M. Cameron
2012-02-24fio: factor out endian_checkStephen M. Cameron
2012-02-24fio: make client operations pluggableStephen M. Cameron
2012-02-15Fixup includesJens Axboe
2012-02-15Fix build issue for non-cgroup supportJens Axboe
2012-02-09Move variables to backend, fix up line spacesJens Axboe
2012-02-09Move some code around to better separate front/backendJens Axboe
2012-02-09Move gtod thread to gettime.cJens Axboe
2012-01-31fix early termination of runs caused by ramp_time > runtimeSteven Noonan
2011-12-01Add log_avg_msec optionJens Axboe
2011-11-22Fix initialization of lastrate when using rateminJosh Carter
2011-11-17Expand continue_on_error to select which type of error to allowSteven Lang
2011-10-22Fix io_u->buf calculation overflowJens Axboe
2011-10-18Turn old debug printf() into a proper log_err()Jens Axboe
2011-10-18Fix printf() being used instead of log_info()Bruce Cran
2011-10-16client/server: send back nr_jobs and error exit codeJens Axboe
2011-10-14Memory leak fixesJens Axboe
2011-10-13client/server: add support for passing disk_util structuresJens Axboe
2011-10-11server: error handling fixesJens Axboe
2011-10-09client/server: request ETA instead of having the server send it automaticallyJens Axboe
2011-10-07Pass arch/os in probeJens Axboe
2011-10-07Poll server idle loop any time the main status thread sleepsJens Axboe
2011-10-05Add support for write_iops_logJens Axboe
2011-10-05Endian sanity checkJens Axboe
2011-10-04server: idle loop supportJens Axboe
2011-10-03server: attempt to handle client ctrl-cJens Axboe
2011-10-03server: add ETA as a specific commandJens Axboe
2011-10-03Move getrusage() out of thread_statJens Axboe
2011-10-03Move stat_io_bytes/time to thread_dataJens Axboe
2011-10-03server: start conversion of data structures to network friendly typesJens Axboe
2011-10-01client: continue support for multiple connectionsJens Axboe
2011-09-30Start of functional clientJens Axboe
2011-09-29Use poll() for connect loopJens Axboe
2011-09-29Hide things not appropriate behind is_backendJens Axboe
2011-09-29Start of client/serverJens Axboe
2011-09-08Fix disk utilization for delayed jobsJens Axboe
2011-08-31Ensure that buffer contents are random across jobs as wellJens Axboe
2011-08-25Make SH port work for packagers that don't differentiate between SH4 and SH4AJens Axboe
2011-07-23Respect iodepth_batch_complete=0 in main loopDan Ehrenberg