mmap engine: allow large files on 32-bit archs
[fio.git] / io_u.c
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()
2008-06-02 Jens AxboeSpeedup mark_random_map()
2008-06-01 Jens AxboeReadd the arch ffz functions
2008-05-30 Jens Axboeffz() takes ints, so change the file_map to being int...
2008-05-30 Jens AxboeAdd sparc and sparc64 support
2008-05-30 Jens AxboeAdd dprint() to io_u requeue
2008-05-28 Jens AxboeFix refill buffers overwriting verify data
2008-05-28 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-05-28 Jens AxboeFixup distribution of reads and writes in a mixed workload
2008-05-23 Jens AxboeSilence warning on older gcc (bogus)
2008-05-23 Jens AxboeWork-around too large block count
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-05-16 Jens AxboeSilence put_file() complaint
2008-05-15 Jens AxboeFix bad interaction with file open/close and queuing
2008-05-15 Jens AxboeImprove iodepth logging
2008-05-15 Jens AxboeFix off-by-one in last_block()
2008-05-14 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-05-14 Jens AxboeAllow marking of queue depth for more than 1 io_u at...
2008-04-24 Jens AxboeKill unused parameters
2008-04-07 Jens AxboeBase the rwmix switch algorithm on io issues
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeAllow randommap allocation to fail
2008-03-06 Jens AxboeStyle fixups
2008-03-04 Jens AxboeRevamp file locking
2008-03-01 Jens AxboeAdd file locking hooks
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-03-01 Jens AxboeWhen retrieving a requeued IO, don't setup data pointer...
2008-02-19 Jens AxboeMore random fixes
2008-02-18 Jens AxboeFix typo in mark_random_map()
2008-02-18 Jens AxboeFix random location generation with offset != 0
2008-02-05 Jens AxboeFix offset retrieval problem for read and write having...
2008-02-04 Jens AxboeDecrement io_issue count when requeuing an io_u
2008-02-04 Jens AxboeAdd debug trace for io_u_queue_complete()
2008-02-01 Jens AxboeCPU burn engine fix
2008-02-01 Jens AxboeA bunch of fixes
2008-01-31 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-01-31 Jens AxboeFix wrong accouning of zone bytes
2008-01-25 Jens AxboeRandom IO fixes
2007-12-14 Jens AxboeAdd support for 'bssplit' option, fine grained block...
2007-11-21 Shawn Lewisdon't log iopiece when do_verify is off
2007-10-25 Jens AxboeMore cpu engine fixes
2007-09-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-04 Jens AxboeAdd unmap hook that belongs to the IO engines
2007-07-27 ljzhang,Yaxin Hu... [PATCH] Fix fileoffset option
2007-07-26 ljzhang,Yaxin Hu... [PATCH] non-stop thread
2007-07-26 ljzhang,Yaxin Hu... [PATCH] Random map block coverage
2007-07-26 Jens AxboeFix problem with io_u being beyond EOF
2007-07-23 Jens AxboeIO log fixes
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-07-20 Jens AxboeFix disk zone test case
2007-06-19 Jens AxboeAdaptive io latency distrobution "histogram"
2007-06-19 Jens Axboeio_u_mark_depth: just set index, don't fall through
2007-06-18 Jens AxboeMake completion and submission latency use appropriate...
2007-05-22 Jens AxboeIO verification needs to open and grab a reference...
2007-05-21 Jens AxboeImprove random pattern without norandommap
2007-05-21 Jens AxboeRename ffz() function to fio_ffz() to avoid conflicts
2007-04-26 Jens AxboeFix bug with file references
2007-04-25 Jens AxboeFix read_iolog
2007-04-17 Jens AxboeReduntant write bit checks
2007-04-16 Jens AxboeFix problem with f->last_completed_pos not being correc...
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-29 Jens AxboeFix loop with multiple files
2007-03-28 Jens AxboeFix short IO handling for verifies as well
2007-03-28 Jens AxboeHandle short read at the end of file
2007-03-28 Jens AxboeFix infinite loop in get_next_file_rr()
2007-03-27 Jens AxboeBetter check for not doing a file twice
2007-03-27 Jens AxboeFix bug with not noticing end of file
2007-03-27 Jens AxboeRevamp the file creation code
next