summaryrefslogtreecommitdiff
path: root/filesetup.c
AgeCommit message (Expand)Author
2010-06-09include libgen.h for basenameYAMAMOTO Takashi
2010-05-17Improve ETA for fill_device based job filesJens Axboe
2010-03-31sfree(NULL) is okJens Axboe
2010-02-06get_file_type() should use stat(), not lstat()Jens Axboe
2010-01-28Add specific knob for controlling fallocate() usageJens Axboe
2009-09-11Silence the style/whitespace policeJens Axboe
2009-08-04Add strong madvise() hint for cache pruningJens Axboe
2009-07-17Get rid of KiB vs KB distinctionJens Axboe
2009-07-01Don't allow pre_read on IO engines that cannot seekJens Axboe
2009-06-10File close fixesJens Axboe
2009-06-09Use __e for errnoJens Axboe
2009-06-09Fix problem with too many opened filesJens Axboe
2009-06-05Fix fill_device with read/randreadJens Axboe
2009-06-03More fio.h cleanupsJens Axboe
2009-06-03Clean up file flagsJens Axboe
2009-06-02Fix problem with fill_device and read workloadsJens Axboe
2009-06-02mmap engine: allow large files on 32-bit archsJens Axboe
2009-06-02Fix problem with fadvise() and fill_device optionJens Axboe
2009-05-20Fix old printf() in pre_read()Jens Axboe
2009-05-20pre_read fixesJens Axboe
2009-05-20Add pre_read optionZhang, Yanmin
2009-04-20Fix crash with multiple filesCarl Henrik Lunde
2009-04-07Use td_io_get_file_size() instead of calling ->get_file_size()Jens Axboe
2009-03-05Avoid opening files until they are usedJens Axboe
2009-03-04Botch edit in files setupJens Axboe
2009-03-04Realloc td->files to full size immediatelyJens Axboe
2009-03-04Add create_on_open optionJens Axboe
2009-02-02Check for a valid block device sizeJens Axboe
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