fio: fix dlopen refcounting of dynamic engines
[fio.git] / init.c
2021-01-25 Eric Sandeenfio: fix dlopen refcounting of dynamic engines
2021-01-25 Eric Sandeenfio: move dynamic library handle to io_ops structure
2021-01-12 Jens AxboeMerge branch 'zipf-pareto-lock' 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-11 Adam Kupczykdistibutions: Extend flexibility of non-uniform random...
2021-01-11 Philippe Antoinefuzz: Adds fuzz target for parse_jobs_ini
2020-11-13 Jens AxboeMerge branch 'segmented-threads'
2020-11-13 Jens AxboeKill off 'max_jobs' segmented-threads
2020-11-13 Jens AxboeAdd thread_segments as needed
2020-11-13 Jens AxboeWrap thread_data in thread_segment
2020-09-09 Jens AxboeMerge branch 'evelu-enghelp' of https://github.com...
2020-09-09 Erwan Veluinit: exiting with fio_show_ioengine_help return code
2020-08-28 Jens AxboeUse fallthrough attribute
2020-08-28 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-22 donny372Avoid multiple instance read iolog from stdin.
2020-08-19 Jens Axboefile: provider fio_file_free() helper
2020-08-19 Jens Axboeinit: add_job() needs to use right file freeing functions
2020-08-18 Jens AxboeMerge branch 'filelock_assert_fix' of https://github...
2020-08-17 Alexey Dobriyanfio: add for_each_rw_ddir() macro
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-08 donny372Add support for reading iolog from stdin.
2020-07-18 Jens AxboeMerge branch 'patch-1' of https://github.com/avlasov...
2020-07-03 Yigal Kormanfio: don't retry engine search on failure
2020-06-10 Jens AxboeMerge branch 'latency_window' of https://github.com...
2020-05-21 Jens AxboeMerge branch 'latency_run' of https://github.com/liu...
2020-05-20 Jens AxboeMerge branch 'testing' of https://github.com/vincentkfu/fio
2020-05-19 Jens AxboeMerge branch '32-bit-fixes' of https://github.com/sitso...
2020-05-19 Sitsofe WheelerFix 32-bit/LLP64 platform truncation issues
2020-05-19 Song Liuinit: fix unit of latency_window
2020-02-04 Jens AxboeMerge branch 'latency-rebase-again' of https://github...
2020-02-04 Vincent Fufio: better distinguish between high and low priority
2020-02-04 Vincent Fufio: report percentiles for slat, clat, lat
2020-01-23 Jens AxboeMerge branch 'priorityQueuing' of https://github.com...
2020-01-22 Phillip ChenPer-command priority: Priority logging and libaio/io_ur...
2020-01-07 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-06 Bart Van AsscheInclude "oslib/asprintf.h" where necessary
2019-11-26 Jens AxboeMerge branch 'fallocate-truncate' of https://github...
2019-11-12 Trip Volpefilesetup: add fallocate=truncate option.
2019-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
2019-08-14 Bart Van AsscheOptimize the code that copies strings
2019-07-01 Jens AxboeMerge branch 'optlenmax' of https://github.com/powernap/fio
2019-07-01 Nick PrincipeIncrease maximum length of line in jobs file to 8192
2019-06-04 Damien Le MoalFix string copy compilation warnings
2019-04-17 Jens AxboeMerge branch 'master' of https://github.com/mingnus/fio
2019-04-17 Ming-Hung Tsairand: fix truncated rand_seed on Windows
2019-02-11 Jens AxboeDocument switch fall-through cases
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-10-15 Jens AxboeMerge branch 'offload-serialize-overlap2' of https...
2018-10-15 Vincent Fuinit: loosen serialize_overlap restrictions
2018-10-04 Jens AxboeBool conversions
2018-09-20 Dennis Zhoublktrace: add support to interleave blktrace files
2018-09-19 Jens AxboeMerge branch 'epoch-time-hist-logs' of https://github...
2018-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-09-10 Jens AxboeMerge branch 'no-unittest-dep' of https://github.com...
2018-09-09 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-09-07 Jens Axboelog: remember to free output buffer when done
2018-09-07 Jens Axboeinit: use __log_buf() if we know buf != NULL
2018-09-07 Jens AxboeCollect startup output before logging it
2018-09-05 Jens Axboeinit: move log name generation into helper
2018-09-05 Jens AxboeMerge branch 'sz/log-names-need-help' of https://github...
2018-09-04 Sam ZaydelLog files names start with _ when write_XX_log= keys...
2018-08-24 Jens AxboeMerge branch 'zbd'
2018-08-24 Bart Van AsscheAdd support for zoned block devices
2018-08-24 Bart Van AsscheAdd the zonemode job option
2018-08-24 Bart Van AsscheAdd the 'zbd' debug level
2018-08-23 Jens AxboeMerge branch '20180823-terse-remote-fix' of https:...
2018-08-23 Luis Chamberlaininit: add semantics for all types of backends running
2018-08-05 Tomohiro Kusumiclient: support --status-interval option in client...
2018-08-03 Jens AxboeMerge branch 'chunked-iolog-reading' of https://github...
2018-08-03 Jens AxboeMerge branch 'read_iolog-from-unix-socket' of https...
2018-08-03 Jens AxboeMerge branch 'windows-s_issock' of https://github.com...
2018-07-26 Jens AxboeMerge branch 'sgunmap2' of https://github.com/vincentkf...
2018-07-25 Jens AxboeMerge branch 'fio-histo-log-pctiles' of https://github...
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-24 Jens Axboeinit: unify 't' time period
2018-07-23 Jeff FurlongAdd support for >= 4G block sizes
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
next