Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
[fio.git] / io_u.c
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
2007-03-08 Jens Axboeget_next_offset() number of loops change
2007-03-08 Jens Axboefile_service_type=random fix
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-06 Jens AxboeAdd group reporting
2007-03-06 Jens AxboeOne step closer to group reporting
2007-03-05 Jens AxboeImprove error logging and handling
2007-03-02 Jens Axboeio_u completion error propagation
2007-03-01 Jens AxboeFix for file_service_type=random
2007-03-01 Jens AxboeBetter management of open files
2007-03-01 Jens AxboeExcessive passing around of struct fio_file
2007-02-26 Jens AxboeMove ->commit() call to td_io_getevents()
2007-02-24 Jens AxboeRequeue io_u flags fix
2007-02-23 Jens AxboeMove completion handler into the io_u
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-23 Jens AxboeAdd option to select how to service multiple files
2007-02-22 Jens AxboeDump io_u on timeout
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeDisable timeout handling for now
2007-02-22 Jens Axboeio_u timeout handling
2007-02-22 Jens AxboeTrack io_u state (free or in-flight)
2007-02-21 Jens AxboeChange IO latency histogram to be in power-of-10
2007-02-20 Jens AxboeUpdate io_u.c comments
2007-02-20 Jens AxboeImprove submission latency calculation
2007-02-20 Jens AxboeUse 0 timeout for command completion peek
2007-02-19 Jens AxboeBe safe and re-prep requeue io_u's
2007-02-19 Jens AxboeFix busy looping for io_u_queued_complete()
2007-02-19 Jens AxboeRetrieve next file to service in get_io_u()
2007-02-19 Jens AxboeAdd support for queuing > 1 command at the time
2007-02-19 Jens AxboeDifferentiate between bool error return and real error...
2007-02-18 Jens AxboeCleanup end IO handling
2007-02-18 Jens AxboeFully parallellize io_u verification
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-17 Jens Axboe[PATCH] IO completion time histograms
2007-02-13 Jens Axboe[PATCH] Woops, left debug clear in there
2007-02-13 Jens Axboe[PATCH] Add fio_assert()
2007-02-12 Jens Axboe[PATCH] Fix buflen trimming
2007-02-12 Jens Axboe[PATCH] One more round of random map fixes
2007-02-10 Jens Axboe[PATCH] More random map fixes
2007-02-10 Jens Axboe[PATCH] Random map fix
2007-02-07 Jens Axboe[PATCH] Misc fixes
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-01-13 Jens Axboe[PATCH] Include io depth distribution statistics
2006-12-20 Jens Axboe[PATCH] Must use ->real_file_size
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations
2006-11-15 Jens Axboe[PATCH] nrfiles > 1 random fix
2006-11-03 Jens Axboe[PATCH] Add seperate read/write block size options
next