Move completion handler into the io_u
[fio.git] / fio.c
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
2006-10-20 Jens Axboe[PATCH] Add for_each_td()
2006-10-19 Jens Axboe[PATCH] Fix a bunch of bugs
2006-10-19 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-10-18 Jens Axboe[PATCH] Make fio -W clean again
2006-10-18 Jens Axboe[PATCH] Sync and invalidate cache prior to running...
2006-10-18 Jens Axboe[PATCH] More verify code move
2006-10-18 Jens Axboe[PATCH] Split out the verify io parts
2006-10-18 Jens Axboe[PATCH] Split status/eta code out of fio.c
2006-10-18 Jens Axboe[PATCH] Cleanup the io engine methods
2006-10-18 Jens Axboe[PATCH] Verify eta time fix
2006-10-18 Jens Axboe[PATCH Various fixes
2006-10-18 Jens Axboe[PATCH] First cut at supporting > 1 file per job
2006-10-10 Jens Axboe[PATCH] Allow io engine to do the file setup
2006-10-09 Jens Axboe[PATCH] Don't hardcode ioengine path
2006-10-09 Jens Axboe[PATCH] Separate io engines into separate loadable...
2006-09-14 Jens Axboe[PATCH] Basic support for a cpu cycle eater job
2006-09-05 Jens Axboe[PATCH] email update
2006-07-28 Jens Axboe[PATCH] Only print eta when we have nr_running > 0
2006-07-13 Jens Axboe[PATCH] Fixup nice() return value and duplicate volatiles
2006-06-13 Jens Axboe[PATCH] Various little fixes and lots of commenting
2006-06-13 Jens Axboe[PATCH] Remove last remnants of file extending
2006-06-12 Jens Axboe[PATCH] Always create full file, don't extend
next