fio: use LDFLAGS when linking dynamic engines
[fio.git] / iolog.c
2022-01-20 Lukas Straubiolog.c: Fix memory leak for blkparse case
2022-01-20 Lukas Straubblktrace.c: Add support for read_iolog_chunked
2022-01-20 Lukas Straubiolog.c: Make iolog_items_to_fetch public
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-09-03 Damien Le Moalfio: Introduce the log_prio option
2021-08-02 Jens Axboeiolog: don't attempt read chunking with blktrace format
2021-04-10 Jens AxboeMerge branch 'wip-rados-dont-zerowrite' of https:/...
2021-03-18 Jens AxboeMerge branch 'unified-merge' of https://github.com...
2021-03-18 Jens AxboeMerge branch 'add-librpma-engines' of https://github...
2021-03-17 Jens AxboeMerge branch 'free-dump-options' of https://github...
2021-03-17 Jens AxboeMerge branch 'patch-1' of https://github.com/ihsinme/fio
2021-03-11 Jens AxboeMerge branch 'dev_luye_github' of https://github.com...
2021-03-11 luyeFix reading multiple blktrace replay files
2020-08-18 Jens AxboeMerge branch 'filelock_assert_fix' of https://github...
2020-08-11 Jens Axboeverify: use origina offset for verification
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-08 donny372Add support for reading iolog from stdin.
2020-07-27 Jens Axboeiolog: ensure that dynamic log entries are at least...
2020-05-20 Jens AxboeMerge branch 'testing' of https://github.com/vincentkfu/fio
2020-05-19 Jens AxboeMerge branch 'stephen/rate-ull' of https://github.com...
2020-05-15 Damien Le Moaliolog: Fix write_iolog_close()
2020-01-23 Jens AxboeMerge branch 'priorityQueuing' of https://github.com...
2020-01-22 Phillip ChenPer-command priority: Priority logging and libaio/io_ur...
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-10-03 Jens Axboeiolog: fix leak for unsupported iolog version
2018-10-03 Jens Axboeiolog: fix up some style issues
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 Bart Van Asscheiolog: Ensure that sockaddr_un.sun_path is '\0'-terminated
2018-08-20 Jens AxboeMerge branch 'multiple-read_iolog' of https://github...
2018-08-20 Adam Kupczykiolog: Now --read_iolog can contain multiple replay...
2018-08-17 Jens AxboeMerge branch 'ime-support' of https://github.com/DDNSto...
2018-08-09 Jens AxboeMerge branch 'realloc-io_u-buffers' of https://github...
2018-08-09 Adam Kupczykiolog replay: Realloc io_u buffers to adapt to operatio...
2018-08-03 Jens Axboeiolog: move the chunked items-to-fetch logic into separ...
2018-08-03 Jens Axboeiolog: fix potential div-by-zero
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-08-03 Adam Kupczykiolog: allow to read_iolog from unix socket
2018-08-01 Adam Kupczykiolog: Added option read_iolog_chunked. Used to avoid...
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-23 Jeff FurlongAdd support for >= 4G block sizes
2018-06-05 Jens AxboeFix variable shadowing
2018-06-05 Jens Axboeiolog: remove 'td' from trim_io_piece()
2018-04-27 Jens Axboeiolog: default to good return
2018-04-27 Jens Axboeiolog/blktrace: boolean conversion
2018-04-26 Jens Axboeiolog: always use calloc() and always init both lists
2018-04-18 Jens Axboeiolog: update stale comment
2018-04-18 Jens AxboeDeprecate verifysort and verifysort_nr
2018-04-14 Jens Axboeiolog: fix issue with replay rate
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-05 Rebecca CranFix return value checking of fread() in iolog.c
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 AsscheSplit mutex.c and .h each into three files
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
2018-03-01 Jens AxboeMerge branch 'hotfix_counter_overflow' of https://githu...
2018-03-01 Alexander LarinFix overflow of counters incremented on each I/O operation
2018-02-12 Jens Axboeiolog: convert drop warning to fio_did_warn()
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
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 Wheeleriolog: tidy up log_io_piece() conditional
2017-08-14 Sitsofe Wheeleriolog: remove random layout verification optimisation
2017-08-14 Sitsofe Wheeleriolog: fix double free when verified I/O overlaps
2017-06-22 Jens Axboeiolog: punt freeing of data back to original thread
2017-06-22 Jens Axboeiolog: get work items out of shared memory pool
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
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-05-24 Tomohiro KusumiMove {is,load}_blktrace() to a new header blktrace.h
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-30 Tomohiro KusumiFix "C99 inline functions are not supported" warning...
2017-01-10 Tomohiro KusumiAdd missing trailing \n in dprint()
2017-01-03 Tomohiro KusumiAdd missing trailing \n in log_err/info()
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-12 Sitsofe Wheeleriolog: add support for replay_scale option
2016-12-12 Sitsofe Wheeleriolog: Ignore re-add/re-open with replay_redirect
2016-11-27 Sitsofe Wheelerstat: Change access to io_sample union
2016-10-18 Jens Axboeiolog: add support for 'replay_no_stall'
2016-10-17 Jens Axboeiolog: enable replay_redirect on iolog replay
2016-10-11 Omar Sandovaliolog: fix --bandwidth-log segfaults
2016-09-16 Jens Axboeiolog: dprint() casts for 32-bit warnings
2016-09-16 Jens AxboeFixup two compile warnings
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Karl CronburgClient / server code for handling histograms. The server:
2016-08-16 Jens Axboehistogram: style and list fixups
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Karl CronburgMake histogram samples non-cumulative by tracking a...
next