Fix string copy compilation warnings
[fio.git] / backend.c
2018-11-27 Jens Axboeengines/libaio: add preliminary support for pre-mapped...
2018-11-21 Jens Axboebackend: initialize io engine before io_u buffers
2018-11-20 Jens AxboeKill "No I/O performed by ..." message
2018-11-15 Jens Axboebackend: silence "No I/O performed by..." if jobs ends...
2018-11-15 Jens Axboeworkqueue: ensure we see deferred error for IOs
2018-10-19 Vincent Fufio: document locking for overlap checking in offload...
2018-10-19 Vincent Fufio: enable cross-thread overlap checking with processes
2018-10-19 Vincent Fufio: add function to check for serialize_overlap with...
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 Fufio: enable overlap checking with offload submission
2018-10-04 Jens AxboeBool conversions
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 Axboelog: use __log_buf() if we know buf != NULL
2018-09-07 Jens AxboeCollect startup output before logging it
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-20 Jens AxboeMerge branch 'multiple-read_iolog' of https://github...
2018-08-17 Jens AxboeMerge branch 'ime-support' of https://github.com/DDNSto...
2018-08-14 Jens AxboeMerge branch 'wip-http-engine' of https://github.com...
2018-08-14 Jens AxboeMerge branch 'fio-man-page' of https://github.com/bvana...
2018-08-14 Jens AxboeFix double free of zone cache data
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 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-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-29 Josef Bacikfio: work with cgroup2 as well
2018-06-05 Jens AxboeFix variable shadowing
2018-06-05 Jens Axboeiolog: remove 'td' from trim_io_piece()
2018-06-05 Jens Axboegettime: remove 'is_thread' variable to local clock...
2018-06-05 Jens AxboeCleanup should_check_rate()
2018-06-04 Jens AxboeFix issue with rate_process=poisson and ramp time
2018-04-27 Jens Axboeiolog/blktrace: boolean conversion
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheIntroduce enum fio_q_status
2018-04-18 Bart Van AsscheRemove dead code from fio_io_sync()
2018-04-18 Bart Van AsscheChange return type of td_io_commit() into void
2018-04-18 Jens AxboeDeprecate verifysort and verifysort_nr
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-04 Bart Van AsscheOnly populate the write buffer if necessary
2018-03-30 Jens AxboeMerge branch 'aarch64-crc32c' of https://github.com...
2018-03-29 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-29 Bart Van Asscheswitch_ioscheduler(): only remove the last character...
2018-03-29 Bart Van AsscheMake it clear to Coverity that the tmp buffer in switch...
2018-03-22 Jens Axboesmalloc: oom cleanups
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 AsscheRename fio_mutex into fio_sem
2018-03-15 Bart Van AsscheSplit mutex.c and .h each into three files
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-19 Jens Axboebackend: tweaks to missed rate thinktime
2017-12-08 Jens Axboerate: fix bad math
2017-12-07 Jens Axboerate: ensure IO issue restarts right after sleep
2017-12-06 Jens AxboeAdd option to ignore thinktime for rated IO
2017-12-02 Jens Axboesteadystate: add free helper
2017-12-01 Jens Axboebackend: make it clear that we passed 'fd' to the new...
2017-11-02 Jens Axboeio_u_queue: convert rings to bool
2017-11-02 Jens Axboefilesetup: change random file init to be bool based
2017-11-02 Jens Axboefilesetup: pre_read_files() can use a bool
2017-10-30 Jens AxboeMerge branch 'misc' of https://github.com/sitsofe/fio
2017-10-29 Sitsofe Wheelerfio: update FSF address
2017-10-12 Jens AxboeMerge branch 'master' of https://github.com/Venutiwa/fio
2017-10-11 Jens AxboeMerge branch 'fgp_fixes' of https://github.com/sitsofe/fio
2017-10-11 Jens AxboeMerge branch 'windowaio_invalidate' of https://github...
2017-10-11 Jens AxboeMerge branch 'ci_and_configure' of https://github.com...
2017-10-10 Justin Enobackend: don't dereference ->io_ops in reap_threads()
2017-10-06 Jens Axboebackend: don't complain about no IO done for create_only=1
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-10-03 Jens AxboeMerge branch 'evelu/cleanup' of https://github.com...
2017-10-03 Erwan Velubackend: Removing memory leak in run_threads()
2017-10-03 Erwan Velubackend: Removing double definition of the same variable
2017-09-28 Jens Axboebackend: fix a case where we complain about no IO being...
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-26 Sitsofe Wheelerbackend: verify-trigger fixes
2017-08-14 Jens AxboeMerge branch 'ci' of https://github.com/sitsofe/fio
2017-08-14 Jens Axboebackend: cleanup overlap submission logic
2017-08-14 Jens AxboeMerge branch 'serialize_overlap' of https://github...
2017-08-14 Sitsofe Wheelerfio: add serialize_overlap option
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-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-08 Tomohiro Kusumidump_td_info() doesn't really need to be a function
2017-04-08 Tomohiro KusumiDon't silently terminate td when no I/O performed due...
2017-04-08 Jens Axboebackend: include data direction in debug poisson rate...
next