summaryrefslogtreecommitdiff
path: root/filesetup.c
AgeCommit message (Expand)Author
2007-04-19Fix file unlinkingJens Axboe
2007-04-17Reduntant write bit checksJens Axboe
2007-04-17If writing to stdout, move stat output to stderrJens Axboe
2007-04-17No need to check for type before doing fsync()Jens Axboe
2007-04-16Add support for using '-' as filename for stdin/stdoutJens Axboe
2007-04-16Add check for pipe/fifo filesJens Axboe
2007-04-12Put the ->real_file_size handling into fioJens Axboe
2007-04-11Fix problem with treating ENOENT as an errorJens Axboe
2007-04-02Move os/arch/compiler headers into directoriesJens Axboe
2007-04-02Log and return error in early file open checksJens Axboe
2007-03-29Unlink a writeable file, if overwrite isn't setJens Axboe
2007-03-29Fix loop with multiple filesJens Axboe
2007-03-29Only use posix_fallocate(), if we are overwritingJens Axboe
2007-03-28Fix size setting on raw devicesJens Axboe
2007-03-27Use clear_error() instead of clearing the error manuallyJens Axboe
2007-03-27Auto limit open files if we get EMFILEJens Axboe
2007-03-27'opendir' fixesJens Axboe
2007-03-27No need to return an error from get_file_sizes()Jens Axboe
2007-03-27Only overwrite in layout if neededJens Axboe
2007-03-27Do the invalidate/advise hinting in td_open_file()Jens Axboe
2007-03-27Revamp the file creation codeJens Axboe
2007-03-27Cleanup generic_file_open()Jens Axboe
2007-03-27Don't completely fail for block device flushing failureJens Axboe
2007-03-27Make sure to set io size on non-filesJens Axboe
2007-03-27Improve random verify block sortingJens Axboe
2007-03-23Make sure the ->files array is job privateJens Axboe
2007-03-23Fix file unlinkingJens Axboe
2007-03-23Fix bug with numjobs > 1, directory and filename givenJens Axboe
2007-03-22Add option to disable fadvise() hintsJens Axboe
2007-03-21Dump actual filename in failure to openJens Axboe
2007-03-20Fix divide-by-zeroJens Axboe
2007-03-20Clear ->file_map after free()Jens Axboe
2007-03-20File creation fixJens Axboe
2007-03-15Untangle the file creation messJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-15Style cleanupJens Axboe
2007-03-15More file creation improvementsJens Axboe
2007-03-15Remember to account for existing files in size setupJens Axboe
2007-03-15Use log_info() throughoutJens Axboe
2007-03-15Add 'filesize' optionJens Axboe
2007-03-14Don't free ->filesJens Axboe
2007-03-14New/old file mix fixJens Axboe
2007-03-14recurse_dir(): Move . and .. check earlierJens Axboe
2007-03-14Better handling of file creation vs existing filesJens Axboe
2007-03-13Print informative error when we hit the max number of files openJens Axboe
2007-03-13Add 'opendir' optionJens Axboe
2007-03-13Add 'fsync_on_close' optionJens Axboe
2007-03-13Total file size handling fixJens Axboe
2007-03-13Init stat for all files, not just current rangeJens Axboe
2007-03-13Normal vs special files fixupsJens Axboe