Remove old emails
[fio.git] / iolog.c
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-14 Jens AxboeMerge branch 'ci' of https://github.com/sitsofe/fio
2017-08-14 Jens AxboeMerge branch 'serialize_overlap' of https://github...
2017-08-14 Sitsofe Wheeleriolog: tidy up log_io_piece() conditional
2017-08-14 Sitsofe Wheeleriolog: remove random layout verification optimisation
2017-08-14 Sitsofe Wheeleriolog: fix double free when verified I/O overlaps
2017-06-22 Jens Axboeiolog: punt freeing of data back to original thread
2017-06-22 Jens Axboeiolog: get work items out of shared memory pool
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-05-24 Tomohiro KusumiMove {is,load}_blktrace() to a new header blktrace.h
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-30 Tomohiro KusumiFix "C99 inline functions are not supported" warning...
2017-01-10 Tomohiro KusumiAdd missing trailing \n in dprint()
2017-01-03 Tomohiro KusumiAdd missing trailing \n in log_err/info()
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-12 Sitsofe Wheeleriolog: add support for replay_scale option
2016-12-12 Sitsofe Wheeleriolog: Ignore re-add/re-open with replay_redirect
2016-11-27 Sitsofe Wheelerstat: Change access to io_sample union
2016-10-18 Jens Axboeiolog: add support for 'replay_no_stall'
2016-10-17 Jens Axboeiolog: enable replay_redirect on iolog replay
2016-10-11 Omar Sandovaliolog: fix --bandwidth-log segfaults
2016-09-16 Jens Axboeiolog: dprint() casts for 32-bit warnings
2016-09-16 Jens AxboeFixup two compile warnings
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Karl CronburgClient / server code for handling histograms. The server:
2016-08-16 Jens Axboehistogram: style and list fixups
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Karl CronburgMake histogram samples non-cumulative by tracking a...
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-08-08 Jens Axboeiolog: silence warning on pointer cast on 32-bit compiles
2016-08-08 Jens Axboeiolog: hist_sum() should return unsigned long
2016-08-07 Jens Axboeiolog: style updates
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-06 Karl CronburgThis commit / feature adds completion latency histogram...
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-13 Jens AxboeMerge branch 'fix_verify' of https://github.com/charles...
2016-07-11 Jens Axboeiolog: flush_log() can be bool
2016-06-12 Jens Axboeiolog: fix 'cur_log' leaks
2016-06-12 Jens Axboeiolog: allocate 'cur_log's out of shared pool
2016-05-25 Jens Axboemutex: abstract out cond/lock pshared init
2016-05-25 Jan KaraFix occasional hangs on mutexes
2016-05-20 Jens Axboeiolog: fix two bugs in deferred growing
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-20 Jens Axboeiolog: regrow log out-of-line
2016-05-19 Jens Axboeiolog: fix duplicate handling of compression end
2016-05-19 Jens Axboeiolog: fix bug with ret != Z_STREAM_END
2016-05-19 Jens Axboeiolog: more compression debugging/fixes
2016-05-19 Jens Axboeiolog: sum last chunk length to total
2016-05-19 Jens Axboeiolog: memset() zstream at init time
2016-05-19 Jens Axboeiolog: fix missing new-line in inflate debug statement
2016-05-19 Jens Axboeiolog: don't quiesce on completion
2016-05-19 Jens Axboeiolog: switch to list based scheme
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-06 Jens AxboeImprove logging accuracy
2016-05-05 Jens Axboeiolog: add define for default number of log entries
2016-05-05 Jens Axboeiolog: free memory on gz init failure
2016-05-05 Jens Axboeiolog: don't use the workqueue for sync work
2016-05-05 Jens Axboeiolog: fix use-after-free of iolog_flush_data
2015-12-17 Jens Axboeclient/server: transparent handling of storing compress...
2015-12-17 Jens Axboeclient/server: various bug fixes
2015-12-15 Jens AxboeMerge branch 'server'
2015-12-11 Jens AxboeFixup and improve per-thread data
2015-12-10 Jens Axboeserver: rewrite message handling
2015-12-09 Jens Axboeiolog: don't copy log samples for compression
2015-12-08 Jens Axboeoptions: add log_compression_cpus option
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 Axboeiolog: reinstate log compression nice level
2015-12-08 Jens Axboeiolog: replace tp usage with workqueue
2015-12-08 Jens Axboeiolog: ensure we always store compressed, if log_store_...
2015-05-11 Jens AxboeAdd 'per_job_logs' option
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-02-19 Jens AxboeFixup whitespace damage in the two previous commits
2015-02-19 Erwan Veluiolog: Don't leak memory if fread fails in iolog_file_i...
2015-02-18 Justin EnoAllow verification of random overwrites w/ba < bs
2014-11-21 Jens Axboeiolog: account for wasted time in ipo stall
2014-11-07 Jens Axboeiolog: fix intermittent crash on exit with verify enabled
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2014-09-30 Jens AxboeUse calloc() instead of malloc + memset
2014-09-17 Jens AxboeFixup data-direction to name translation
2014-08-19 Castor FuAdd unlink hook to ioengine API, gluster ioengine
2014-07-14 Jens Axboeblktrace: various bug fixes and improvements
2014-07-09 Jens AxboeAdd some basic debug output for log compression
2014-07-09 Jens Axboeiolog: run compression work at slightly elevated nice...
2014-07-08 Jens Axboeiolog: fix link without zlib
2014-07-08 Jens Axboeiolog: fix compile error for non-zlib
2014-07-08 Jens Axboeiolog: propagate errors to caller
2014-07-08 Jens AxboeAdd some new code comments on the log compress/decompress
next