Fix included getopt locations
[fio.git] / engines /
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'
2015-04-15 Jens Axboelibaio: don't call io_destroy(), let exit_aio() take...
2015-04-15 Dan Ehrenbergmtd: ioengine
2015-03-31 Jens Axboesg: don't return success if non bdev/char is used
2015-01-21 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-01-17 Steven Noonannet: don't record/verify UDP sequence numbers if buffer...
2015-01-13 Yoshinori Satommap backend invalidate fix
2015-01-05 Jens Axboegluster: io_u->error should be a positive error value
2014-12-16 Jens Axboeengines/mmap: clear partial mmap flag on close
2014-12-16 Jens Axboeengines/mmap: fix segfault on large devices and 32...
2014-12-15 Jens AxboeAdd helpers for getting/setting file engine data
2014-12-15 Jens Axboefile: move mmap related data to engines/mmap.c where...
2014-12-10 Jens Axboegluster: wire up sync/datasync opcodes
2014-12-05 Jens Axboesync: use io_u_log_error() for more detailed error...
2014-11-06 Jens AxboeMake fio -Wshadow clean
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-29 Jens Axboeengines/glusterfs_async: remove no-op prep function
2014-10-29 Jens Axboeengines/glusterfs_async: cleanups
2014-10-29 Jens Axboeengines/glfs_async: add trim support
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-15 Jens Axboeengines/net: get rid of conversion warning on clang/OSX
2014-10-14 Jens Axboeengines/libaio: fix wrong setting of wait_start
2014-10-13 Jens Axboeengines: don't use printf or stderr directly
2014-10-10 Andrey Kuzminengines/libaio: better protect against a busy loop...
2014-10-10 Jens Axboeengines/net: add subjob number to given port
2014-10-10 Jens Axboeengines/net: use link close message on TCP as well
2014-10-09 Jens Axboeengines/net: turn off UDP package dropping if buf size...
2014-10-09 Jens Axboestat: add dropped ios to the standard output
2014-10-09 Jens Axboeengines/net: add start of tracking how many UDP package...
2014-10-09 Jens Axboeengines/net: add TCP_MAXSEG setting (mss)
2014-10-09 Jens Axboeengines/net: add socket buffer window size setting
2014-10-08 Jens Axboenet: fix error reported on job exit and full residual
2014-10-08 Jens Axboenet: use SIGTERM for terminate
2014-10-08 Jens Axboelibaio: commit on EAGAIN
2014-10-08 Slava Pestovlibaio: retry on -EINTR
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-10-03 Jens Axboeengines/libaio: modify getevents and commit error handling
2014-10-01 Jens Axboeengines/libaio: reset 'wait_start' on non-EAGAIN
2014-10-01 Jens Axboeengines/libaio: fix submit loop to use 'ld->queued...
2014-10-01 Jens Axboeengines/libaio: don't reap on EAGAIN and no pending...
2014-09-30 Jens AxboeConstify a few more hot paths
2014-09-30 Jens Axboeengines/libaio: fix issue with EAGAIN
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-08-13 Manish MandlikAdd support for HDFS IO engine
2014-07-23 Jens Axboenull: add FIO_FAKEIO flag
2014-07-03 Jens Axboerbd: fix leak in error path
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-06-03 Jens Axboeglusterfs: remove glfs-handles.h include
2014-05-29 Haomai WangMake rbd engine use aio flush
2014-05-20 Jens AxboeAdd ->invalidate() IO engine ops
2014-05-20 Jens Axboegfapi: indentify
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-05-19 Xan PengFix issue with dangling pointer in the rbd engine
2014-04-15 Jens Axboesg/binject: only restore file flags if they have been set
2014-04-15 Jens Axboesg: check for error in fcntl() restore of flags
2014-04-15 Jens Axboebinject: check for error in fcntl() restore of flags
2014-04-14 Jens Axboee4defrag: pass 'error' into td_verror()
2014-04-14 Jens Axboenet engine: get rid of unused struct sockaddr_in6
2014-04-14 Jens AxboeError check fcntl() calls
2014-04-14 Jens Axboenet engine: fix potential buffer overrun in socket...
2014-04-11 Jens Axboenet: fix leak of fd in bind() error path
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
2014-04-09 Jens AxboeIncrement open file count manually
next