Clear ->rate_bytes on do_io() loop
[fio.git] / fio.c
2007-03-12 Jens AxboeClear ->rate_bytes on do_io() loop
2007-03-09 Jens AxboeTurn the CPU burner into a real io engine
2007-03-09 Jens AxboeRemove ->mutex after last use, not on job exit
2007-03-08 Jens AxboeAdd a real semaphore implemtation
2007-03-08 Jens AxboeGet rid of reopen_files()
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 AxboeDon't kill() running threads
2007-03-05 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-05 Jens AxboeCleanup requeue handling
2007-03-05 Jens AxboeForced kill is not used anymore.
2007-03-05 Jens AxboeGently prod children with a SIGQUIT on terminate
2007-03-05 Jens AxboeImprove error logging and handling
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeSpelling fixes
2007-02-28 Jens AxboeDon't do rate checks, if no ratemin has been specified.
2007-02-26 Jens AxboeMove the iodepth_batch into td_io_queue() instead
2007-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-02-26 Jens AxboeAdd iodepth_batch setting
2007-02-26 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-02-26 Jens AxboeDo proper wait for pending IO on clean exit
2007-02-23 Jens AxboeMove completion handler into the io_u
2007-02-23 Jens AxboeRate must always calculate bytes done
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeFurther improve thread handling
2007-02-22 Jens AxboeThread waitpid() error check
2007-02-22 Jens AxboeImprove thread reap handling
2007-02-22 Jens Axboeio_u timeout handling
2007-02-22 Jens AxboeTrack io_u state (free or in-flight)
2007-02-21 Jens AxboeStill need to put io_u on early exit
2007-02-21 Jens AxboeCorrect io_u_*_complete() return checking
2007-02-21 Jens AxboeFix double io_u free on error in do_verify()
2007-02-21 Jens Axboe64-bit compile warnings
2007-02-20 Jens AxboeStatic error value checking
2007-02-20 Jens AxboeAdd low water mark for queuing depth
2007-02-20 Jens AxboeFirst step for group reporting
2007-02-20 Jens AxboeImprove submission latency calculation
2007-02-19 Jens AxboeMissing clear of some IO state
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 AxboeUnify and fixup error handling
2007-02-18 Jens AxboeFully parallellize io_u verification
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-17 Jens Axboe[PATCH] Add thinktime_spin parameter
2007-02-17 Jens Axboe[PATCH] Don't check status if ret < 0
2007-02-17 Jens Axboe[PATCH] Catch processes/threads that unexpectedly exited
2007-02-17 Jens Axboe[PATCH] Further improve child exit reaping
2007-02-17 Jens Axboe[PATCH] Fixup client error exit
2007-02-13 Jens Axboe[PATCH] Make the exit value meaningfull
2007-02-12 Jens Axboe[PATCH] Total io is the sum of READ and WRITE
2007-02-11 Jens Axboe[PATCH] Move td_verror() into io_ops->queue() hook
2007-02-10 Jens Axboe[PATCH] Pretty up stat output
2007-02-10 Jens Axboe[PATCH] Kill redundant header files
2007-02-07 Jens Axboe[PATCH] We should check system() return value
2007-02-07 Jens Axboe[PATCH] Remove SIGSEGV handler
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO
2007-02-06 Jens Axboe[PATCH] Fix buffer alignment on non-4kb archs
2007-02-05 Jens Axboe[PATCH] Fix sg ioengine
2007-01-17 Jens Axboe[PATCH] Add support for writing aggregate bandwidth log
2007-01-13 Jens Axboe[PATCH] Improve rate functionality
2007-01-12 Jens Axboe[PATCH] Properly shutdown in case of serious errors
2007-01-11 Jens Axboe[PATCH] Really fixup disk util init
2007-01-11 Jens AxboeRevert "[PATCH] Move disk utilization setup to thread...
2007-01-11 Jens Axboe[PATCH] Move disk utilization setup to thread itself
2007-01-10 Jens Axboe[PATCH] Reversed order of thinktime_blocks modulo operation
2007-01-09 Jens Axboe[PATCH] Move timeout structure where it is used
2007-01-03 Jens Axboe[PATCH] Add thinktime_blocks
2006-12-20 Jens Axboe[PATCH] Add hugepage-size option
2006-12-20 Jens Axboe[PATCH] Support for mmap of hugetlb files as memory...
2006-12-20 Jens Axboe[PATCH] Fix hugetlb problems
2006-12-19 Jens Axboe[PATCH] Support for hugetlb backed shared memory
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] rusage stat
2006-11-24 Jens Axboe[PATCH] Improve time accounting for a job
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations
2006-11-23 Jens Axboe[PATCH] Get rid of FIO_INST_PREFIX
2006-11-23 Jens Axboe[PATCH] Always open the files from the job itself
2006-11-23 Jens Axboe[PATCH] fsync and stonewall fix
2006-11-07 Jens Axboe[PATCH] Remove rate_quit remnants
2006-11-07 Jens Axboe[PATCH] Warn on writable strings
2006-11-03 Jens Axboe[PATCH] Add seperate read/write block size options
2006-11-01 Jens Axboe[PATCH] Signedness warning
2006-10-30 Jens Axboe[PATCH] Randomly fill output buffers
2006-10-27 Jens Axboe[PATCH cpu io threads need not have lots of stuff setup
2006-10-27 Jens Axboe[PATCH] Improve io logging
2006-10-25 Jens Axboe[PATCH] ->queue() error handling
2006-10-24 Jens Axboe[PATCH] License update
2006-10-24 Jens Axboe[PATCH] Move td_io_sync()
2006-10-24 Jens Axboe[PATCH] Implement file syncing as data direction
2006-10-24 Jens Axboe[PATCH] Revert some of the leak fixes
2006-10-20 Jens Axboe[PATCH] Plug a few more leaks fio-1.7
2006-10-20 Jens Axboe[PATCH] Be nicer about cleaning up allocated memory
2006-10-20 Jens Axboe[PATCH] Sanity check ops on loaded io engine
2006-10-20 Jens Axboe[PATCH] Split the io_u io handling out of fio.c
2006-10-20 Jens Axboe[PATCH] Split out the memory handling from fio.c
next