Add check for invariant TSC on x86 and use TSC is default clock if reliable
[fio.git] / fio.h
2012-12-09 Jens AxboeAdd check for invariant TSC on x86 and use TSC is defau...
2012-12-04 Jens AxboeName the various random offsets we use
2012-11-30 Jens AxboeWire up SIGUSR2 to kill blocking threads
2012-11-30 Jens AxboeCache layout improvements
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-26 Jens AxboeAdd LFSR generator
2012-11-22 Jens AxboeKill now unused bitmap defines from legacy code
2012-11-14 Jens Axboeclient/server: fixup "All clients" reporting
2012-11-13 Jens AxboeFix wrong return type on td_error_type()
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-07 Jens AxboeMake the zipf/pareto state per file
2012-11-06 Jens AxboeAdd pareto distribution randomizer
2012-11-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeAdd sample zipf distribution randomizer
2012-11-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-10-24 Jens AxboeAdd max_latency option
2012-10-22 Yufei RenFine-grained job level numa control
2012-09-23 Dmitry Monakhovbackend: Add configurable non fatal error list
2012-09-17 Jens AxboeAdd --output-format command line option
2012-09-14 Shaohua LiAdd support for trim as a workload type
2012-05-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-05-02 Jens AxboeAdd create_only option
2012-04-04 Bruce CranFix address truncation on Windows
2012-04-02 Jens AxboeAdd indication of whether a job got killed
2012-03-15 Dan EhrenbergNew offset_increment option
2012-03-09 Jens AxboeAdd buffer_compress_chunk option
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2012-02-20 Dan EhrenbergToken-based flow control
2012-02-09 Jens AxboeAdd gettime.h
2012-02-09 Jens AxboeMove some code around to better separate front/backend
2012-01-31 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-01-31 Ryan MarchandFix thread hang when using async engines (libaio,etc...
2012-01-31 Steven Noonanimplement zoned random I/O testing support
2011-12-01 Jens AxboeAdd log_avg_msec option
2011-11-17 Steven LangExpand continue_on_error to select which type of error...
2011-11-09 Steven LangPrivate parameters for ioengines
2011-11-09 Steven LangImprove accuracy of rate= option
2011-10-16 Jens Axboeclient/server: send back nr_jobs and error exit code
2011-10-14 Jens AxboeAdd fio version to terse output
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-07 Jens AxboePass arch/os in probe
2011-10-07 Jens AxboeSplit version into separate include fio
2011-10-05 Jens AxboeFio 1.99.1 fio-1.99.1
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-10-05 Jens AxboeFio 1.99 fio-1.99
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens AxboeChange network transmitted doubles to fio_fp64_t IEEE...
2011-10-04 Jens Axboeserver: initial support for command line passing
2011-10-03 Jens Axboeserver: attempt to handle client ctrl-c
2011-10-03 Jens Axboeserver: transmit status as structures, not text
2011-10-03 Jens AxboeAllocate thread_stat name arrays statically
2011-10-03 Jens AxboeMove getrusage() out of thread_stat
2011-10-03 Jens AxboeMove stat_io_bytes/time to thread_data
2011-10-03 Jens Axboeserver: start conversion of data structures to network...
2011-10-03 Jens Axboeserver: initial support for daemonizing
2011-10-02 Jens Axboeserver: make struct group_run_stats network transfer...
2011-10-02 Jens AxboeStyle fixup
2011-10-01 Jens Axboeclient: continue support for multiple connections
2011-09-30 Jens AxboeStart of functional client
2011-09-30 Jens AxboeHide things not appropriate behind is_backend
2011-09-29 Jens AxboeStart of client/server
2011-09-19 Jens AxboeAdd option for controlling buffer scrambling
2011-09-12 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-09-09 Jens AxboeAdd terse version output format command line parameter
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-08-31 Jens AxboeAdd support for backwards holes
2011-08-31 Dan EhrenbergAdding userspace_libaio_reap option
2011-08-25 Jens AxboeAdd possibility to make sequential IO "holed"
2011-08-16 Eric Gourioustats: fix io_u_plat out-of-bound accesses (round 2)
2011-08-15 Jens AxboeFix off-by-one in io_u_plat[] array sizing
2011-08-12 Yu-ju Hongstats: Add a function to report completion latency...
2011-07-12 Jens AxboeAllow percentage setting for size=
2011-07-08 Jens AxboeFix bad start_delay type
2011-07-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-07-06 Jens AxboeAdd --max-jobs/-j command line option
2011-06-17 Eric GouriouAdd ability to invoke fallocate() FALLOC_FL_KEEP_SIZE.
2011-05-02 Jens AxboeConvert left-over manual ->runstate setting to td_set_r...
2011-05-02 Jens AxboeBump max job count to 2048
2011-03-28 Jens AxboeSwitch all random generators to be decided by use_os_rand
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-27 Jens AxboeFix end-of-job slowdown for random IO with a random map
2011-01-17 Jens AxboeAdd --warnings-fatal/-w option
2011-01-12 Jens AxboeAdd verify_dump option to control whether to dump bad...
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-04 Bruce CranFIO Windows update
2010-12-14 Signed-off-by Stev... fix ramp_in
2010-10-08 Jens AxboeInitial support for explicit write barriers
2010-09-23 David NellansFix io_u depth array size
2010-09-16 Jens AxboeImplement a better num2str()
2010-09-15 Jens AxboeRevert "Improvements for num2str()"
2010-09-15 Jens AxboeImprovements for num2str()
2010-09-01 Jens AxboeAdd verify trim support
2010-08-31 David NellansAdd support for redirection replay of blktrace traces...
2010-08-24 David NellansAdd option to skip delays when replaying traces
2010-08-10 Cigy CyriacAdd support for AIX
2010-07-20 Jens AxboeAdd rw_sequencer option
2010-07-20 Jens AxboeRename ddir_nr -> ddir_seq_nr
2010-06-29 Jens AxboeFix startdelay option with s/m/h/d postfix
2010-06-24 Jens AxboeAdd total latency log
next