summaryrefslogtreecommitdiff
path: root/backend.c
AgeCommit message (Expand)Author
2017-05-19Update to fio-2.20.Elliott Hughes
2015-03-06Make 'loops' honor full write+verify loopsJens Axboe
2015-03-06Allow random overwrite workloads to write io_limitJustin Eno
2015-03-06verify: Fix latency log for verify commands.Gwendal Grignou
2015-03-06Fix for verify_only (do_dry_run()) broken by 74d6277fJustin Eno
2015-03-06Improve precision of the io_limit settingJens Axboe
2015-03-06Fix disk utils being updated too oftenJens Axboe
2015-03-06backend: use monotonic clock for ETA, if we have itJens Axboe
2015-03-06backend: fix off-by-one in nsec calculationJens Axboe
2015-03-06backend: fix should_check_rate() typo in wait_for_completions()Jens Axboe
2015-03-06backend: abstract out waiting for completionsJens Axboe
2015-03-06Use fio_option_is_set() for ioprio settingJens Axboe
2015-03-06Get rid of _set variablesJens Axboe
2015-03-06trigger: always send trigger, not just when remote command is setJens Axboe
2015-03-06client: defer local trigger execute until after state is receivedJens Axboe
2015-03-06trigger: enable separate remote and local triggerJens Axboe
2015-03-06Add support for verify triggers and verify state savingJens Axboe
2015-03-06Fix crash on threads being reaped before they are createdJens Axboe
2015-03-06Fix for a race when fio prints I/O statistics periodicallyVasily Tarasov
2015-03-06Make fio -Wshadow cleanJens Axboe
2015-03-06Get rid of __ prefix for internal frand stateJens Axboe
2015-03-06diskutil: get rid of disk_util_start_exit()Jens Axboe
2015-03-06Consolidate disk util, eta, and status check threadJens Axboe
2015-03-06stat: avoid hang with race in stat thread exit and rusage updateJens Axboe
2015-03-06Start and stop status interval (or file) thread separatelyJens Axboe
2015-03-06backend: remove debug du thread exit noticeJens Axboe
2015-03-06Get rid of (now unused) disk_util_mutexJens Axboe
2015-03-06Fix exit being slowed by disk util stat timeJens Axboe
2015-03-06backend: use log_info_flush(), not fflush()Jens Axboe
2015-03-06Don't grab stat mutex for final stat outputJens Axboe
2015-03-06Fix cases where td->terminate is set, but terminate clock not markedJens Axboe
2015-03-06Allow threads 60 seconds to exit before being forcefulJens Axboe
2015-03-06Move tp.[ch] to lib/Jens Axboe
2015-03-06Add support for runtime log compressionJens Axboe
2015-03-06log: fix use-after-freeJens Axboe
2015-03-06Cleanup loggingJens Axboe
2015-03-06Add option for including byte offset for each log entryJens Axboe
2015-03-06Add support for compiling for ESXJens Axboe
2015-03-06Fix regression introduced by commit 334185eJens Axboe
2014-05-06verify: fix verification of uncompleted or errored iosJens Axboe
2014-05-01Avoid buildenv conditional in thread_option structDaniel Gollub
2014-04-28Add option for io_limitJens Axboe
2014-04-15backend: fix potential division-by-zeroJens Axboe
2014-04-14backend: better NULL termination fix for IO scheduler switchingJens Axboe
2014-04-14backend: fix potential divide-by-zeroJens Axboe
2014-04-11Ensure that fread() string is always NULL terminatedJens Axboe
2014-04-02Cleanup the parallellized log writingJens Axboe
2014-04-02iolog: don't serialize the writing of all logsJens Axboe
2014-03-11Add exceeds_number_ios() helperJens Axboe
2014-03-11Try a little harder to honor number_ios more accuratelyJens Axboe