fio: ioengine flag cleanup
[fio.git] / helper_thread.c
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2024-02-13 Vincent Fuhelper_thread: do not send A_EXIT message when exit...
2023-10-19 Vincent FuMerge branch 'master' of https://github.com/shailevi23/fio
2023-10-19 Shai Levyhelper_thread: fix pthread_sigmask typo.
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2023-03-20 Christian Loehlefio: steadystate: allow for custom check interval
2022-04-22 Denis Proninfixed compiler warnings if NDEBUG enabled in core code
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-10-12 Jens AxboeMerge branch 'windows-res' of https://github.com/bjpaup...
2021-10-12 Brandon PauporeQuery Windows clock frequency and use reported max
2021-03-18 Jens AxboeMerge branch 'unified-merge' of https://github.com...
2021-01-12 Jens AxboeMerge branch 'osx_fix' of https://github.com/sitsofe/fio
2021-01-12 Jens AxboeMerge branch 'fuzz' of https://github.com/catenacyber/fio
2021-01-09 Jens AxboeMerge branch 'num2str-patch' of https://github.com...
2021-01-06 Jens AxboeChange ARRAY_SIZE to FIO_ARRAY_SIZE
2020-11-05 Jens AxboeMerge branch 'master' of https://github.com/albert...
2020-10-11 Jens AxboeMerge branch 'master' of https://github.com/bvanassche...
2020-09-26 Bart Van Asschehelper_thread: Increase timer accuracy
2020-09-26 Bart Van Asschehelper_thread: Rework the interval timer code
2020-09-20 Bart Van Asschehelper_thread: Introduce the wait_for_action() function
2020-09-20 Bart Van Asschehelper_thread: Introduce a function for blocking Unix...
2020-09-20 Bart Van Asschegettime: Introduce fio_get_mono_time()
2020-05-19 Jens AxboeMerge branch 'stephen/rate-ull' of https://github.com...
2020-05-14 Jens AxboeMerge branch 'rados-cleanup-wait' of https://github...
2020-05-13 Jens AxboeMerge branch 'helper-thread-select' of https://github...
2020-05-12 Vincent Fuhelper_thread: better handle select() return value
2020-04-29 Jens AxboeMerge branch 'helper_thread_test' of https://github...
2020-04-29 Vincent Fuhelper_thread: refactor status-interval and steadystate...
2020-04-29 Vincent Fuhelper_thread: fix inconsistent status intervals
2020-04-29 Vincent Fuhelper_thread: cleanups
2020-01-05 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-04 Bart Van Asschehelper_thread: Complain if select() fails
2020-01-04 Bart Van AsscheBlock signals for the helper thread
2020-01-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-04 Bart Van AsscheFix a potential deadlock in helper_do_stat()
2020-01-04 Bart Van AsscheHandle helper_thread_create() failures properly
2020-01-03 Jens AxboeRevert "Fix a potential deadlock in helper_do_stat()"
2020-01-03 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-02 Bart Van AsscheFix a potential deadlock in helper_do_stat()
2020-01-02 Bart Van AsscheUse CLOCK_MONOTONIC for condition variables used by...
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-15 Bart Van AsscheSplit mutex.c and .h each into three files
2018-03-10 Bart Van Asschehelper_thread: Initialize all helper_data members befor...
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-02 Jens Axboesteadystate: add free helper
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-08-15 Jens Axboesteadystate: rename 'steadystate' to 'steadystate_enabled'
2016-08-15 Vincent FuSplit helper thread debug logging away from steadystate...
2016-08-15 Vincent FuAllow fio to terminate jobs when steady state is attained
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-06-28 Vincent Fuhelper_thread: remove impossible branch
2016-05-25 Jens Axboemutex: abstract out cond/lock pshared init
2016-05-25 Jan KaraFix occasional hangs on mutexes
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-06 Jens Axboehelper_thread: split into separate file