summaryrefslogtreecommitdiff
path: root/iolog.c
AgeCommit message (Expand)Author
2015-03-06Fixup whitespace damage in the two previous commitsJens Axboe
2015-03-06iolog: Don't leak memory if fread fails in iolog_file_inflateErwan Velu
2015-03-06Allow verification of random overwrites w/ba < bsJustin Eno
2015-03-06iolog: account for wasted time in ipo stallJens Axboe
2015-03-06iolog: fix intermittent crash on exit with verify enabledJens Axboe
2015-03-06Make fio -Wshadow cleanJens Axboe
2015-03-06Constify a few more hot pathsJens Axboe
2015-03-06Use calloc() instead of malloc + memsetJens Axboe
2015-03-06Fixup data-direction to name translationJens Axboe
2015-03-06Add unlink hook to ioengine API, gluster ioengineCastor Fu
2015-03-06blktrace: various bug fixes and improvementsJens Axboe
2015-03-06Add some basic debug output for log compressionJens Axboe
2015-03-06iolog: run compression work at slightly elevated nice levelJens Axboe
2015-03-06iolog: fix link without zlibJens Axboe
2015-03-06iolog: fix compile error for non-zlibJens Axboe
2015-03-06iolog: propagate errors to callerJens Axboe
2015-03-06Add some new code comments on the log compress/decompressJens Axboe
2015-03-06iolog: fix bug when decompressing chunks with different sequence numbersJens Axboe
2015-03-06flist: add flist_first_entry()Jens Axboe
2015-03-06iolog: use a define instead of a raw bit maskJens Axboe
2015-03-06iolog: get rid of ic->nofreeJens Axboe
2015-03-06iolog: get rid of one section of CONFIG_ZLIB ifdefJens Axboe
2015-03-06iolog: do stat() after fopen()Jens Axboe
2015-03-06iolog: remove dead code that stored a gzip headerJens Axboe
2015-03-06Move tp.[ch] to lib/Jens Axboe
2015-03-06Add support for storing compressed logsJens Axboe
2015-03-06Add support for runtime log compressionJens Axboe
2015-03-06log: fix use-after-freeJens Axboe
2015-03-06Cleanup loggingJens Axboe
2015-03-06Add option for including byte offset for each log entryJens Axboe
2015-03-06iolog: remember to add bytes to total IO sizeJens Axboe
2014-05-06verify: fix verification of uncompleted or errored iosJens Axboe
2014-04-11iolog: check for thread termination in long delaysJens Axboe
2014-04-08iolog: skip max_bs[rw] increment for rw == DDIR_INVALJens Axboe
2014-04-02Use setvbuf() for log writingJens Axboe
2014-04-02iolog: invert log_mask bitsJens Axboe
2014-04-02Cleanup the parallellized log writingJens Axboe
2014-04-02iolog: don't serialize the writing of all logsJens Axboe
2014-04-02iolog: Keep full path for logs filesErwan Velu
2014-02-26blktrace: load improvementsJens Axboe
2014-02-20fio: add multi directory supportChristian Ehrhardt
2014-02-06verify: always log IO in the order they are issuedJens Axboe
2014-02-05Fix rand_seed mismatches in verify phasePuthikorn Voravootivat
2014-01-24Adds check for numberio during verify phase.Juan Casse
2013-11-21Error out gracefully if we don't find the replay device for log replayJens Axboe
2013-11-21blktrace: add support for non-native endian formatJens Axboe
2013-02-20Merge branch 'master' into gfioJens Axboe
2013-02-18Fix replay of IO pattern with multiple open filesNikolaus Jeremic
2013-01-31Merge branch 'master' into gfioJens Axboe
2013-01-30Fix bugs in [v]snprintf usageKen Raeburn