axmap: ensure that we never return a value that is larger than the map size
[fio.git] / io_u.c
2013-01-23 Jens Axboeverify: stop on actual number of bytes needed to be...
2013-01-23 Jens AxboeMake experimental_verify=1 handle all cases properly
2013-01-21 Jens Axboeverify: add new experimental mode that requires no...
2013-01-21 Jens AxboeRe-seed random generator when a file is reset
2013-01-13 Bruce CranFix typo (READ/DDIR_READ).
2013-01-12 Jens AxboePre-load and sort random blocks for pure read verify...
2013-01-11 Jens Axboelfsr: ensure we don't generate an offset + buflen that...
2012-11-30 Jens AxboeCache layout improvements
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-28 Jens AxboeRename the bitmap to axmap
2012-11-26 Jens AxboeAdd LFSR generator
2012-11-22 Jens AxboeRestore BUSY_OK bypassing of bitmap
2012-11-22 Jens AxboeRework file random map
2012-11-13 Jens AxboeGet rid of uninitialized_var()
2012-11-08 Jens AxboeUse ETIMEDOUT instead of ETIME for exceeding max latency
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-07 Jens AxboeMake the zipf/pareto state per file
2012-11-06 Jens AxboeAdd pareto distribution randomizer
2012-11-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeAdd sample zipf distribution randomizer
2012-11-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-10-24 Jens AxboeAdd max_latency option
2012-10-10 Bruce CranAdd pending IO to the tail of the busy list
2012-09-23 Dmitry Monakhovbackend: Add configurable non fatal error list
2012-09-14 Shaohua LiAdd support for trim as a workload type
2012-08-16 Dan EhrenbergFixing wraparound behavior for time-based sequential...
2012-03-23 webeeverify: verify bytes should not add to this_io_bytes
2012-03-17 Jens AxboeEnable read/write sequential offset to be a non-multipl...
2012-03-16 Daniel Ehrenbergtime_based: Avoid restarting main I/O loop
2012-03-16 Jens AxboeFix problem with iodepth_batch_complete=0 and accounting
2012-03-13 Jens AxboeFix failure to verify in mixed read/write workload...
2012-03-09 Jens AxboeAdd buffer_compress_chunk option
2012-03-09 Jens AxboeHonor refill_buffers even for verifies
2012-03-07 Jens AxboeFix batch mismatch for verifies
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2012-02-11 Jens AxboeOnly attempt zone switch if we have zones enabled
2012-02-07 Steven LangEnable completion latency stat collection on verify
2012-02-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-06 Jens AxboeFail if we can't satisfy the minimum block size
2012-02-02 Jens AxboeReenable io_u->buf_filled_len optimization
2012-01-31 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-01-31 Ryan MarchandFix thread hang when using async engines (libaio,etc...
2012-01-31 Steven Noonanimplement zoned random I/O testing support
2011-11-17 Steven LangExpand continue_on_error to select which type of error...
2011-11-09 Steven LangImprove accuracy of rate= option
2011-10-26 Steven LangFix segfault with verify_async
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-12 Jens AxboeFix bad random offset generation for file map
2011-10-05 Jens AxboeFix for hosed end-of-run log numbers
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-09-27 Jens AxboeScramble corruption fix
2011-09-19 Jens AxboeScramble fix
2011-09-19 Jens AxboeAdd option for controlling buffer scrambling
2011-09-16 Jens AxboeScramble on a 512b boundary
2011-09-16 Jens AxboeScramble default write buffer contents slightly
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-08-31 Jens AxboeAdd support for backwards holes
2011-08-30 Jens AxboeFix bad latency reporting for rated IO jobs
2011-08-25 Jens AxboeAdd possibility to make sequential IO "holed"
2011-05-24 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-05-24 Jens AxboeFix overlap io_u into outside regions
2011-05-11 Jens AxboeFix signed int/long truncation on 32-bit architectures
2011-03-28 Jens AxboeSwitch all random generators to be decided by use_os_rand
2011-03-28 Jens AxboeSwitch the latter part of the offset generation to...
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-27 Jens AxboeFix end-of-job slowdown for random IO with a random map
2011-01-19 Jens AxboeGet rid of shadow declarations
2011-01-16 Jens AxboeClean io_u->buf_filled_len in io_u_fill_buffer()
2010-10-22 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-20 Jens AxboeFix segfault when passing in size < block_size
2010-10-08 Jens AxboeInitial support for explicit write barriers
2010-09-23 David NellansKill leftover debug printf() and re-format a long line
2010-09-02 Jens AxboeTrim/discard fixes
2010-09-01 Jens AxboeAdd verify trim support
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-08-25 Jens AxboeAdd missing types to io_u_log_error()
2010-07-20 Jens AxboeAdd rw_sequencer option
2010-07-20 Jens AxboeRename ddir_nr -> ddir_seq_nr
2010-07-14 Radha RamachandranNo need to use specific flag for io_u fill length
2010-07-14 Jens AxboeTurn io_u filled variable into a flag
2010-07-14 Radha RamachandranReuse filled pattern
2010-06-24 Jens AxboeAdd total latency log
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-06-17 Jens AxboeEnsure we never overlap with existing blocks
2010-06-15 Jens AxboeDefault verify backlog batch to verify backlog setting...
2010-06-15 Jens AxboeAdd some support for a verify backlog
2010-03-25 Jens AxboeOnly use true random generator for initial seed
2010-03-25 Jens Axboe"Expand" random number from 32-bit to 64-bit when necessary
2010-03-25 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-03-25 Jens AxboeFirst step at speeding up io_u rand refill
2010-03-19 Jens AxboeOptimize __get_io_u() for better code foot print
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2010-03-08 Jens AxboeMake profile io op overrides a dedicated structure
2010-03-05 Jens AxboeAllow profiles to override internal io_u functions
2009-12-09 Radha RamachandranFix rate option with iodepth > 1
2009-11-04 Jens AxboeFix race on io_u->flags
2009-11-03 Radha RamachandranFix race condition when using asynch verify
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
next