Remove use of OS provided random functions
[fio.git] / engines /
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
2014-04-08 chenhglusterfs api fadvise support
2014-04-02 chenhsecond async IO code drop
2014-04-02 chenhfirst async IO code drop
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-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
2014-02-26 Jens Axboeblktrace: load improvements
2014-02-25 Jens Axboenet: fix accidental overwrite of more than just the...
2014-02-20 Christian Ehrhardtfio: add multi directory support
2014-02-18 Daniel Gollublibrbd ioengine support
2014-02-13 Jens Axboenull: style fixup
2014-02-13 Daniel Gollubengines/null: allow build as external C++ ioengine
2014-01-25 Jens Axboeengine: protect net engine IPv6 support with configure...
2014-01-24 Jens Axboeengine: more checks on IPv6 and multicast
2014-01-24 Jens Axboeengine: pass in right protocol family on host lookup
2014-01-24 Jens Axboeengine: IPv6 net engine updates
2014-01-24 Jens Axboeengine: basic support for IPv6 in the net IO engine
2013-11-06 Jens Axboeposixaio: fix thread problem with using errno
2013-11-01 Bruce CranUpdate Windows code to fix build breakage
2013-09-27 Anatol PomozovFix misspellings using 'codespell' tool
2013-07-23 Yufei RenUpdate for RDMA io engine's compatibility
2013-07-22 Shawn Bohrernet: Add option to set outgoing multicast TTL
2013-07-22 Shawn Bohrernet: Allow setting network interface to use for multicast
2013-07-22 Shawn Bohrernet: Add UDP multicast support
2013-07-21 Shawn Bohrernet: close socket on error
2013-07-21 Shawn Bohrernet: fix recvfrom error message
2013-05-29 Bruce CranUpdate windowsaio for changes to the thread structure
2013-05-28 Jens AxboeReplace list based free/busy/requeue list with FIFO...
2013-05-21 Chandra Mallarapufusion atomic: retrieve all capabilities and support...
next