fio.git
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
2015-12-07 Jens Axboeoptions: don't throw away bssplit() return value
2015-12-07 Jens Axboecrc/test: don't throw away results
2015-12-04 Jens Axboeworkqueue: fix potential ABBA deadlock in stats summing
2015-12-04 Li Zhongpowerpc: enable cpu clock for powerpc64
2015-12-04 Jens Axboeworkqueue: properly account ->cur_depth
2015-12-04 Jens Axboeio_u: make io_u_quiesce() return how many IOs it completed
2015-12-03 Jens Axboeposix_fadvise() returns positive error values
2015-12-03 Jens Axboefilesetup: properly propagate error value from invalidate
2015-12-01 Jens Axboeconfigure: add --disable-lex
2015-12-01 Jens Axboeworkqueue: bool
2015-12-01 Jens Axboemutex: use bool
2015-12-01 Jens AxboeAdd 'bool' type
2015-12-01 Jens AxboeMakefile: missing conversion, and oslib/ dep cleanup
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-12-01 Jens AxboeMakefile: re-arrange lib/
2015-12-01 Jens AxboeMove memalign to lib/
2015-12-01 Jens Axboestat: move header declarations from iolog.h
2015-11-30 Jens Axboestat: use DDIR_RWDIR_CNT instead of hardwired '3'
2015-11-30 Jens AxboeClear rusage stat when resetting all stats
2015-11-30 Jens Axboeio_u: don't use xfer_buflen before we have set it up
2015-11-30 Andrey Kuzminio_size vs. time_based discrepancy
2015-11-26 Jens AxboeMakefile: generate .d dep file for init.c
2015-11-25 Jens AxboeFio 2.2.12 fio-2.2.12
2015-11-23 Jens AxboeA few min/max cleanups
2015-11-23 Jens Axboeoptions: set 'refill_buffers' for compress_percentage...
2015-11-23 Jens Axboeio_u: properly split buffer prep for compression
2015-11-21 Jens Axboegettime: get rid of the (unecessary) 10x scaling factor
2015-11-21 Jens Axboegettime: make cpuclock calibration more tolerant
2015-11-21 Jens Axboegettime: print first clock offset for CPU clock
2015-11-19 Jens RosenboomFix ETA calculations
2015-11-19 Jens AxboeDon't output json headers for fio backend
2015-11-16 Jens AxboeFix group_id != groupid mixup
2015-11-16 Casey Bodleyiolog: fix error when compiled as c++
2015-11-11 Vincent Fujson output fixups
2015-11-11 Jens AxboeFix verification error with bsrange and split read...
2015-11-10 Jens Axboesmalloc: get rid of global lock
2015-11-10 Jens AxboeClarify spread/lambda of poisson
2015-11-09 Jens AxboeRename rate_poisson to rate_process
2015-11-09 Jens AxboeProvide some consistency in rate_* options
2015-11-09 Song LiuIn fio.1 and HOWTO, add link to Poisson process in...
2015-11-09 Song Liuadd example using --rate_poisson
2015-11-09 Song Liumake sure __rand_0_1 does not return 0.0
2015-11-09 Jens AxboeAdd poisson rate selection to FD_RATE output
2015-11-09 Jens AxboeFixups for poisson rate
2015-11-09 Song LiuEnable request flow under Poisson process
2015-11-08 Jens Axboesmalloc: only clear the bitmap, not the whole pool
2015-11-08 Martin SteigerwaldFix spelling error in engines/rdma.c
2015-11-06 Vincent FuAdd latency bin output to the json output format
2015-11-05 Jens AxboeFio 2.2.11 fio-2.2.11
2015-10-31 Jens Axboeoutput_buffer: only realloc once, and memset just what...
2015-10-30 Jens AxboeBump the client ETA timeout from 5s to 30s
2015-10-28 Jens AxboeUpdate documentation for mmapshared (MMAP_SHARED)
2015-10-28 Jens AxboeFixup bw/iops logging for short runs
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Logan GunthorpeAdd mmapshared option to use mmaped files with the...
2015-10-27 Jens AxboeFixup -Wshadow warnings
2015-10-27 Jens Axboeclient/backend: fix incomplete output_format checks
2015-10-27 Jens Axboestat: fix potential segfault for json output on network...
2015-10-27 Jens Axboestat: collapse buf output flush and free
2015-10-27 Jens AxboeUnbreak output buffer logging over the network
2015-10-27 Jens Axboelog: abstract out and use generic buffer logger
2015-10-27 Jens Axboejobs_eta alloc padding
2015-10-27 Jens AxboeDon't setup output buffers we are not going to use
2015-10-27 Jens AxboeProper size return from output buffers
2015-10-27 Jens AxboeRe-instate --append-terse
2015-10-27 Jens AxboeUpdate fio man page
2015-10-27 Jens AxboeEnable the use of multiple output formats
next