iolog: Added option read_iolog_chunked. Used to avoid reading large iologs at once.
[fio.git] / init.c
2018-06-18 Jens AxboeMerge branch 'readonly-trim' of https://github.com...
2018-06-18 Vincent Fuinit: abort write and trim jobs when --readonly option...
2018-06-18 Vincent Fuinit: ensure that fatal errors in fixup_options are...
2018-06-12 Jens Axboeinit: use o-> instead of td->o
2018-06-12 Jens Axboeinit: kill get_rand_start_delay()
2018-06-12 Jens AxboeFix start delay being the same across threads
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheIntroduce enum n2s_unit
2018-04-17 Jens Axboeinit: ensure that read/write use the same random seed...
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-09 Jens Axboeinit: fix memory leak in error handling
2018-04-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-04 Bart Van AsscheRename TD_F_VER_NONE into TD_F_DO_VERIFY
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-15 Bart Van AsscheSuppress uninteresting data race reports
2018-03-15 Bart Van AsscheRename fio_mutex into fio_sem
2018-03-10 Bart Van AsscheDeclare debug_levels[] const
2018-02-12 Jens Axboeinit: add global 'warned' state
2018-02-12 Jens AxboeMerge branch 'master' of https://github.com/brycepg/fio
2018-02-10 Jens Axboeinit: fixup some bad style in previous commit
2018-02-10 Damian Yurzolainit: fix broken verify_interval
2018-01-25 Jens AxboeTrack fsync/fdatasync/sync_file_range issue count
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2018-01-05 Jeff FurlongFix client/server "all clients" reporting
2018-01-02 Jens AxboeMerge branch 'percentiles' of https://github.com/sitsof...
2017-12-31 Sitsofe Wheelerinit: disable percentiles when latency gathering is...
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-15 Jens Axboeinit: fix missing dlhandle reference put
2017-12-15 Jens Axboeioengines: improve "is this the same IO engine" check
2017-12-14 Jens AxboeAllow configurable ETA intervals
2017-12-08 Jens AxboeRemove old emails
2017-12-01 Jens AxboeAdd basic memcpy test
2017-11-30 Jens Axboefio: add check rate flag
2017-11-30 Jens AxboeChange latency targets to be in nsec values internally
2017-11-28 Jens Axboeinit: did_arg cleanup
2017-11-28 Jens Axboeinit: remove dead code
2017-11-28 Jens Axboeinit: check and fail status-interval settings that...
2017-11-22 Jeff Furlongadd significant_figures parameter
2017-10-31 Jens Axboeinit: make sure that compression enables refill buffers
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-09-21 Jens Axboeinit: typo in help output
2017-09-14 Jens AxboeMerge branch 'doc-patches' of https://github.com/vincen...
2017-09-14 Jens AxboeAdd support for doing total latency percentiles
2017-09-14 Jens Axboeinit: fixup_options() cleanup
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-09-02 Jens AxboeMerge branch 'shifted_logging' of https://github.com...
2017-08-31 Tomohiro Kusumicleanup ioengine_load() (for the next commit)
2017-08-31 Tomohiro Kusumifix broken external ioengine option
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-14 Jens AxboeMerge branch 'ci' of https://github.com/sitsofe/fio
2017-08-14 Jens AxboeMerge branch 'serialize_overlap' of https://github...
2017-08-14 Sitsofe Wheelerfio: add serialize_overlap option
2017-08-14 Sitsofe Wheelerverify: warn when verify pass won't be run
2017-08-14 Sitsofe Wheelerverify: make overwriting verified blocks warning more...
2017-07-27 Jens AxboeMerge branch 'minor_fixes' of https://github.com/sitsof...
2017-07-27 Sitsofe Wheelerfio: refactor fallocate defines
2017-07-27 Sitsofe Wheelerinit: force fallocate_mode to none when fallocate is...
2017-07-19 Ben WalkerCorrectly detect whether ioengine_load can exit early
2017-07-07 Jens Axboeinit: add comment as to how we seed read/write/trim...
2017-07-07 Jens Axboeio_u: sequence random buflen generation individually
2017-06-26 Sitsofe Wheelerinit: update --crctest help syntax
2017-06-23 Andreas Herrmannstat: Add iops stat and sample number information to...
2017-06-23 Andreas Herrmannstat: Print one-line iops stat
2017-06-23 Tomohiro Kusumiinit: don't use void* for pointer arithmetic (gcc)
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-06-05 Jens AxboeMerge branch 'size_perc' of https://github.com/sitsofe/fio
2017-06-02 Tomohiro Kusumiuse true/false for bool type
2017-05-24 Tomohiro KusumiDrop struct thread_data dependency from os headers
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-26 Jens Axboegpu: kill a lot of useless ifdefs
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-07 Jens AxboeSplit poisson rate control into read/write/trim
2017-03-28 Tomohiro KusumiDrop redundant "ignore invalidate option" message from...
2017-03-28 Tomohiro KusumiFix return value of make_filename() when no filename_format
2017-03-21 Tomohiro KusumiReplace redundant TD_F_NOIO flag with td->io_ops_init
2017-03-20 Jens AxboeMerge branch 'wip-fix-bs-title' of https://github.com...
2017-03-20 Pan Liumake the bs info output clearer.
2017-03-14 Sitsofe Wheelerconfigure: add generic pshared mutex test
2017-03-10 Tomohiro KusumiHOWTO: Add some details for invalidate=
2017-03-10 Tomohiro KusumiDrop redundant td_rw(td) tests
2017-03-10 Tomohiro KusumiAdd runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
2017-02-22 Jens Axboeinit: use 'bool' for get_new_job()
2017-02-21 Jens Axboeinit: exit on failure to add all jobs
2017-02-07 Jens Axboeinit: don't crash server on failure to open output log
2017-01-26 Jens AxboeMerge branch 'shm_rm' of https://github.com/sitsofe/fio
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-26 Sitsofe Wheelershm: have os remove shared memory if fio dies unexpectedly
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 KusumiMove options_mem_dupe() to parse.c
2017-01-19 Tomohiro KusumiFix typo for "job" in plural
2017-01-18 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim...
2017-01-18 Jens Axboeinit: fix double free of pid_file
2017-01-05 Jens Axboeinit: cleaner gcd()
2017-01-05 Jens Axboeverify: ensure that verify_interval is always a factor...
2017-01-05 Jens AxboeRemove '--runtime' command line option
2017-01-03 Tomohiro KusumiFix canonical name for runtime/timeout option
2017-01-03 Tomohiro KusumiSync README with fio usage output
next