allow a percent value for the offset parameter
[fio.git] / backend.c
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-08 Tomohiro Kusumidump_td_info() doesn't really need to be a function
2017-04-08 Tomohiro KusumiDon't silently terminate td when no I/O performed due...
2017-04-08 Jens Axboebackend: include data direction in debug poisson rate...
2017-04-07 Jens AxboeSplit poisson rate control into read/write/trim
2017-04-03 Jens Axboebackend: move freeing of td->mutex to main thread
2017-03-13 Tomohiro KusumiMake check_mount_writes() test appropriate device types
2017-03-10 Tomohiro KusumiDrop redundant td_rw(td) tests
2017-02-20 Tomohiro KusumiRename thread_options' ->io_limit to io_size
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-23 Tomohiro KusumiRemove/Move Linux specific sysfs_root field from thread...
2017-01-23 Tomohiro KusumiFix wrong comment on exit condition of threads/processes
2017-01-23 Tomohiro KusumiDefine pointer alignment macro in fio.h
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-19 Tomohiro KusumiRename FIO_TYPE_BD to FIO_TYPE_BLOCK
2017-01-03 Tomohiro KusumiAdd missing trailing \n in log_err/info()
2017-01-03 Robert ElliottClean up unit prefixes for binary multiples in comments...
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-02 Jens Axboelog: fix for crash with rate IO and logging
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-11-01 Jens AxboeMerge branch 'HOWTO-cleanup' of https://github.com...
2016-10-28 Jens Axboebackend: cleanup check for completion/issue byte checking
2016-10-25 Bruce CranUse the POSIX `EDEADLK` instead of the Linux `EDEADLOCK`
2016-10-24 Jens Axboebackend: end IO loop early, if the job is marked as...
2016-10-23 Theodore Ts'obackend: if we can't grab stat_mutex, report a deadlock...
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Jens Axboebackend: check if we need to update rusage stats, if...
2016-08-18 Jens AxboeMerge branch 'epoch' of https://github.com/cronburg/fio
2016-08-18 Karl CronburgOption for changing log files to use Unix epoch instead...
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Vincent FuSteady state detection: enhance reporting of results...
2016-08-15 Vincent FuAllow fio to terminate jobs when steady state is attained
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-08-08 Tomohiro KusumiCheck if sysfs ioscheduler entry is "none"
2016-08-08 mrturtledevAdd 'unlink_each_loop' option
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-08-01 Jens Axboebackend: do_verify() cleanup
2016-07-29 Jens Axboebackend: do_dry_run(): get_io_u() can return an error...
2016-07-29 Tomohiro KusumiMake switch_ioscheduler() return 0 if FIO_HAVE_IOSCHED_...
2016-07-26 Jens AxboeRevert "Revert "fio: Simplify forking of processes""
2016-07-13 Jens AxboeMerge branch 'fix_verify' of https://github.com/charles...
2016-07-13 Charlie Jacobsenverify: Reset verify_state before verification phase.
2016-07-11 Jens Axboeiolog: flush_log() can be bool
2016-06-12 Jens AxboeRevert "fio: Simplify forking of processes"
2016-05-25 Jens Axboemutex: abstract out cond/lock pshared init
2016-05-25 Jan KaraFix occasional hangs on mutexes
2016-05-25 Jan Karafio: Simplify forking of processes
2016-05-25 Jens Axboebackend: regrow logs for sync IO engines as well
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-20 Jens Axboeiolog: regrow log out-of-line
2016-05-19 Jens Axboebackend: move iolog compression init before CPU affinit...
2016-05-19 Jens Axboebackend: dump state of stuck thread
2016-05-19 Jens Axboebackend: mark the thread as finishing, when we are...
2016-05-19 Jens Axboebackend: only do forceful timeout exit if the job isn...
2016-05-06 Jens Axboehelper_thread: split into separate file
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-06 Jens AxboeImprove logging accuracy
2016-04-13 Jens AxboeFix verify state for multiple files
2016-03-24 Jens Axboebackend: ensure that we run verification for short...
2016-03-05 Jens AxboeFix double free of td zone state index
2016-02-25 Jens Axboebackend: ensure that fio_io_sync() commits IN on queued...
2016-02-03 Eric Whitneyfio: fix ignore_error regression
2016-01-14 Jens AxboeFix issue with termination before io_size has been...
2015-12-22 Jens Axboebackend: continue on failed wait_for() check, not break
2015-12-22 Andrey KuzminAdd support for waiting for other jobs by name
2015-12-21 Jens Axboebackend: only terminate multiple loops if we did no IO
2015-12-19 Jens Axboebackend: count iterative bytes for progress
2015-12-15 Jens AxboeMerge branch 'server'
2015-12-11 Jens AxboeFixup and improve per-thread data
2015-12-10 Jens AxboeAdd backend related data
2015-12-10 Jens Axboemutex: fixup fio_mutex_down_timeout()
2015-12-10 Jens AxboeAdd exitall_on_error option
2015-12-09 Jens Axboebackend: terminate loop if we didn't do IO
2015-12-08 Jens Axboerate-submit: clean up init/exit helpers
2015-12-08 Jens Axboeworkqueue: ensure that workqueue_enqueue() can't fail
2015-12-08 Jens Axboeiolog: replace tp usage with workqueue
2015-12-08 Jens Axboebackend: move rated submit code to its own file
2015-12-08 Jens Axboeworkqueue: move last bits of end accounting to caller
2015-12-08 Jens Axboeworkqueue: move private accounting to caller
2015-12-08 Jens Axboeworkqueue: move private exit code to caller
2015-12-08 Jens Axboeworkqueue: move init worker private code to the caller
2015-12-08 Jens Axboeworkqueue: move 'td' private data to the workqueue...
2015-12-08 Jens Axboeworkqueue: remove knowledge of td queue state
2015-12-08 Jens Axboeworkqueue: add a workqueue_work type
2015-12-08 Jens Axboeworkqueue: don't use ioengine return codes
2015-12-08 Jens Axboeworkqueue: remove knowledge of io issue (and others...
2015-12-04 Jens Axboeworkqueue: properly account ->cur_depth
2015-12-01 Jens AxboeAdd 'bool' type
2015-12-01 Jens AxboeMove memalign to lib/
2015-11-30 Andrey Kuzminio_size vs. time_based discrepancy
2015-11-23 Jens AxboeA few min/max cleanups
2015-11-09 Jens AxboeRename rate_poisson to rate_process
2015-11-09 Jens AxboeAdd poisson rate selection to FD_RATE output
2015-11-09 Jens AxboeFixups for poisson rate
next