Merge branch 'dev/doc/pkg' of https://github.com/bobsaintcool/fio
[fio.git] / engines /
2017-06-14 Jens Axboesync: add support for write life time hint
2017-06-12 Tomohiro Kusumibinject: don't use void* for pointer arithmetic (gcc)
2017-06-12 Tomohiro Kusumisplice: don't use void* for pointer arithmetic (gcc)
2017-06-12 Tomohiro Kusumisg: don't use void* for pointer arithmetic (gcc)
2017-06-12 Tomohiro Kusumisg: drop redundant void* cast
2017-06-12 Tomohiro Kusumisg: drop unneeded strdup from ->errdetails() handler
2017-06-12 Tomohiro Kusumisg: add missing free(msg); in ->errdetails() handler
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-05-03 Pan Liuremove redundant _fio_rbd_disconnect, which is already...
2017-05-03 Pan Liuremove out-of-date comment
2017-04-19 mychoxinReturn non-negtive error in order to print right error msg
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-07 Dmitry Monakhovengine: add ftruncate ioengine
2017-04-07 Dmitry Monakhovengine: e4defrag fix error reporting
2017-03-13 Jens Axboerbd: don't log version to stdout
2017-03-10 Tomohiro KusumiUse union for per file engine private data storage
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Tomohiro KusumiChange .category of cpuio to FIO_OPT_C_ENGINE
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-12 Robert Elliottpmemblk: Clarify fsize is in MiB not MB
2017-01-12 Robert Elliottpmemblk, dev-dax: clean up error logs
2017-01-12 Robert Elliottpmemblk, dev-dax: load libpmem and libpmemblk at startup
2017-01-09 Tomohiro KusumiFix compile time errors for skeleton_external ioengine
2017-01-09 Tomohiro KusumiMention sg ioengine requires filename option
2017-01-09 Tomohiro KusumiNon functional fixup for 16 bytes read capacity for...
2017-01-09 Tomohiro KusumiFix conditional/message for max lba for sg ioengine
2017-01-09 Tomohiro KusumiStaticize pmemblk ioengine_ops
2017-01-09 Tomohiro KusumiBring in additional sg error cases from Linux kernel...
2017-01-06 Tomohiro KusumiFix comment on SCSI commands
2017-01-06 Tomohiro KusumiRemove doubled ; in .c
2017-01-05 Tomohiro KusumiDon't malloc ioengine_ops for cpp_null
2017-01-05 Tomohiro KusumiFix invalid ioengine initialization for cpp_null
2017-01-03 Tomohiro KusumiAdd missing trailing \n in log_err/info()
2017-01-03 Tomohiro KusumiFix trivial calloc argument order
2017-01-03 Robert ElliottClean up unit prefixes for binary multiples in comments...
2016-12-24 Jens Axboerbd: style fixups
2016-12-23 Pan Liurbd: remove duplicate _fio_rbd_connect
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-15 Dave Jiangfio: add device dax engine
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-05 Ross Zwislermmap engine: remove unused variable mmap_map_mask
2016-11-15 Jens Axboeposixaio: fix bad type passed to memset
2016-11-12 Pan Liurbd: fix crash with zero sized image
2016-10-19 Jens AxboeMerge branch 'rbd-poll'
2016-10-19 Jens Axboerbd: poll cleanups
2016-10-19 Pan Liuuse poll() and rbd_poll_io_events to speed up io retrieval.
2016-10-11 Bruce Cranwindowsaio: fix completion thread affinitization
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 AxboeFixup correct sparse warnings
2016-08-15 Jens AxboeOption updates
2016-08-08 Jens Axboeioengines: fixup td_io_unlink_file() error propagation
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-02 Jens Axboeengines/rbd: fix compile without blkin support
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-28 Jevon QiaoFix memory leak in _fio_rbd_connect()
2016-07-28 Jevon QiaoFix segmentation fault while specifying clustername...
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
2016-07-27 Tomohiro KusumiUse correct I/O engine name "cpuio" instead of "cpu"
2016-07-27 Jevon QiaoFix memory leak in _fio_setup_rbd_data()
2016-07-25 vears91Add support for blkin tracing in rbd engine
2016-06-02 Jens AxboeEnable preadv2/pwritev2 engines by default on Linux
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-10 Jens Axboeengines/pmemblk: more cleanups
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens Axboeengines/pmemblk: get rid of CACHE_LOCK/UNLOCK defines
2016-05-06 Jens Axboeengines/pmeblk: fixup coding style
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-02 Tianqingrbd: add clustername option
2016-04-11 Brian Boylstonpmemblk: don't use #defines for the pmemblk_* functions
2016-04-11 Brian Boylstonpmemblk: remove comments about an external engine
2016-04-04 Logan GunthorpeModify RDMA engine to print strerror messages.
2016-04-02 Jon Derrickfio: register pvsync2 engine correctly
2016-03-27 Brian Boylstonadd pmemblk engine
2016-02-26 Jens AxboeAdd support for preadv2/pwritev2
2015-12-30 Jens Axboeoptions: split out option grouping code
2015-12-22 Fabrice Bacchellarewrote libhdfs engine
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-11-08 Martin SteigerwaldFix spelling error in engines/rdma.c
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeFixup -Wshadow warnings
2015-10-13 Jason Dillamanengines/rbd: potential re-use of active fio_rbd_iou
2015-10-01 Roman PenIntroduce new option: iodepth_batch_complete_max
2015-09-30 Jens Axboesg: fix short reads
2015-09-30 Kris Davissg: 16-byte cdb support and lots of fixes
2015-07-10 Logan GunthorpeRDMA engine server mode flow fix ups.
2015-07-10 Logan GunthorpeError when the block size on the RDMA server is less...
2015-06-23 Logan GunthorpeModify rdma engine to use proper arguments.
2015-06-01 Jens AxboeMerge branch 'req6' of git://github.com/kusumi/fio
2015-06-01 Tomohiro KusumiMinor cleanups on cleanup()
2015-05-30 Jens Axboerdma: adapt to new init_rand_seed()
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Jens Axboeposixaio: use 'errno' for inline error
2015-05-07 Jens AxboeMerge branch 'multiclnt-sharedfs-try3' of git://github...
2015-05-06 Jens AxboeAdd support for options being a power-of-2
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-05-06 Julius RusMake windowsaio match iometer performance. Without...
2015-04-23 Jens AxboeMerge branch 'io-threads'
next