fio.git
2014-12-05 Jens Axboelib/rand: cleanup __fill_random_buffer()
2014-12-05 Jens Axboelib/rand: fix bug with non uint64_t aligned random...
2014-12-05 Jens Axboeparse: make suggestions for unknown options
2014-12-05 Jens Axboesync: use io_u_log_error() for more detailed error...
2014-12-04 Jens Axboeverify: cleanup
2014-12-04 Jens AxboeUse specified compression/pattern for verify buffers too
2014-12-04 Jens AxboeDon't clear 'refill_buffers' unconditionally for patter...
2014-12-04 Jens AxboeUse specified buffer_pattern (if given) for all io_u...
2014-12-04 Jens AxboeRemove 'td' parameter from fill_pattern()
2014-12-03 Jens AxboeFix a few spelling errors
2014-12-02 Elliott, Robert... fio: remove deprecated --latency-log from manpage
2014-12-01 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-12-01 Jens AxboeBump disk util stats from 32 to 64-bit values
2014-11-25 Jens AxboeMake gfio build with --build-static
2014-11-24 Jens AxboeFixup t/ test apps for lfsr_next change()
2014-11-24 Jens Axboelfsr: don't pass in last value to lfsr_next()
2014-11-21 Jens Axboeiolog: account for wasted time in ipo stall
2014-11-21 Jens Axboeblktrace: correct setting of iodepth
2014-11-19 Jens Axboeserver: fix missing ETA in some cases
2014-11-19 Jens Axboetrigger: always send trigger, not just when remote...
2014-11-19 Jens Axboeclient: defer local trigger execute until after state...
2014-11-19 Jens AxboeHOWTO: add description and examples of verify triggers
2014-11-19 Jens Axboetrigger: enable separate remote and local trigger
2014-11-19 Jens AxboeKill off -Wshadow again
2014-11-19 Jens Axboeverify: allow empty/no trigger file
2014-11-12 Jens AxboeFix some shadow warnings for some gcc variants
2014-11-12 Jens Axboeverify: verify_state_gen_name() should check size
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeFio 2.1.14 fio-2.1.14
2014-11-11 Jens Axboeclient: replace duplicate code with read_data()
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-11-11 Jens Axboet/btrace2fio: don't dec inflight for requeue
2014-11-11 Jens Axboet/btrace2fio: fix divide-by-zero in rate calculation
2014-11-11 Jens AxboeMakefile: add -Wshadow
2014-11-11 Stephen M.... Fixup some of the time (usec) based conversions
2014-11-10 Jens AxboeGet rid if ddir_trim() macro
2014-11-10 Jens AxboeFix crash on threads being reaped before they are created
2014-11-10 Jens AxboeAdd option for statically build fio
2014-11-10 Jens Axboet/btrace2fio: cap depth if we don't see completion...
2014-11-10 Vasily TarasovFix for a race when fio prints I/O statistics periodically
2014-11-08 Jens Axboeclient/server: percentile_precision wasn't net converted
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
next