fio.git
2014-11-07 Jens Axboeiolog: fix intermittent crash on exit with verify enabled
2014-11-07 Jens AxboeAdd time_since_genesis()
2014-11-06 Jens Axboesmalloc: add zeroing scalloc() variant
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-11-06 Jens AxboeGet rid of __ prefix for internal frand state
2014-11-06 Jens AxboeRemove use of OS provided random functions
2014-11-05 Jens AxboeAdd basic DragonFly support
2014-10-30 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-10-30 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-10-30 Jens Axboeconfigure: disable lex/yacc on Solaris
2014-10-30 Jens Axboemmap: set 'fd' to -1
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-27 Gwendal Grignoufio: Fix padding properly
2014-10-24 Brian FultonLoop Iteration Offset Bug
2014-10-24 Jens AxboeFix fp alignment
2014-10-24 Gwendal Grignoufio: fix alignement to prevent bus error on ARM
2014-10-24 Jens Axboediskutil: get rid of disk_util_start_exit()
2014-10-24 Jens AxboeConsolidate disk util, eta, and status check thread
2014-10-24 Jens Axboestat: avoid hang with race in stat thread exit and...
2014-10-23 Jens AxboeStart and stop status interval (or file) thread separately
2014-10-23 Jens Axboebackend: remove debug du thread exit notice
2014-10-23 Jens AxboeGet rid of (now unused) disk_util_mutex
2014-10-23 Jens AxboeFix exit being slowed by disk util stat time
2014-10-21 Jens Axboet/dedupe: fix init of all thread variables
2014-10-21 Jens Axboecompiler: improve gcc 4.x compile time check
2014-10-21 Shu-Yu FuFix typo in alignment check
2014-10-20 Jens AxboeAdd alignment to thread_options_pack for proper fp...
2014-10-20 Jens Axboefio: add alignment check for fp fields
2014-10-20 Jens Axboestat: ensure that the fp fields are 64-bit aligned
2014-10-20 Jens AxboeAdd some build assert macros
2014-10-15 Bruce CranBSD Yacc doesn't understand --no-lines, so use -l instead
2014-10-15 Jens Axboeengines/net: get rid of conversion warning on clang/OSX
2014-10-15 Jens AxboeGet rid if --header-file argument for lex
2014-10-15 Jens Axboeclient: fix potential NULL dereference
2014-10-15 Jens Axboet/btrace2fio: fix fd leak on error
2014-10-15 Jens Axboet/dedupe: fix bogus items NULL compare
2014-10-15 Jens Axboesha256: cast shift to uint64_t
2014-10-15 Jens Axboecrc/test: fix potential div by zero
2014-10-14 Jens Axboeengines/libaio: fix wrong setting of wait_start
2014-10-13 Jens Axboeserver/client: don't use __ conversion functions if...
2014-10-13 Jens Axboeengines: don't use printf or stderr directly
2014-10-13 Jens Axboebackend: use log_info_flush(), not fflush()
2014-10-13 Jens Axboesmalloc: use log_err() for errors
2014-10-13 Jens Axboeclient: partial revert of 9899aff3e345
2014-10-13 Jens Axboeclient: get rid of (now) unused client->nr_stat
2014-10-13 Jens Axboeclient: always output summed output for all clients
2014-10-13 Jens Axboestat: set kb/unit_base, if not already set
2014-10-12 Jens AxboeSet genesis time when running only network clients
2014-10-11 Jens AxboeMakefile: don't install test binaries
2014-10-10 Andrey Kuzminengines/libaio: better protect against a busy loop...
2014-10-10 Jens Axboestat: add total/short/drop ios to the json output
2014-10-10 Jens AxboeUpdate documentation on net engine port usage
2014-10-10 Jens Axboeengines/net: add subjob number to given port
2014-10-10 Jens Axboeconfigure: only print gtk status if --enable-gfio used
2014-10-10 Jens Axboeengines/net: use link close message on TCP as well
2014-10-10 Jens Axboeeta: don't count TD_SETTING_UP as a running process
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 AxboeFix potential segfault on ENOENT on job file
2014-10-08 Jens Axboeclient: remember to zero pad filename
2014-10-08 Jens AxboeAdd support for --remote-config
2014-10-08 Jens Axboegfio: remove warning on g_type_init() being deprecated
2014-10-08 Jens AxboeMakefile: fix gfio link for CONFIG_ARITHMETIC
2014-10-08 Jens Axboelibaio: commit on EAGAIN
2014-10-08 Slava Pestovlibaio: retry on -EINTR
2014-10-07 Jens Axboeexp: small code cleanup
2014-10-07 Jens Axboeexp: fix issues around int vs size_t
2014-10-07 Jens AxboeIgnore lexer.h auto-generated file
2014-10-07 Jens Axboet/dedupe: use fio abstracted OS_O_DIRECT
2014-10-07 Jens Axboet/dedupe: remove leftover linux/fs.h include
2014-10-07 Jens Axboet/dedupe: use generic blockdev_size() to get size
2014-10-07 Jens Axboet/dedupe: avoid div-by-zero for all identical chunks
2014-10-07 Jens Axboet/dedupe: fix off-by 1.024 in bandwidth
2014-10-07 Stephen M.... Fix bison parsing
2014-10-07 Stephen M.... fix problem with yy_size_t vs int param to lexer_input
2014-10-07 Jens Axboeinit: set fail error return on bad parse
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-10-03 Jens AxboeFio 2.1.13 fio-2.1.13
2014-10-03 Jens Axboeengines/libaio: modify getevents and commit error handling
2014-10-03 Jens AxboeMakefile: exp/fixup-buggy-yacc-output is no more
2014-10-03 Stephen M.... make expression parser handle scientific notation
2014-10-01 Jens Axboeengines/libaio: reset 'wait_start' on non-EAGAIN
next