summaryrefslogtreecommitdiff
path: root/filesetup.c
AgeCommit message (Expand)Author
2015-03-06file: unionize lfsr/randommapJens Axboe
2015-03-06file: move mmap related data to engines/mmap.c where it belongsJens Axboe
2015-03-06Fix read/write mix and different levels of randomnessJens Axboe
2015-03-06Fix some shadow warnings for some gcc variantsJens Axboe
2015-03-06Get rid of __ prefix for internal frand stateJens Axboe
2015-03-06Remove use of OS provided random functionsJens Axboe
2015-03-06filesetup: fix a bug where we overwrite the set sizeJens Axboe
2015-03-06Add unlink hook to ioengine API, gluster ioengineCastor Fu
2015-03-06Allow reset of offset_increment counterJiri Horky
2015-03-06Fix two error pathsAndreas Gruenbacher
2015-03-06Add support for compiling for ESXJens Axboe
2015-03-06Reset file count when freeing filesJens Axboe
2015-03-06Add ->invalidate() IO engine opsJens Axboe
2014-04-28Windows: always open files in binary modeBruce Cran
2014-04-28Add option for io_limitJens Axboe
2014-04-16Error out if the set blocksize is larger than the file sizeJens Axboe
2014-04-15strcpy: kill last of the suspect onesJens Axboe
2014-04-14filesetup: silence bogus warning on close(-1)Jens Axboe
2014-04-14td_verror() needs errno style errorJens Axboe
2014-04-14file: fix potential buffer overrun in get_fs_free_counts()Jens Axboe
2014-04-11Fix leak on error path in extend_file()Jens Axboe
2014-04-11Fix directory leak in recurse_dir() on errorJens Axboe
2014-04-10Make cache invalidation a soft errorJens Axboe
2014-04-08Revert "Fixup ->open_files if not given"Jens Axboe
2014-04-06Fix crash in setup_files() if no files are definedJens Axboe
2014-04-01File pre-read lseek error checkJens Axboe
2014-04-01Add alloc_new_file()Jens Axboe
2014-04-01Properly protect already-allocated file listJens Axboe
2014-04-01Properly initialize shadow_fd to -1Jens Axboe
2014-03-21Pass -Wstrict-prototypes -Wold-style-definition, whitespaceCastor Fu
2014-03-20Don't re-create/unlink write file for append workloadJens Axboe
2014-03-20Unlink after file closeJens Axboe
2014-03-17Add support for file appendsJens Axboe
2014-03-01Add runstate swap helpersJens Axboe
2014-02-26Branch and cache miss speedupsJens Axboe
2014-02-26blktrace: load improvementsJens Axboe
2014-02-25Fixup ->open_files if not givenJens Axboe
2014-02-20fio: add multi directory supportChristian Ehrhardt
2014-02-11Enfore that lockfile= must precede filename=Jens Axboe
2014-02-11Fix issue with openfiles= and file sizingJens Axboe
2014-02-07Fix crash with file locking and dup'ed filesJens Axboe
2014-01-22Fix potential oops in file unlocking at free timeJens Axboe
2013-12-29Add OpenBSD supportJohn
2013-11-15Add support for O_ATOMICChris Mason
2013-09-27Fix misspellings using 'codespell' toolAnatol Pomozov
2013-09-20Fixes bug: stale LAST_POS(f) is not being resetJuan Casse
2013-08-09verify: fix problem with hole punching on newer Linux kernelsJens Axboe
2013-05-03Honor random/zero/compressible settings for filling an initial fileJens Axboe
2013-04-15Fixup bad logging typesJens Axboe
2013-04-13filesetup: set TD_SETTING_UP runstate when laying out filesJens Axboe