summaryrefslogtreecommitdiff
path: root/io_u.c
AgeCommit message (Expand)Author
2013-09-09Fix broken requeue of io_usJens Axboe
2013-08-09Add number_ios= optionJens Axboe
2013-08-05iolog: Logging blocksize in IOPS tracesErwan Velu
2013-07-25Add support for bs_is_seq_randJens Axboe
2013-07-25Add support for randomness of any IO directionJens Axboe
2013-07-09Make sure io_u->buflen is aligned to the verify_intervalJosef Bacik
2013-05-28Replace list based free/busy/requeue list with FIFO + ringJens Axboe
2013-05-22Start of ACT like benchmark profileJens Axboe
2013-05-17Ensure that we have no IO pending when sleepingJens Axboe
2013-05-03Honor random/zero/compressible settings for filling an initial fileJens Axboe
2013-04-26Add support for modifying the randomness of a workloadJens Axboe
2013-04-15Fixup bad logging typesJens Axboe
2013-03-07Fix skewed latencies for rate IOPSSEOKYOUNG KO
2013-02-25Fixup wrong types for dprint()Jens Axboe
2013-02-08Fix rate limitingJens Axboe
2013-02-07Fix bug with rate and read/write mixed workloads at 100% biasJens Axboe
2013-01-23verify: stop on actual number of bytes needed to be verifiedJens Axboe
2013-01-23Make experimental_verify=1 handle all cases properlyJens Axboe
2013-01-21verify: add new experimental mode that requires no meta dataJens Axboe
2013-01-21Re-seed random generator when a file is resetJens Axboe
2013-01-13Fix typo (READ/DDIR_READ).Bruce Cran
2013-01-12Pre-load and sort random blocks for pure read verify workloadsJens Axboe
2013-01-11lfsr: ensure we don't generate an offset + buflen that exceeds the max sizeJens Axboe
2012-11-30Cache layout improvementsJens Axboe
2012-11-28Rename the bitmap to axmapJens Axboe
2012-11-26Add LFSR generatorJens Axboe
2012-11-22Restore BUSY_OK bypassing of bitmapJens Axboe
2012-11-22Rework file random mapJens Axboe
2012-11-13Get rid of uninitialized_var()Jens Axboe
2012-11-08Use ETIMEDOUT instead of ETIME for exceeding max latencyJens Axboe
2012-11-07Make the zipf/pareto state per fileJens Axboe
2012-11-06Add pareto distribution randomizerJens Axboe
2012-11-06Add sample zipf distribution randomizerJens Axboe
2012-10-24Add max_latency optionJens Axboe
2012-10-10Add pending IO to the tail of the busy listBruce Cran
2012-09-23backend: Add configurable non fatal error listDmitry Monakhov
2012-09-14Add support for trim as a workload typeShaohua Li
2012-08-16Fixing wraparound behavior for time-based sequential read jobsDan Ehrenberg
2012-03-23verify: verify bytes should not add to this_io_byteswebee
2012-03-17Enable read/write sequential offset to be a non-multiple of the block sizeJens Axboe
2012-03-16time_based: Avoid restarting main I/O loopDaniel Ehrenberg
2012-03-16Fix problem with iodepth_batch_complete=0 and accountingJens Axboe
2012-03-13Fix failure to verify in mixed read/write workload with backlogJens Axboe
2012-03-09Add buffer_compress_chunk optionJens Axboe
2012-03-09Honor refill_buffers even for verifiesJens Axboe
2012-03-07Fix batch mismatch for verifiesJens Axboe
2012-03-02Add buffer_compress_percentageJens Axboe
2012-02-11Only attempt zone switch if we have zones enabledJens Axboe
2012-02-07Enable completion latency stat collection on verifySteven Lang
2012-02-06Fail if we can't satisfy the minimum block sizeJens Axboe