fio.git
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
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
next