iolog: allocate 'cur_log's out of shared pool
[fio.git] / iolog.c
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
2014-07-04 Jens Axboeiolog: fix bug when decompressing chunks with different...
2014-07-04 Jens Axboeflist: add flist_first_entry()
2014-07-04 Jens Axboeiolog: use a define instead of a raw bit mask
2014-07-03 Jens Axboeiolog: get rid of ic->nofree
2014-07-03 Jens Axboeiolog: get rid of one section of CONFIG_ZLIB ifdef
2014-07-03 Jens Axboeiolog: do stat() after fopen()
2014-07-03 Jens Axboeiolog: remove dead code that stored a gzip header
2014-07-03 Jens AxboeMove tp.[ch] to lib/
2014-07-03 Jens AxboeAdd support for storing compressed logs
2014-07-03 Jens AxboeAdd support for runtime log compression
2014-07-02 Jens Axboelog: fix use-after-free
2014-07-01 Jens AxboeCleanup logging
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-10 Jens Axboeiolog: remember to add bytes to total IO size
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-05-07 Jens Axboeverify: fix verification of uncompleted or errored ios
2014-04-10 Jens Axboeiolog: check for thread termination in long delays
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens Axboeiolog: skip max_bs[rw] increment for rw == DDIR_INVAL
2014-04-03 Jens AxboeUse setvbuf() for log writing
2014-04-03 Jens Axboeiolog: invert log_mask bits
2014-04-03 Jens AxboeCleanup the parallellized log writing
2014-04-02 Jens Axboeiolog: don't serialize the writing of all logs
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Erwan Veluiolog: Keep full path for logs files
2014-02-26 Jens Axboeblktrace: load improvements
2014-02-20 Christian Ehrhardtfio: add multi directory support
2014-02-06 Jens Axboeverify: always log IO in the order they are issued
2014-02-05 Puthikorn VoravootivatFix rand_seed mismatches in verify phase
2014-01-24 Juan CasseAdds check for numberio during verify phase.
2013-11-21 Jens AxboeError out gracefully if we don't find the replay device...
2013-11-21 Jens Axboeblktrace: add support for non-native endian format
2013-04-11 Jens AxboeMerge branch 'gfio' into gfio-int
2013-04-11 Jens Axboeiolog: note type of log
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Jens AxboeMerge branch 'master' into gfio
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-04 Jens AxboeMerge branch 'master' into gfio
2013-02-21 Jens AxboeMerge branch 'master' into gfio
next