Allow fio to terminate jobs when steady state is attained
[fio.git] / fio.h
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 Axboefio: move thread_options
2016-08-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-06 Karl CronburgThis commit / feature adds completion latency histogram...
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
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-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-20 Jens Axboeiolog: regrow log out-of-line
2016-05-17 Jens AxboeAdd support for non-uniformly random file service type
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-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2015-12-29 Jens AxboeFix included getopt locations
2015-12-22 Andrey KuzminAdd support for waiting for other jobs by name
2015-12-15 Jens AxboeFirst stab at adding job options to json output
2015-12-15 Jens AxboeRework 'dump_cmdline'
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-08 Jens Axboeiolog: replace tp usage with workqueue
2015-12-08 Jens Axboebackend: move rated submit code to its own file
2015-11-16 Jens AxboeFix group_id != groupid mixup
2015-11-09 Jens AxboeRename rate_poisson to rate_process
2015-11-09 Jens AxboeFixups for poisson rate
2015-11-09 Song LiuEnable request flow under Poisson process
2015-11-06 Vincent FuAdd latency bin output to the json output format
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 AxboeEnable the use of multiple output formats
2015-10-25 Jens AxboeAdd support for multiple output formats
2015-10-20 Jens Axboeclient: remove duplicated code
2015-09-04 Roman Penadd FIELD_SIZE macro to calculate the size of the speci...
2015-08-20 Jens AxboeAdd --aux-path support
2015-08-10 DaveGlenImplement new Rate Control
2015-07-27 Jens Axboelibfio: add runstate names
2015-07-10 Logan GunthorpeRDMA engine server mode flow fix ups.
2015-07-10 Jens AxboeMake td flags be shifts
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-07 Jens AxboeFix keyword replacement leaks
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Jens AxboeMerge branch 'multiclnt-sharedfs-try3' of git://github...
2015-05-06 Jens AxboeAdd support for options being a power-of-2
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-04-15 Jens AxboeAdd ->bytes_done[] to struct thread_data
2015-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-04-08 Jens AxboeAdd support for normal/gaussian random distributions
2015-02-24 Jens AxboeMake 'loops' honor full write+verify loops
2015-01-16 Jens AxboeImprove precision of the io_limit setting
2015-01-04 Jens Axboecleanup: add defines for default pareto or zipf values
2014-11-21 Jens Axboeiolog: account for wasted time in ipo stall
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-06 Jens AxboeGet rid of __ prefix for internal frand state
2014-11-06 Jens AxboeRemove use of OS provided random functions
2014-10-24 Jens AxboeConsolidate disk util, eta, and status check thread
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify 'td' in a few functions
2014-09-22 Jens AxboeBasic support for dedupe
2014-07-25 Jiri HorkyAllow reset of offset_increment counter
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 AxboeAdd support for runtime log compression
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-01 Daniel GollubAvoid double-declaration of ARRAY_SIZE
2014-04-30 Daniel GollubRename time.h for third-party include of fio.h
2014-04-15 Jens Axboesg/binject: only restore file flags if they have been set
2014-04-14 Jens AxboeFix is_power_of_2() for longs
2014-04-14 Jens AxboeError check fcntl() calls
2014-04-14 Jens AxboeMake td_verror() use an unsigned type
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens AxboeAdd exit_on_io_done option to the CPU IO engine
2014-04-02 Jens AxboeAdd 'f' (Finishing) flag to status output
2014-03-17 Jens AxboeAdd support for file appends
2014-03-03 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-01 Jens AxboeAdd runstate swap helpers
2014-02-27 Jens AxboeAdd support for cpus_allowed_policy
2014-02-21 Jens AxboeImprove latency_target runs
2014-02-20 Christian Ehrhardtfio: allow to combine terse output with any selected...
2014-02-20 Christian Ehrhardtfio: provide an option for a startdelay range
2014-02-12 Jens Axboeclang: fix warnings with clang build
2014-01-24 Jens Axboeengine: IPv6 net engine updates
2013-12-09 Jens AxboeAdd options to have fio latency profile a device
2013-11-27 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-11-27 Jens Axboeinit: escape description option string
2013-11-21 Jens Axboeblktrace: add support for non-native endian format
2013-09-06 Jens AxboeFix problem with --showcmd and callbacks that verify
2013-07-25 Jens AxboeAdd support for randomness of any IO direction
2013-05-28 Jens AxboeReplace list based free/busy/requeue list with FIFO...
2013-04-26 Jens AxboeAdd support for modifying the randomness of a workload
2013-04-25 Jens AxboeCatch the case where size= is less than the minimum...
next