Clarify spread/lambda of poisson
[fio.git] / backend.c
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...
2014-07-09 Jens AxboeAllow threads 60 seconds to exit before being forceful
2014-07-03 Jens AxboeMove tp.[ch] to lib/
2014-07-03 Jens AxboeAdd support for runtime log compression
2014-07-02 Jens Axboelog: fix use-after-free
2014-07-01 Jens AxboeCleanup logging
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-18 Jens AxboeAdd support for compiling for ESX
2014-06-09 Jens AxboeFix regression introduced by commit 334185e
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-05-07 Jens Axboeverify: fix verification of uncompleted or errored ios
2014-05-01 Daniel GollubAvoid buildenv conditional in thread_option struct
2014-04-28 Jens AxboeAdd option for io_limit
2014-04-15 Jens Axboebackend: fix potential division-by-zero
2014-04-14 Jens Axboebackend: better NULL termination fix for IO scheduler...
2014-04-14 Jens Axboebackend: fix potential divide-by-zero
2014-04-11 Jens AxboeEnsure that fread() string is always NULL terminated
2014-04-03 Jens AxboeCleanup the parallellized log writing
2014-04-02 Jens Axboeiolog: don't serialize the writing of all logs
2014-03-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-12 Jens AxboeAdd exceeds_number_ios() helper
2014-03-11 Jens AxboeTry a little harder to honor number_ios more accurately
2014-03-03 Puthikorn VoravootivatFix verify_only option not working properly
2014-02-28 Jens AxboeFix off-by-one bug in CPU split mask handling
2014-02-27 Jens AxboeAdd support for cpus_allowed_policy
2014-02-21 Jens AxboeUnify the time handling
2014-02-20 Peter Oberparleiterfio: flush log files on test end
2014-02-20 Christian Ehrhardtfio: allow milliseconds on all time specifiers
2014-02-11 Jens AxboeFix issue with openfiles= and file sizing
2014-02-10 Jens AxboeFix issue with td->mutex being used-after-free
2014-02-06 Jens Axboeverify: always log IO in the order they are issued
2014-02-05 Jens AxboeMore precise fix for verify_backlog verification failure
2014-02-05 Puthikorn VoravootivatFix verify_backlog start verification before finish...
2014-02-05 Jens AxboeFix for prematurely stopping on verify
next