When opening a new file, check file limit not total number
[fio.git] / fio.h
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
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
next