Add write barriers
[fio.git] / io_u.c
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
2007-03-27 Jens AxboeInclude syncs in the stored io log
2007-03-27 Jens AxboeRemove !td->o.read_io_log test that is always true
2007-03-27 Jens AxboeOnly call into log_io_piece() when verify is set
2007-03-26 Jens AxboeAdd 'null' verify option
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboeCleanup get_next_offset()
2007-03-22 Jens AxboeImprove mixed random append option
2007-03-22 Jens AxboeAdd support for mixing a random IO workload a bit
2007-03-22 Davide LibenziAvoid "ts" going out of scope.
2007-03-21 Jens AxboeImprove data direction runtime logging
2007-03-21 Jens AxboeImprove rwmix states
2007-03-16 Jens AxboeImprove rwmix buffered split
2007-03-15 Jens AxboeCompile error with FIO_USE_TIMEOUT defined
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-14 Jens AxboeFix for bs shrinkage
2007-03-14 Jens AxboeWhen opening a new file, check file limit not total...
2007-03-13 Jens AxboeFix double io_u free in error path
2007-03-13 Jens AxboeObscure file randommap fix
2007-03-13 Jens AxboeImprove handling of nr_files != open_files
2007-03-13 Jens AxboeAdd file reference counting
2007-03-13 Jens AxboeTurn file ->open and ->unlink into flags
2007-03-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-03-12 Jens AxboeShow IOPS as well as bw numbers
2007-03-12 Jens AxboeAdd nr parameter to file_service_type
2007-03-08 Jens AxboeGet rid of reopen_files()
2007-03-08 Jens AxboeAdd ->open to struct fio_file
next