IO verification needs to open and grab a reference to a file
[fio.git] / filesetup.c
2007-05-22 Jens AxboeIO verification needs to open and grab a reference...
2007-04-19 Jens AxboeFix file unlinking
2007-04-17 Jens AxboeReduntant write bit checks
2007-04-17 Jens AxboeIf writing to stdout, move stat output to stderr
2007-04-17 Jens AxboeNo need to check for type before doing fsync()
2007-04-16 Jens AxboeAdd support for using '-' as filename for stdin/stdout
2007-04-16 Jens AxboeAdd check for pipe/fifo files
2007-04-12 Jens AxboePut the ->real_file_size handling into fio
2007-04-11 Jens AxboeFix problem with treating ENOENT as an error
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-04-02 Jens AxboeLog and return error in early file open checks
2007-03-29 Jens AxboeUnlink a writeable file, if overwrite isn't set
2007-03-29 Jens AxboeFix loop with multiple files
2007-03-29 Jens AxboeOnly use posix_fallocate(), if we are overwriting
2007-03-28 Jens AxboeFix size setting on raw devices
2007-03-27 Jens AxboeUse clear_error() instead of clearing the error manually
2007-03-27 Jens AxboeAuto limit open files if we get EMFILE
2007-03-27 Jens Axboe'opendir' fixes
2007-03-27 Jens AxboeNo need to return an error from get_file_sizes()
2007-03-27 Jens AxboeOnly overwrite in layout if needed
2007-03-27 Jens AxboeDo the invalidate/advise hinting in td_open_file()
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-27 Jens AxboeCleanup generic_file_open()
2007-03-27 Jens AxboeDon't completely fail for block device flushing failure
2007-03-27 Jens AxboeMake sure to set io size on non-files
2007-03-27 Jens AxboeImprove random verify block sorting
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboeMake sure the ->files array is job private
2007-03-23 Jens AxboeFix file unlinking
2007-03-23 Jens AxboeFix bug with numjobs > 1, directory and filename given
2007-03-22 Jens AxboeAdd option to disable fadvise() hints
2007-03-21 Jens AxboeDump actual filename in failure to open
2007-03-20 Jens AxboeFix divide-by-zero
2007-03-20 Jens AxboeClear ->file_map after free()
2007-03-20 Jens AxboeFile creation fix
2007-03-15 Jens AxboeUntangle the file creation mess
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeStyle cleanup
2007-03-15 Jens AxboeMore file creation improvements
2007-03-15 Jens AxboeRemember to account for existing files in size setup
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-15 Jens AxboeAdd 'filesize' option
2007-03-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-14 Jens AxboeDon't free ->files
2007-03-14 Jens AxboeNew/old file mix fix
2007-03-14 Jens Axboerecurse_dir(): Move . and .. check earlier
2007-03-14 Jens AxboeBetter handling of file creation vs existing files
2007-03-13 Jens AxboePrint informative error when we hit the max number...
2007-03-13 Jens AxboeAdd 'opendir' option
2007-03-13 Jens AxboeAdd 'fsync_on_close' option
2007-03-13 Jens AxboeTotal file size handling fix
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 Axboetd->filename vs f->filename typo
2007-03-13 Jens AxboeDon't stack allocate file name
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-12 Jens AxboeOverwrite fix
2007-03-12 Jens AxboeFile truncation and extend fixes
2007-03-09 Jens AxboeFix ->file_map leak
2007-03-08 Jens AxboeGet rid of reopen_files()
2007-03-08 Jens Axboeopenfiles fix
2007-03-08 Jens AxboeFix invalidate cache typo
2007-03-08 Jens AxboeRevamp file open/close handling
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-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-02-26 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-02-26 Jens AxboeNo need to do fadvise() on O_DIRECT/raw IO
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-22 Jens AxboeCorrect spelling error
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeDon't check st_size for special files
2007-02-10 Jens Axboe[PATCH] File size fix on NULL io engines
2007-02-07 Jens Axboe[PATCH] Don't create files for engines that don't need...
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO
2007-01-24 Jens Axboe[PATCH] Fix typo
2007-01-14 Jens Axboe[PATCH] Unlink write file if !overwrite and it exists
2007-01-08 Jens Axboe[PATCH] Non-overwrite random write fix
2006-12-20 Jens Axboe[PATCH] Must use ->real_file_size
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] Time and seek optimizations
2006-11-23 Jens Axboe[PATCH] Close files on error
2006-11-23 Jens Axboe[PATCH] Always open the files from the job itself
2006-11-23 Jens Axboe[PATCH] File close fix
2006-11-15 Jens Axboe[PATCH] nrfiles > 1 random fix
2006-11-03 Jens Axboe[PATCH] Add seperate read/write block size options
2006-10-25 Jens Axboe[PATCH] Use posix_fallocate() to force file layout
2006-10-24 Jens Axboe[PATCH] Only unlink the same file once
2006-10-24 Jens Axboe[PATCH] Add option to specify the exact file used
2006-10-20 Jens Axboe[PATCH] Be nicer about cleaning up allocated memory
2006-10-20 Jens Axboe[PATCH] More size fixes
2006-10-20 Jens Axboe[PATCH] Fixup io size on block devices
2006-10-19 Jens Axboe[PATCH] File creation and info fixes
2006-10-19 Jens Axboe[PATCH] Total io size / eta fix
2006-10-19 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
next