Warn when seeing a job option outside of a job section
[fio.git] / fio.h
2007-03-29 Jens AxboeFix loop with multiple files
2007-03-29 Jens AxboeFix __must_check compile on older compilers
2007-03-28 Jens AxboeFix size setting on raw devices
2007-03-27 Jens AxboeBetter check for not doing a file twice
2007-03-27 Jens AxboeAuto limit open files if we get EMFILE
2007-03-27 Jens AxboeUpdate fio io engine version
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-27 Jens AxboeImprove random verify block sorting
2007-03-27 Jens AxboeAvoid using the rbtree if we don't have to
2007-03-26 Jens AxboeAdd 'null' verify option
2007-03-26 Jens AxboeFix io piece logging to not have O(n) runtime
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboeFree/alloc every FIO_OPT_STR_STORE string
2007-03-23 Jens AxboeMake sure the ->files array is job private
2007-03-22 Jens AxboeAdd option to disable fadvise() hints
2007-03-22 Jens AxboeAdd support for mixing a random IO workload a bit
2007-03-21 Jens AxboeImprove data direction runtime logging
2007-03-21 Jens AxboeImprove rwmix states
2007-03-21 Jens AxboeDump actual filename in failure to open
2007-03-21 Davide LibenziGUASI IO engine
2007-03-20 Jens Axboe'new_group' option
2007-03-16 Jens AxboeImprove rwmix buffered split
2007-03-15 Jens AxboeUntangle the file creation mess
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeMove setup_rate() out of log.c
2007-03-15 Jens AxboeSupport for setting rated based on IOPS
2007-03-15 Jens AxboeSplit option handling out of init.c
2007-03-15 Jens AxboeAdd 'filesize' option
2007-03-14 Jens Axboemmap engine: make sure that page unaligned syncs work
2007-03-14 Jens AxboeBetter handling of file creation vs existing files
2007-03-13 Jens AxboeAdd 'opendir' option
2007-03-13 Jens AxboeAdd 'fsync_on_close' option
2007-03-13 Jens AxboeImprove handling of nr_files != open_files
2007-03-13 Jens AxboeInit stat for all files, not just current range
2007-03-13 Jens AxboeNormal vs special files fixups
2007-03-13 Jens AxboeOne more f->file_name typo
2007-03-13 Jens AxboeAdd file reference counting
2007-03-13 Jens AxboeTurn file ->open and ->unlink into flags
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-13 Jens Axboe[PATCH] disk_util: Allow an engine to turn off disk_uti...
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-12 Jens AxboeNote process vs thread in output
2007-03-12 Jens AxboeFile truncation and extend fixes
2007-03-09 Jens AxboeTurn the CPU burner into a real io engine
2007-03-09 Jens AxboeMake sure each job loads a private io engine
2007-03-08 Jens AxboeAdd a real semaphore implemtation
2007-03-08 Jens AxboeGet rid of reopen_files()
2007-03-08 Jens AxboeAdd ->open to struct fio_file
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-06 Jens AxboeShow how many jobs are in a group
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-03 Joel Beckerfio.h: Fix TD_DDIR_RANDWRITE
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-02 Joel Beckerfio.h: Grow td->verror
2007-03-02 Jens AxboeConvert null io engine to use ->setup()
2007-03-01 Jens AxboeBetter management of open files
2007-03-01 Joel Becker[PATCH] ioengine flags: Replace FIO_NETIO with real...
2007-03-01 Joel Becker[PATCH] init.c: Expose f_out and f_err to loaded librar...
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
next