t/io_uring: improve EOPNOTSUPP message
[fio.git] / ioengines.c
2019-02-24 Damien Le Moalzbd: Fix zone locking for async I/O engines
2018-12-13 Jens Axboeioengine: remove ancient alias for libaio
2018-10-19 Vincent Fufio: document locking for overlap checking in offload...
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-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-08-24 Jens AxboeMerge branch 'zbd'
2018-08-24 Bart Van AsscheAdd support for zoned block devices
2018-08-24 Bart Van AsscheIntroduce the io_u.post_submit callback function pointer
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: Treat 'open' on file that is scheduled...
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-26 Vincent Fuioengines: have ioengines with commit do own io account...
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-05-15 Jens AxboeMerge branch 'master' of https://github.com/majianpeng/fio
2018-05-15 Jianpeng MaThis partly revert 97bb54c9606c(add __load_ioengine...
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 AsscheChange return type of td_io_commit() into void
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-07 Jens AxboeMerge branch 'wip-rbd-engine' of https://github.com...
2018-03-06 Jens AxboeDon't make fadvise failure fatal
2018-01-25 Jens AxboeTrack fsync/fdatasync/sync_file_range issue count
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-29 Robert Elliottdebug: make debug=io readable with multiple threads
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-15 Jens Axboeioengines: clear out ->td_ops_dlhandle if we close it
2017-12-01 Jens Axboeioengine: don't account verify bytes
2017-11-17 Jens AxboeMerge branch 'add-libpmem-engine' of https://github...
2017-11-17 Jens Axboeioengines: remove pointless list initializations
2017-10-11 Jens AxboeMerge branch 'ci_and_configure' of https://github.com...
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-09-18 Tomohiro Kusumiadd "invalid block size" to "first direct IO errored...
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-09-02 Jens AxboeMerge branch 'shifted_logging' of https://github.com...
2017-09-01 Tomohiro Kusumirevert/rework 81647a9a('fix load_ioengine() not to...
2017-08-31 Tomohiro Kusumiadd __load_ioengine() to separate ioengine loading...
2017-08-31 Tomohiro Kusumifix load_ioengine() not to support no "external:" prefix
2017-08-31 Tomohiro Kusumicleanup ioengine_load() (for the next commit)
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-29 Jens AxboeMerge branch 'asmfix' of https://github.com/oohal/fio
2017-08-29 Tomohiro Kusumifilesetup: add non O_DIRECT direct I/O support for...
2017-08-29 Tomohiro Kusumiadd ifdef __sun__ for Solaris specific code
2017-06-27 Jens AxboeUpdate API for file write hints
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-19 Jens AxboeUpdate write_hint mechanism to latest API
2017-05-04 dyniuszAdjustments to support C++ engines
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [2/3] - move io_u functions
2017-03-21 Tomohiro KusumiReplace redundant TD_F_NOIO flag with td->io_ops_init
2017-01-26 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-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-19 Tomohiro KusumiRefactor fio_show_ioengine_help()
2017-01-19 Tomohiro KusumiRename FIO_TYPE_BD to FIO_TYPE_BLOCK
2016-12-19 Jens Axboeoptions: full control of fadvise hinting
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-11-27 Sitsofe Wheeerioengines: Fix td->io_issues[ddir] over decrement
2016-11-16 Sam ZaydelImprove informativeness about directIO support or rathe...
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-08-08 Jens Axboeioengines: fixup td_io_unlink_file() error propagation
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-29 Tomohiro KusumiUse larger local buffer for I/O engine name
2016-07-29 Tomohiro KusumiNull terminate before (or after) strncpy(3)
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-10 Jens Axboeioengines: cleanup
2016-02-25 Jens Axboeioengines: account any queued IO on the engine side
2016-01-21 David Disseldorpioengine: remove duplicate queue handler check
2015-08-10 DaveGlenImplement new Rate Control
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-04-28 Jens AxboeAdd recommendation to set direct=0 if first O_DIRECT...
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-03-24 Jens AxboeAdd support for POSIX_FADV_STREAMID
2015-01-16 Jens Axboeioengine: if we get BUSY in queuing, adjust accounting
2015-01-16 Jens AxboeImprove precision of the io_limit setting
2014-11-10 Jens AxboeGet rid if ddir_trim() macro
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2014-09-30 Jens AxboeConstify 'td' in a few functions
2014-08-19 Castor FuAdd unlink hook to ioengine API, gluster ioengine
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens AxboeAdd exit_on_io_done option to the CPU IO engine
next