Fix crash when attempting to dupe options
[fio.git] / io_u.c
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...
2009-07-10 Jens AxboeFix broken completion latency numbers
2009-07-06 Jens AxboeAdd support for async IO verification offload
2009-07-01 Jens AxboeAdd support for the iomem_align option
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-11 Jens AxboeYet another rate fixup
2009-06-11 Jens AxboeImprove rate limiting
2009-06-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-10 Jens AxboeFix slat numbers
2009-06-09 Jens AxboeBad indent
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-03 Jens AxboeFix bug with rwmix and multiple loops over the same set
2009-06-03 Jens AxboeCleanup verify headers
2009-06-03 Jens AxboeClean up file flags
2009-05-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-22 Jens AxboeRemove io_u->endpos
2009-05-20 Jens AxboeClear f on error get_next_file_rr()
2009-05-18 Jens AxboeInclude transfer size in the clat/slat measurements
2009-04-28 Radha RamachandranDon't populate random data for verify reads
2009-04-22 Radha RamachandranFix issue with random offset being off if io_size ...
2009-04-21 Jens AxboeAdd support for different weights for reads and writes...
2009-04-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-07 Jens AxboeReseed random generator for loop/time based runs
2009-03-11 Jens AxboeAdd blockalign/ba option
2009-03-04 Jens AxboeMore file setting bug fixes
2009-03-04 Jens AxboeFix file open leak
2009-03-04 Jens AxboeFix bug with openfiles
2009-03-04 Jens AxboeFix bug in file selection
2009-03-04 Jens AxboeAdd 'sequential' file_service_type
2008-12-05 Jens AxboeFix bogus 'may be used uninitialized' warning from...
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeAdd options for disabling slat/clat/bw measurements
2008-10-16 Jens AxboeKill io_u timeout handling
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-10 Jens AxboeAdd ramp_time option
2008-06-13 Jens AxboeAdd uninitialized_var() to silence bogus compiler warnings
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeImprove bsrange buflen generations
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-04 Jens AxboeAdd OS agnostic RAND_MAX
2008-06-04 Jens AxboeMissing time store in rwmix switch
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-06-02 Jens AxboeDo at least one block if randommap fails us
2008-06-02 Jens AxboeInc block in mark_random_map()
next