summaryrefslogtreecommitdiff
path: root/filesetup.c
AgeCommit message (Expand)Author
2008-09-10filehash: Filehash should be removed after the file is closedShaozhi Shawn Ye
2008-09-10filesetup: When terse_output is set, The 'laying out' message should not be d...Shaozhi Shawn Ye
2008-07-31Detect and complain on smalloc failuresJens Axboe
2008-06-25Prevent filetype disappearingAaron Carroll
2008-06-04Add OS agnostic RAND_MAXJens Axboe
2008-06-02Guard posix_fallocate() behind OS defineJens Axboe
2008-06-02Don't make posix_fallocate() set td->verrorJens Axboe
2008-05-31ffz() takes ints, so change the file_map to being int basedJens Axboe
2008-05-30Fixup posix_fallocate() usageJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-05-28Fix bug in put_file() and __file_invalidate_cache()Jens Axboe
2008-04-04Merge branch 'master' of ssh://git.kernel.dk/data/git/fioJens Axboe
2008-04-04If a file is extended, drop extended length in cacheJens Axboe
2008-03-26Add softrandommap and --alloc-size optionsJens Axboe
2008-03-26Allow randommap allocation to failJens Axboe
2008-03-26Fix badly merged dprint()Jens Axboe
2008-03-26Make sure that file is created for FIO_NOEXTEND enginesJens Axboe
2008-03-07blktrace improvements and fixupsJens Axboe
2008-03-07Only set O_RDWR for open() when readonly isn't setJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-06Always make job use open() instead of dup(), even for shared filesJens Axboe
2008-03-06File setup open can fail in multiple functions, not just open()Jens Axboe
2008-03-06Be more careful about catching fsync() errorsJens Axboe
2008-03-06Multiple file handling fixesJens Axboe
2008-03-04Revamp file lockingJens Axboe
2008-03-01Add the file sharing bitsJens Axboe
2008-03-01Hook up the file hashingJens Axboe
2008-03-01Remember to free the file structure as wellJens Axboe
2008-03-01Allocate file structure from shared process poolJens Axboe
2008-03-01Missed update of dup_files() for dynamically allocated filesJens Axboe
2008-03-01Add file locking hooksJens Axboe
2008-03-01Make file structures dynamically allocatedJens Axboe
2008-03-01Update close file handler to return potential errorJens Axboe
2008-03-01Add close_files() that closes all filesJens Axboe
2008-03-01Only initialize random map if we are actually going to use itJens Axboe
2008-02-26extend_file need continue when the file existsZhang, Yanmin
2008-02-21Remove dead FIO_FILE_EXISTS flagJens Axboe
2008-02-01A few debug debug log fixesJens Axboe
2008-02-01Add --debug for enabling internal dumps on various actionsJens Axboe
2008-01-25Random IO fixesJens Axboe
2008-01-24More file extend fixesJens Axboe
2008-01-24file extent fixGurudas Pai
2008-01-11Don't truncate files if we don't need to extend themShawn Lewis
2008-01-11Add fill_device optionShawn Lewis
2007-12-21fio: Fix for new file creationGurudas Pai
2007-12-14Overflow bugs in random mapJens Axboe
2007-11-26Fix failure in opening files with O_NOATIMEAaron Carroll
2007-10-25Fixes for CPU burn engineJens Axboe
2007-10-11Set O_NOATIME on open for non-regular filesJens Axboe
2007-09-12Extend --readonlyJens Axboe