Merge branch 'dev' of https://github.com/smartxworks/fio
[fio.git] / engines / null.c
2018-04-20 Jens Axboeengines: fixup fio_q_status style violations
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheIntroduce enum fio_q_status
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-01-16 Tomohiro Kusuminull: drop unneeded casts from void* to non-void*
2018-01-16 Tomohiro Kusuminull: make *impl_ private
2018-01-16 Tomohiro Kusuminull: fix compile time warning on OpenBSD
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
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-05-04 dyniusznull context segfault fix
2017-05-04 dyniuszAdjustments to support C++ engines
2017-01-05 Tomohiro KusumiDon't malloc ioengine_ops for cpp_null
2017-01-05 Tomohiro KusumiFix invalid ioengine initialization for cpp_null
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
2015-06-01 Jens AxboeMerge branch 'req6' of git://github.com/kusumi/fio
2015-06-01 Tomohiro KusumiMinor cleanups on cleanup()
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2014-07-23 Jens Axboenull: add FIO_FAKEIO flag
2014-02-13 Jens Axboenull: style fixup
2014-02-13 Daniel Gollubengines/null: allow build as external C++ ioengine
2013-04-17 Jens Axboenull: 'td' isn't actually unused, unmark it
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-09-12 Jens AxboeFull readonly check
2007-04-12 Jens AxboePut the ->real_file_size handling into fio
2007-04-11 Jens AxboeFor non-file engines, set ->real_file_size if total...
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-27 Jens AxboeNULL engine: ->commit() has side effects, make sure...
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-09 Jens Axboenull engine: fix queue bug with repeated commit() calls...
2007-03-09 Jens Axboenull engine: update to support queuing
2007-03-08 Jens Axboenull engine: don't dup() stdin anymore
2007-03-08 Jens AxboeEngines should not touch nr_open_files anymore
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-02 Jens AxboeConvert null io engine to use ->setup()
2007-03-01 Jens AxboeOnly check FIO_DISKLESSIO in stat.c
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-07 Jens Axboe[PATCH] Don't create files for engines that don't need...
2007-02-06 Jens Axboe[PATCH] Rename io engines