client: check return of dup(2)
[fio.git] / iolog.c
2018-06-05 Jens AxboeFix variable shadowing
2018-06-05 Jens Axboeiolog: remove 'td' from trim_io_piece()
2018-04-27 Jens Axboeiolog: default to good return
2018-04-27 Jens Axboeiolog/blktrace: boolean conversion
2018-04-26 Jens Axboeiolog: always use calloc() and always init both lists
2018-04-18 Jens Axboeiolog: update stale comment
2018-04-18 Jens AxboeDeprecate verifysort and verifysort_nr
2018-04-14 Jens Axboeiolog: fix issue with replay rate
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-05 Rebecca CranFix return value checking of fread() in iolog.c
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-15 Bart Van AsscheSplit mutex.c and .h each into three files
2018-03-13 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-12 Bart Van AsscheRename struct rb_node into struct fio_rb_node
2018-03-01 Jens AxboeMerge branch 'hotfix_counter_overflow' of https://githu...
2018-03-01 Alexander LarinFix overflow of counters incremented on each I/O operation
2018-02-12 Jens Axboeiolog: convert drop warning to fio_did_warn()
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
next