[PATCH] First cut syslet async io support
[fio.git] / fio.c
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
2006-06-12 Jens Axboe[PATCH] Pass full required size into create_file()
2006-06-12 Jens Axboe[PATCH] Fix non-overwrite bug
2006-06-12 Jens Axboe[PATCH] Add option for terse parseable output
2006-06-09 Jens Axboe[PATCH] Misc: stall progress ouput during file creation...
2006-06-09 Jens Axboe[PATCH] Add support for giving multiple job files
2006-06-09 Jens Axboe[PATCH] Documentation updates
2006-06-08 Jens Axboe[PATCH] When logging to a file, stderr should go both...
2006-06-08 Jens Axboe[PATCH] Enable output logging to file instead of stdout
2006-06-08 Jens Axboe[PATCH] Also print pending string if some threads have...
2006-06-08 Jens Axboe[PATCH] Improve run_str[] updates and printing
2006-06-08 Jens Axboe[PATCH] Note when thread is fsyncing
2006-06-08 Jens Axboe[PATCH] Compile and works on OpenSolaris (tested on...
2006-06-08 Jens Axboe[PATCH] Let thread exit cleanup the small allocs
2006-06-07 Jens Axboe[PATCH] rwmix seed got broken with random abstraction...
2006-06-07 Jens Axboe[PATCH] Cleanups and 'td' size reduction
2006-06-07 Jens Axboe[PATCH] Easy process shared semaphores
2006-06-07 Jens Axboe[PATCH] OS abstract out the random seed and value retrieval
2006-06-07 Jens Axboe[PATCH] Get closer to FreeBSD compile
2006-06-07 Jens Axboe[PATCH] Guard ioscheduler= option with FIO_HAVE_IOSCHED...
2006-06-07 Jens Axboe[PATCH] Add name=x option to name jobs
2006-06-07 Jens Axboe[PATCH] Shorten the file names, stupid to prefix everyt...
2006-06-06 Jens Axboe[PATCH] Juggle some includes, add cscope make target
2006-06-06 Jens Axboe[PATCH] Split up fio.c into log/stat/time parts
2006-06-06 Jens Axboe[PATCH] Change logging unit from MiB to KiB
2006-06-06 Jens Axboe[PATCH] Aggregate bandwidth off-by 1.024
2006-06-06 Jens Axboe[PATCH] Cleanup allocation frees on exit
2006-06-06 Jens Axboe[PATCH] Add ioscheduler=x option to allow setting io...
2006-06-06 Jens Axboe[PATCH] Add exec_prerun/exec_postrun options
2006-06-06 Jens Axboe[PATCH] Dynamically allocate the big filename entries...
2006-06-02 Jens Axboe[PATCH] Fixup merge error fio-1.4
next