iolog replay: Realloc io_u buffers to adapt to operation size.
[fio.git] / backend.c
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...
2017-04-07 Jens AxboeSplit poisson rate control into read/write/trim
2017-04-03 Jens Axboebackend: move freeing of td->mutex to main thread
2017-03-13 Tomohiro KusumiMake check_mount_writes() test appropriate device types
2017-03-10 Tomohiro KusumiDrop redundant td_rw(td) tests
2017-02-20 Tomohiro KusumiRename thread_options' ->io_limit to io_size
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-23 Tomohiro KusumiRemove/Move Linux specific sysfs_root field from thread...
2017-01-23 Tomohiro KusumiFix wrong comment on exit condition of threads/processes
2017-01-23 Tomohiro KusumiDefine pointer alignment macro in fio.h
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-19 Tomohiro KusumiRename FIO_TYPE_BD to FIO_TYPE_BLOCK
2017-01-03 Tomohiro KusumiAdd missing trailing \n in log_err/info()
2017-01-03 Robert ElliottClean up unit prefixes for binary multiples in comments...
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-12-02 Jens Axboelog: fix for crash with rate IO and logging
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-11-01 Jens AxboeMerge branch 'HOWTO-cleanup' of https://github.com...
2016-10-28 Jens Axboebackend: cleanup check for completion/issue byte checking
2016-10-25 Bruce CranUse the POSIX `EDEADLK` instead of the Linux `EDEADLOCK`
2016-10-24 Jens Axboebackend: end IO loop early, if the job is marked as...
2016-10-23 Theodore Ts'obackend: if we can't grab stat_mutex, report a deadlock...
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 Jens Axboebackend: check if we need to update rusage stats, if...
2016-08-18 Jens AxboeMerge branch 'epoch' of https://github.com/cronburg/fio
next