pmemblk: Clarify fsize is in MiB not MB
[fio.git] / engines / rbd.c
2016-12-24 Jens Axboerbd: style fixups
2016-12-23 Pan Liurbd: remove duplicate _fio_rbd_connect
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
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-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 Jevon QiaoFix memory leak in _fio_setup_rbd_data()
2016-07-25 vears91Add support for blkin tracing in rbd engine
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-02 Tianqingrbd: add clustername option
2015-12-30 Jens Axboeoptions: split out option grouping code
2015-10-13 Jason Dillamanengines/rbd: potential re-use of active fio_rbd_iou
2014-10-30 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-10-29 Jens Axboeengines: rename option specific pad from 'td' to 'pad'
2014-10-29 Jens Axboeengines/rbd: sort IO by start time before waiting on it
2014-10-29 Jens AxboeMerge branch 'optimize-busy-poll' of https://github...
2014-10-29 Ketor Menguse io_complete var to avoid the rbd_aio_is_complete...
2014-10-29 Ketor Mengfix rbd_option parse error
2014-10-29 Jens AxboeMerge branch 'fix-rbd-options-parse' of https://github...
2014-10-28 Jens Axboeengines/rbd: add option to busy poll on event completion
2014-10-28 Jens Axboeengines/rbd: remove unused rbd_options->td
2014-10-28 Jens Axboeengines/rbd: use rbd_aio_is_complete() and add TRIM...
2014-10-28 Jens Axboeengines/rbd: add support for rbd_invalidate_cache()
2014-10-27 Jens Axboerbd: various fixes and cleanups
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2014-07-03 Jens Axboerbd: fix leak in error path
2014-05-29 Haomai WangMake rbd engine use aio flush
2014-05-20 Jens AxboeAdd ->invalidate() IO engine ops
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-05-19 Xan PengFix issue with dangling pointer in the rbd engine
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens AxboeIncrement open file count manually
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-02-26 Jens Axboeblktrace: load improvements
2014-02-20 Christian Ehrhardtfio: add multi directory support
2014-02-18 Daniel Gollublibrbd ioengine support