Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
[fio.git] / fio.h
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 Axboesyslet engine: smart batching
2007-02-23 Jens AxboeMove completion handler into the io_u
2007-02-23 Jens AxboeMove handling of possible values into the option parser
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 AxboeAdd more context to the error messages
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 AxboeDon't overwrite error
2007-02-20 Jens AxboeMore __must_check annotations
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 AxboeRetrieve next file to service in get_io_u()
2007-02-19 Jens AxboeAdd support for queuing > 1 command at the time
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] Add thinktime_spin parameter
2007-02-17 Jens Axboe[PATCH] file descriptor is int
2007-02-17 Jens Axboe[PATCH] IO completion time histograms
2007-02-14 Jens Axboe[PATCH] Make fio compile on non-x86 again
2007-02-14 Jens Axboe[PATCH] syslet engine: use pread instead lseek+read
2007-02-14 Jens Axboe[PATCH] First cut syslet async io support
2007-02-13 Jens Axboe[PATCH] Make fio_assert() core dump the job
2007-02-13 Jens Axboe[PATCH] Make the exit value meaningfull
2007-02-13 Jens Axboe[PATCH] Add fio_assert()
2007-02-11 Jens Axboe[PATCH] Document/comment fio.h
2007-02-10 Jens Axboe[PATCH] More random map fixes
2007-02-07 Jens Axboe[PATCH] Don't create files for engines that don't need...
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-05 Jens Axboe[PATCH] Add 'description' option
2007-01-17 Jens Axboe[PATCH] Add support for writing aggregate bandwidth log
2007-01-13 Jens Axboe[PATCH] Include io depth distribution statistics
2007-01-10 Jens Axboe[PATCH] Implement a better mean and standard deviation...
2007-01-03 Jens Axboe[PATCH] Add thinktime_blocks
2007-01-03 Jens Axboe[PATCH] Fix deviation overflow
2006-12-21 Jens Axboe[PATCH] Allow mem=mmap to also use a file backing
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-19 Jens Axboe[PATCH] Support for hugetlb backed shared memory
2006-12-15 Jens Axboe[PATCH] Only unlink for created files
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
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-07 Jens Axboe[PATCH] Link in known io engines
2006-11-07 Jens Axboe[PATCH] Remove rate_quit remnants
2006-11-07 Jens Axboe[PATCH] Warn on writable strings
2006-11-03 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-11-03 Jens Axboe[PATCH] Make fio build again on "crippled" platforms
2006-11-03 Jens Axboe[PATCH] Add in-progress io rate
2006-11-03 Jens Axboe[PATCH] Add seperate read/write block size options
2006-10-30 Jens Axboe[PATCH] Randomly fill output buffers
2006-10-30 Jens Axboe[PATCH] Add 'bs_unaligned' option
2006-10-30 Jens Axboe[PATCH] Add 'norandommap' option
2006-10-27 Jens Axboe[PATCH] Options must be integer
2006-10-27 Jens Axboe[PATCH] Add full command line parameter support
2006-10-27 Jens Axboe[PATCH] Improve io logging
2006-10-27 Jens Axboe[PATCH] Abstract option handling
2006-10-24 Jens Axboe[PATCH] Implement file syncing as data direction
2006-10-24 Jens Axboe[PATCH] Shrink io_u a little
2006-10-24 Jens Axboe[PATCH] f->fileno is not used
2006-10-24 Jens Axboe[PATCH] Add option to specify the exact file used
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 bw/lat log as job options
2006-10-20 Jens Axboe[PATCH] Add for_each_td()
2006-10-19 Jens Axboe[PATCH] File creation and info fixes
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] Add support for unlinking io files
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-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-12 Jens Axboe[PATCH] Add option for terse parseable output
2006-06-12 Jens Axboe[PATCH] Remove the old job command line options
2006-06-09 Jens Axboe[PATCH] Make it easier to match up filename and job...
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] Improve run_str[] updates and printing
2006-06-07 Jens Axboe[PATCH] fio.h is missing unistd.h include
2006-06-07 Jens Axboe[PATCH] Cleanups and 'td' size reduction
2006-06-07 Jens Axboe[PATCH] Easy process shared semaphores
next