Add __weak sync_file_range()
[fio.git] / io_u.c
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()
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
next