summaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2017-05-19Update to fio-2.20.Elliott Hughes
2015-03-06net: don't record/verify UDP sequence numbers if buffer is too smallSteven Noonan
2015-03-06mmap backend invalidate fixYoshinori Sato
2015-03-06gluster: io_u->error should be a positive error valueJens Axboe
2015-03-06engines/mmap: clear partial mmap flag on closeJens Axboe
2015-03-06engines/mmap: fix segfault on large devices and 32-bit archsJens Axboe
2015-03-06Add helpers for getting/setting file engine dataJens Axboe
2015-03-06file: move mmap related data to engines/mmap.c where it belongsJens Axboe
2015-03-06gluster: wire up sync/datasync opcodesJens Axboe
2015-03-06sync: use io_u_log_error() for more detailed error messagesJens Axboe
2015-03-06Make fio -Wshadow cleanJens Axboe
2015-03-06engines: rename option specific pad from 'td' to 'pad'Jens Axboe
2015-03-06engines/rbd: sort IO by start time before waiting on itJens Axboe
2015-03-06use io_complete var to avoid the rbd_aio_is_complete lock and context switchKetor Meng
2015-03-06fix rbd_option parse errorKetor Meng
2015-03-06engines/glusterfs_async: remove no-op prep functionJens Axboe
2015-03-06engines/glusterfs_async: cleanupsJens Axboe
2015-03-06engines/glfs_async: add trim supportJens Axboe
2015-03-06engines/rbd: add option to busy poll on event completionJens Axboe
2015-03-06engines/rbd: remove unused rbd_options->tdJens Axboe
2015-03-06engines/rbd: use rbd_aio_is_complete() and add TRIM supportJens Axboe
2015-03-06engines/rbd: add support for rbd_invalidate_cache()Jens Axboe
2015-03-06rbd: various fixes and cleanupsJens Axboe
2015-03-06engines/net: get rid of conversion warning on clang/OSXJens Axboe
2015-03-06engines/libaio: fix wrong setting of wait_startJens Axboe
2015-03-06engines: don't use printf or stderr directlyJens Axboe
2015-03-06engines/libaio: better protect against a busy loop in getevents()Andrey Kuzmin
2015-03-06engines/net: add subjob number to given portJens Axboe
2015-03-06engines/net: use link close message on TCP as wellJens Axboe
2015-03-06engines/net: turn off UDP package dropping if buf size doesn't matchJens Axboe
2015-03-06stat: add dropped ios to the standard outputJens Axboe
2015-03-06engines/net: add start of tracking how many UDP packages are droppedJens Axboe
2015-03-06engines/net: add TCP_MAXSEG setting (mss)Jens Axboe
2015-03-06engines/net: add socket buffer window size settingJens Axboe
2015-03-06net: fix error reported on job exit and full residualJens Axboe
2015-03-06net: use SIGTERM for terminateJens Axboe
2015-03-06libaio: commit on EAGAINJens Axboe
2015-03-06libaio: retry on -EINTRSlava Pestov
2015-03-06engines/libaio: modify getevents and commit error handlingJens Axboe
2015-03-06engines/libaio: reset 'wait_start' on non-EAGAINJens Axboe
2015-03-06engines/libaio: fix submit loop to use 'ld->queued' for exitJens Axboe
2015-03-06engines/libaio: don't reap on EAGAIN and no pending eventsJens Axboe
2015-03-06Constify a few more hot pathsJens Axboe
2015-03-06engines/libaio: fix issue with EAGAINJens Axboe
2015-03-06Add unlink hook to ioengine API, gluster ioengineCastor Fu
2015-03-06fix re-open failure issue when using gluster ioenginerootfs
2015-03-06Add support for HDFS IO engineManish Mandlik
2015-03-06null: add FIO_FAKEIO flagJens Axboe
2015-03-06rbd: fix leak in error pathJens Axboe
2015-03-06glusterfs: fix leak in error pathJens Axboe