rbd: add clustername option
[fio.git] / backend.c
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
2015-11-09 Song LiuEnable request flow under Poisson process
2015-10-28 Jens AxboeFixup bw/iops logging for short runs
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens Axboeclient/backend: fix incomplete output_format checks
2015-10-20 Jens Axboeclient: remove duplicated code
2015-10-01 Roman PenIntroduce new option: iodepth_batch_complete_max
2015-09-04 Andrey Kuzminbackend: fix comparison of 'ret' pointer
2015-08-20 Jens AxboeAdd --aux-path support
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-18 DaveCorrect handleing of rate_iops_min and ratemin
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-13 Jens AxboeWhitespace fixup
2015-08-10 DaveGlenImplement new Rate Control
2015-07-09 Jens Axboeverify: fix bad 'from_verify' setting in do_io()
2015-06-09 Sam ZaydelDropped commented out part of line.
2015-06-09 Sam ZaydelMerge branch 'master' of github.com:axboe/fio into...
2015-06-09 Sam Zaydelint may be too small for a size_t on some systems.
2015-06-09 Jens Axboebackend: don't add to runtime for fake writes
2015-06-08 Tomohiro KusumiClear sysfs path before reading current ioscheduler...
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-22 Jens AxboeAdd 'allow_mounted_write' option
2015-05-11 Jens AxboeAdd 'per_job_logs' option
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-05-06 Julius RusMake windowsaio match iometer performance. Without...
2015-05-04 Brian FultonFix Runtime, IOPS, bandwidth recorded incorrectly
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-04-15 Jens Axboebackend: split queue io_u event handling into helper
2015-04-15 Jens AxboeAdd ->bytes_done[] to struct thread_data
2015-04-15 Jens AxboeChange writetrim to trimwrite
2015-04-15 Dan EhrenbergAdd new writetrim rw= mode for trims preceding writes
2015-03-23 Jens AxboeAlways update rusage before grabbing stat_mutex
2015-02-24 Jens AxboeMake 'loops' honor full write+verify loops
2015-02-16 Justin EnoAllow random overwrite workloads to write io_limit
2015-02-09 Gwendal Grignouverify: Fix latency log for verify commands.
2015-02-06 Justin EnoFix for verify_only (do_dry_run()) broken by 74d6277f
2015-01-16 Jens AxboeImprove precision of the io_limit setting
2015-01-07 Jens AxboeFix disk utils being updated too often
2014-12-16 Jens Axboebackend: use monotonic clock for ETA, if we have it
2014-12-15 Jens Axboebackend: fix off-by-one in nsec calculation
2014-12-12 Jens Axboebackend: fix should_check_rate() typo in wait_for_compl...
2014-12-12 Jens Axboebackend: abstract out waiting for completions
2014-12-09 Jens AxboeUse fio_option_is_set() for ioprio setting
2014-12-09 Jens AxboeGet rid of _set variables
2014-11-19 Jens Axboetrigger: always send trigger, not just when remote...
2014-11-19 Jens Axboeclient: defer local trigger execute until after state...
2014-11-19 Jens Axboetrigger: enable separate remote and local trigger
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-11-10 Jens AxboeFix crash on threads being reaped before they are created
2014-11-10 Vasily TarasovFix for a race when fio prints I/O statistics periodically
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-11-06 Jens AxboeGet rid of __ prefix for internal frand state
2014-10-24 Jens Axboediskutil: get rid of disk_util_start_exit()
2014-10-24 Jens AxboeConsolidate disk util, eta, and status check thread
2014-10-24 Jens Axboestat: avoid hang with race in stat thread exit and...
2014-10-23 Jens AxboeStart and stop status interval (or file) thread separately
2014-10-23 Jens Axboebackend: remove debug du thread exit notice
2014-10-23 Jens AxboeGet rid of (now unused) disk_util_mutex
2014-10-23 Jens AxboeFix exit being slowed by disk util stat time
2014-10-13 Jens Axboebackend: use log_info_flush(), not fflush()
2014-07-25 Jens AxboeDon't grab stat mutex for final stat output
2014-07-09 Jens AxboeFix cases where td->terminate is set, but terminate...
next