don't access dlclose'd dynamic ioengine object after close
[fio.git] / lib /
2021-03-18 Jens AxboeMerge branch 'unified-merge' of https://github.com...
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-09 Jens AxboeMerge branch 'num2str-patch' of https://github.com...
2021-01-06 Jens AxboeChange ARRAY_SIZE to FIO_ARRAY_SIZE
2020-12-21 gloit042num2str: fix precision loss bug when the fractional...
2020-08-28 Jens AxboeUse fallthrough attribute
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-07-27 Jens AxboeAdd roundup_pow2() as a generic helper
2020-07-18 Jens AxboeMerge branch 'patch-1' of https://github.com/avlasov...
2020-07-03 Jens AxboeMerge branch 'num2str' of https://github.com/bvanassche/fio
2020-07-02 Bart Van Asschenum2str(): Add the E (exa) prefix
2020-07-02 Bart Van Asschenum2str(): Fix overflow handling
2020-07-02 Bart Van Asschenum2str(): Remove the fmt[] array
2020-07-02 Bart Van Asschenum2str(): Use asprintf() instead of malloc()
2020-06-23 Jens AxboeMerge branch 'master' of https://github.com/safl/fio
2020-06-23 Simon A. F. LundChanged signedness of seqlock.sequence fixing compariso...
2020-06-22 Jens AxboeMerge branch 'atomics' of https://github.com/bvanassche/fio
2020-06-22 Bart Van AsscheOptimize the seqlock implementation
2020-06-22 Bart Van AsscheMake __rand_0_1() compatible with clang
2020-06-10 Jens AxboeMerge branch 'latency_window' of https://github.com...
2020-06-10 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-05-24 Jens AxboeMerge branch 'parse-and-fill-pattern' of https://github...
2020-05-24 Bart Van AsscheDo not read past the end of fmt_desc[]
2020-05-24 Bart Van AsscheFix spelling in a source code comment
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-03-17 Feng Tanggauss.c: correct the stddev initializtion
2020-01-18 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-18 Bart Van Asschelib/memcpy: Suppress a Coverity leak report for setup_t...
2020-01-05 Jens AxboeMerge branch 'memalign1' of https://github.com/kusumi/fio
2020-01-05 Tomohiro Kusumilib/memalign: remove smalloc()/sfree() dependency
2019-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
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
2019-01-28 Jens AxboeMerge branch 'hygon-support' of https://github.com...
2019-01-08 Jens Axboeconfigure: add __kernel_rwf_t check
2018-11-29 Bari Antebirand: fix compressible data ratio per segment
2018-10-26 Tomohiro Kusumilib: fix strntol's end pointer when str has leading...
2018-10-19 Vincent Fufio: enable cross-thread overlap checking with processes
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-09-30 Jeff Moyerfix hung fio process with large I/O sizes and verify...
2018-09-19 Jens AxboeMerge branch 'epoch-time-hist-logs' of https://github...
2018-09-17 Jens AxboeRandom distribution 32-bit fixes
2018-09-17 Jens Axboeaxmap: isset_fn() should use 1ULL, not 1UL
2018-09-17 Jens Axboelfsr: use unsigned long long for 64-bit values
2018-09-17 Jens Axboeaxmap: use 64-bit index for the handlers
2018-09-17 Jens Axboeaxmap: use 64-bit type for number of bits
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 Bart Van Asschenum2str(): Avoid an out-of-bounds array access
2018-09-07 Bart Van AsscheMicro-optimize num2str()
2018-08-23 Jens Axboeaxmap: return early of an overlap results in 0 settable...
2018-08-23 Jens AxboeMerge branch '20180823-terse-remote-fix' of https:...
2018-08-23 Jens AxboeMerge branch 'axmap' of https://github.com/bvanassche/fio
2018-08-23 Bart Van Asschelib/axmap: Optimize __axmap_set()
2018-08-23 Bart Van Asschelib/axmap: Simplify axmap_set_fn()
2018-08-23 Bart Van Asschelib/axmap: Make axmap_new() more robust
2018-08-23 Bart Van Asschelib/axmap: Inline ulog64()
2018-08-23 Bart Van Asschelib/axmap: Add more documentation
2018-08-20 Jens AxboeMerge branch 'multiple-read_iolog' of https://github...
2018-08-17 Jens AxboeMerge branch 'master' of https://github.com/kelleymh/fio
2018-08-17 Michael KelleyRemove unused code in lib/axmap.c
2018-08-17 Jens AxboeMerge branch 'ime-support' of https://github.com/DDNSto...
2018-08-17 Jens AxboeMerge branch 'master' of https://github.com/kelleymh/fio
2018-08-17 Michael KelleyReimplement axmap_next_free() to prevent distribution...
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-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-12 Jens Axboeaxmap: optimize ulog64 usage in axmap_handler()
2018-07-11 Jens Axboeaxmap: fix continued sequential bit setting
2018-07-11 Jens Axboeaxmap: a few more cleanups
2018-07-11 Jens Axboeaxmap: remove unused 'data' argument to topdown handler
2018-07-11 Jens Axboeaxmap: code cleanups
2018-07-11 Jens Axboeaxmap: clean up 'no bits to set' case
2018-07-10 Jens Axboeaxmap: ensure that overlaps are handled strictly sequential
2018-06-12 Jens Axboerand: make randX_upto() do the end value increment
2018-06-12 Jens Axboerand: ensure that rand_between() can reach max value
2018-06-12 Jens Axboerand: cleanup rand_between() and helpers
2018-06-12 Jens Axboerand: add rand64_between()
2018-06-05 Jens AxboeMerge branch 'make-nowarn-snprintf-call-va-end' of...
2018-06-05 Bart Van AsscheMake nowarn_snprintf() call va_end()
2018-06-05 Jens AxboeMove nowarn_snprintf.h to lib/
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheSimplify num2str()
2018-04-18 Bart Van AsscheIntroduce enum n2s_unit
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-08 Jens Axboeaxmap: use calloc() for level alloc
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerAdd include-what-you-use pragmas
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-13 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-12 Bart Van AsscheRename struct rb_node into struct fio_rb_node
next