Don't malloc/memcpy ioengine_ops on td initialization
[fio.git] / engines / glusterfs.c
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
2015-12-30 Jens Axboeoptions: split out option grouping code
2014-08-19 Castor FuAdd unlink hook to ioengine API, gluster ioengine
2014-08-19 rootfsfix re-open failure issue when using gluster ioengine
2014-07-03 Jens Axboeglusterfs: fix leak in error path
2014-07-03 Tiziano MüllerBail out if glfs_creat failed
2014-07-03 Tiziano MüllerPass O_DIRECT/O_SYNC to glfs_open if requested.
2014-05-19 Jens AxboeRun the gluster engines through indent
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-08 chenhglusterfs api fadvise support
2014-04-02 chenhfirst async IO code drop
2014-04-01 chenhextend file for real
2014-03-31 chenhfix man page; fix read work
2014-03-28 chenhfix get file size problem
2014-03-28 chenhrespond to get file size
2014-03-28 chenhrespond to get file size
2014-03-28 chenhmake glfs call per thread based
2014-03-27 chenhGlusterfs libgfapi engine - initial deposit