fio.git
2015-12-30 Jens Axboeoptions: split out option grouping code
2015-12-30 Jens Axboeoptions: make the groups/categories constant
2015-12-30 Jens Axboeconfigure: add --enable-lex
2015-12-29 Jens Axboeconfigure: check if lex requires/fails with -o for...
2015-12-29 Jens Axboet/dedupe: silence bogus warning on 'bytes' being used...
2015-12-29 Jens Axboet/genzipf: fix for strcasestr missing
2015-12-29 Jens AxboeFix included getopt locations
2015-12-28 Jens Axboelib/pattern: include oslib/strcasestr.h
2015-12-28 Jens Axboeclient: rename send_file() to fio_send_file()
2015-12-23 Jens AxboeFio 2.3 fio-2.3
2015-12-23 Jens Axboegfio: use ffz64 for 64-bit types
2015-12-23 Jens Axboearch: add ffs64 and ffz64
2015-12-23 shoichi.sawada... Fix runtime of terse output
2015-12-22 Jens Axboebackend: continue on failed wait_for() check, not break
2015-12-22 Jens Axboegfio: update for 64-bit option category/group
2015-12-22 Andrey KuzminAdd support for waiting for other jobs by name
2015-12-22 Jens Axboeparse: ensure that option group/category hold 64-bit
2015-12-22 Fabrice Bacchellarewrote libhdfs engine
2015-12-21 Jens AxboeMake options mask a 64-bit type
2015-12-21 Jens Axboebackend: only terminate multiple loops if we did no IO
2015-12-19 Jens Axboebackend: count iterative bytes for progress
2015-12-18 Jens Axboeserver: command tag cleanup
2015-12-18 Jens Axboeserver: don't store command tag on the stack
2015-12-18 Jens Axboeclient: iolog cleanups
2015-12-17 Jens Axboeserver: code cleanups
2015-12-17 Jens Axboeserver: remove leftover debug statement
2015-12-17 Jens Axboeconfigure: fix zlib typo
2015-12-17 Jens Axboeclient/server: transparent handling of storing compress...
2015-12-17 Jens AxboeFix compile warning for !zlib
2015-12-17 Jens Axboeclient/server: various bug fixes
2015-12-17 Jens AxboeEnsure that command line options also end up in json...
2015-12-16 Jens Axboegclient: don't free pdu on iolog return
2015-12-16 Jens Axboeclient: fix double free of command on timeout
2015-12-16 Jens Axboeverify: dump failed header, if verification fails
2015-12-16 Jens Axboeparse: fix segfault if posval option doesn't have a...
2015-12-16 Jens Axboeclient/server: ensure we don't overrun memory for long...
2015-12-16 Jens Axboeclient: fix segfault for !json output
2015-12-16 Jens Axboeclient/server: pass back job options to client
2015-12-15 Jens Axboeclient: cleanup json output
2015-12-15 Jens Axboestat: work around 'numjobs' oddity in dumping job output
2015-12-15 Jens AxboeFirst stab at adding job options to json output
2015-12-15 Jens AxboeRework 'dump_cmdline'
2015-12-15 Jens AxboeMerge branch 'server'
2015-12-15 Jens Axboeserver: bump listen() backlog
2015-12-15 Jens Axboeclient: make SEND_ETA timeout non-fatal
2015-12-14 Jens AxboeFio 2.2.13 fio-2.2.13
2015-12-14 Jens Axboeserver: create sk_out_key earlier
2015-12-14 Jens Axboeserver: don't pass sk_out into accept loop
2015-12-14 Jens Axboeserver: cleanup exported functions
2015-12-14 Jens Axboeserver: comments, and clear sk_out->sk when we close...
2015-12-14 Jens Axboeserver: ensure each connection sets up its own sk_out
2015-12-11 Jens Axboeserver: comment sk_entry struct and remove hole
2015-12-11 Jens AxboeFixup and improve per-thread data
2015-12-11 Jens Axboeserver: cleanup and proper error returns
2015-12-10 Jens Axboeserver: make the io log transmit use the new infrastructure
2015-12-10 Jens Axboeserver: rewrite message handling
2015-12-10 Jens Axboelog: remove log_local_buf()
2015-12-10 Jens AxboeAdd backend related data
2015-12-10 Jens Axboemutex: fixup fio_mutex_down_timeout()
2015-12-10 Jens AxboeAdd exitall_on_error option
2015-12-09 Jens Axboeeta: use bool for forcing jobs_eta return
2015-12-09 Jens Axboeserver: ensure we send the right sized jobs_eta when...
2015-12-09 Jens Axboeserver: always end back ETA reply
2015-12-09 Jens Axboethread_options: kill converted cpu masks
2015-12-09 Jens Axboeiolog: don't copy log samples for compression
2015-12-09 Jens Axboeeta: fix comparison reversal for time based jobs
2015-12-09 Jens AxboeFix ramp time for io_submit_mode=offload
2015-12-09 Jens Axboebackend: terminate loop if we didn't do IO
2015-12-08 Jens Axboeoptions: add log_compression_cpus option
2015-12-08 Jens Axboeoptions: check for dryrun in cpu mask setting
2015-12-08 Jens Axboeiolog: cleanup up data unref'ing
2015-12-08 Jens Axboeiolog: cleanup log writing
2015-12-08 Jens Axboeiolog: fix potential duplicate definition of compress...
2015-12-08 Jens Axboeiolog: fix build with zlib not being installed
2015-12-08 Jens Axboeiolog: cleanup data wait
2015-12-08 Jens Axboeiolog: remember to destroy cond/lock when done
2015-12-08 Jens Axboeworkqueue: make workqueue_exit() safe for multiple...
2015-12-08 Jens Axboerate-submit: clean up init/exit helpers
2015-12-08 Jens Axboeiolog: reinstate log compression nice level
2015-12-08 Jens Axboeworkqueue/rate-submit: update comments
2015-12-08 Jens Axboeworkqueue: ensure that workqueue_enqueue() can't fail
2015-12-08 Jens Axboeiolog: replace tp usage with workqueue
2015-12-08 Jens Axboeworkqueue: add nice support
2015-12-08 Jens Axboebackend: move rated submit code to its own file
2015-12-08 Jens Axboeworkqueue: move last bits of end accounting to caller
2015-12-08 Jens Axboeworkqueue: move private accounting to caller
2015-12-08 Jens Axboeworkqueue: move private exit code to caller
2015-12-08 Jens Axboeworkqueue: move init worker private code to the caller
2015-12-08 Jens Axboeworkqueue: move 'td' private data to the workqueue...
2015-12-08 Jens Axboeworkqueue: remove knowledge of td queue state
2015-12-08 Jens Axboeworkqueue: add a workqueue_work type
2015-12-08 Jens Axboeworkqueue: don't use ioengine return codes
2015-12-08 Jens Axboeworkqueue: remove knowledge of io issue (and others...
2015-12-08 Jens Axboeiolog: ensure we always store compressed, if log_store_...
2015-12-08 Jens AxboeFix latency logging if disable_slat and disable_clat...
2015-12-07 Jens AxboeFix stat summing for unified_rw_reporting
2015-12-07 Jens Axboeverify: fix header verification version check
2015-12-07 Jens Axboeworkqueue: grab sw->lock for flag manipulation
2015-12-07 Jens Axboeinit: have set_debug() check for NULL optarg
2015-12-07 Jens Axboet/genzip: cast division to double
next