Suppress gcc 8 compiler warnings
[fio.git] / filesetup.c
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-08 Jens Axboefilesetup: fix dead assignment of 'ret'
2018-03-22 Jens Axboesmalloc: oom cleanups
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-15 Bart Van AsscheRename fio_mutex into fio_sem
2018-03-15 Bart Van AsscheSplit mutex.c and .h each into three files
2018-03-10 Bart Van Asschefilesetup: Initialize all members of struct fio_file
2018-03-09 Jens Axboefilesetup: don't round/adjust size for size_percent...
2018-02-12 Jens Axboefilesetup: convert root flush warning to fio_did_warn()
2018-01-12 Jens AxboeMerge branch 'diskless_invalidate' of https://github...
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2018-01-12 Sitsofe Wheelerfilesetup: skip fallback invalidation with diskless...
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-08 Jens Axboefio: kill td->nr_normal_files
2017-11-29 Tomohiro KusumiRevert "Avoid irrelevant "offset extend ends" error...
2017-11-02 Jens Axboefilesetup: allocate 'r' locally in fallocate_file()
2017-11-02 Jens Axboefilesetup: recurse_dir() can use bool
2017-11-02 Jens Axboefilesetup: create_work_dirs() can return bool
2017-11-02 Jens Axboefilesetup: change random file init to be bool based
2017-11-02 Jens Axboefilesetup: __init_rand_distribution() can be void
2017-11-02 Jens Axboefilesetup: pre_read_files() can use a bool
2017-11-02 Jens Axboefilesetup: don't inline native_fallocate()
2017-11-02 Jens Axboefilesetup: don't print non-debug error on native falloc...
2017-10-26 Jeff FurlongAdd offset_align option
2017-10-12 Jens AxboeMerge branch 'master' of https://github.com/Venutiwa/fio
2017-10-11 Jens AxboeWindows mkdir() fix
2017-10-11 Josef Bacikuse mkdir instead of mkdirat
2017-10-11 Josef Bacikcreate subdirs if specified in the filename_format
2017-10-11 Josef Bacikconvert FIO_OS_PATH_SEPARATOR to a character
2017-10-11 Jens AxboeMerge branch 'fgp_fixes' of https://github.com/sitsofe/fio
2017-10-11 Jens AxboeMerge branch 'windowaio_invalidate' of https://github...
2017-10-11 Jens AxboeMerge branch 'ci_and_configure' of https://github.com...
2017-10-09 Josef Bacikadd FIO_FILENOHASH ioengine flag
2017-10-09 Jens Axboefilesetup: don't track file allocation for jobs == 1
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-09-18 Tomohiro Kusumiadd fio_set_directio() error message for platforms...
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-09-05 Jens AxboeMerge branch 'windows_io_hint' of https://github.com...
2017-09-05 Jens AxboeMerge branch 'travis_32bit' of https://github.com/sitso...
2017-09-05 Jens AxboeMerge branch 'gluster_printf' of https://github.com...
2017-09-05 Jens Axboefilesetup: revert O_DIRECT for layout mess
2017-09-02 Jens AxboeMerge branch 'shifted_logging' of https://github.com...
2017-09-01 Tomohiro Kusumifix regression by 8c43ba62('filesetup: align layout...
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-29 Jens AxboeMerge branch 'asmfix' of https://github.com/oohal/fio
2017-08-29 Tomohiro Kusumichange fio_set_odirect() prototype not to use int fd
2017-08-29 Tomohiro Kusumifilesetup: add non O_DIRECT direct I/O support for...
2017-08-28 Jens AxboeMerge branch 'direct_layout_fix' of https://github...
2017-08-28 Sitsofe Wheelerfilesetup: add direct=1 failure warning to layout
2017-08-28 Sitsofe Wheelerfilesetup: align layout buffer
2017-07-31 Jens AxboeMerge branch 'master' of https://github.com/dublio/fio
2017-07-30 weiping zhangfilesetup: keep OS_O_DIRECT flag when pre-allocating...
2017-07-27 Tomohiro Kusumidon't print native_fallocate() error if ENOSYS
2017-07-27 Jens AxboeMerge branch 'minor_fixes' of https://github.com/sitsof...
2017-07-27 Sitsofe Wheelerfio: refactor fallocate defines
2017-07-25 Tomohiro Kusumidrop logging when blkdev invalidation failed on unsuppo...
2017-07-03 Jens AxboeMerge branch 'fallocate_native' of https://github.com...
2017-07-03 Sitsofe Wheelerfilesetup: add native fallocate
2017-07-02 Jens Axboefilesetup: abstract out fallocate helper
2017-06-07 Jens AxboeFix up some style
2017-06-07 Jens Axboefileset: fix double addition of file offset
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-06-05 Brantley Westallow a percent value for the offset parameter
2017-06-05 Jens AxboeMerge branch 'size_perc' of https://github.com/sitsofe/fio
2017-06-04 Sitsofe Wheelerfilesetup: fix size percentage calculations when using...
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-03-28 Tomohiro KusumiIgnore pre-read for character devices
2017-03-28 Tomohiro KusumiDon't proceed with error set when failed to pre-read...
2017-03-28 Tomohiro KusumiIgnore pre-read for FIO_NOIO td
2017-03-28 Tomohiro KusumiDon't malloc more than necessary on extending/prereadin...
2017-03-28 Tomohiro KusumiTest malloc result when allocation size is tunable
2017-03-21 Tomohiro KusumiFix a comment after f227e2b6
2017-03-16 Jens Axboefilesetup: remove bogus message on forcing file size
2017-03-13 Tomohiro KusumiFix errval variable to be positive errno value
2017-03-13 Tomohiro KusumiUse ENOTSUP if OS doesn't support blkdev page cache...
2017-03-13 Tomohiro KusumiMinor fixup for page cache invalidation debug prints
2017-03-10 Tomohiro KusumiUse union for per file engine private data storage
2017-03-10 Tomohiro KusumiDefine struct file_name as a file local structure
2017-03-10 Tomohiro KusumiMinor fixup for "Layint out IO file..." message
2017-03-10 Tomohiro KusumiDon't set FIO_FILE_extend when create_on_open= option...
2017-03-10 Tomohiro KusumiExplicitly check td_trim(td) to detect open(2) flag
2017-03-10 Tomohiro KusumiFixup for a minor 0 byte file size case
2017-03-10 Tomohiro KusumiFix debug print format of file ->file_name
2017-03-10 Tomohiro KusumiAvoid irrelevant "offset extend ends" error message...
2017-02-20 Tomohiro KusumiAdd details of file number/size related options to...
2017-02-20 Tomohiro KusumiAvoid irrelevant "offset extend ends" error message
2017-02-20 Tomohiro KusumiRename thread_options' ->io_limit to io_size
2017-02-17 Jens AxboeRevert "Always set ->real_file_size to -1 when failed...
2017-02-16 Jens AxboeMerge branch 'travis_osx' of https://github.com/sitsofe/fio
2017-02-15 Tomohiro KusumiDrop obsolete comment on a race condition
2017-02-14 Tomohiro KusumiAlways set ->real_file_size to -1 when failed to get...
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-23 Tomohiro KusumiRemove/Move Linux specific sysfs_root field from thread...
2017-01-23 Tomohiro KusumiAdd missing free(td->sysfs_root);
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-20 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-19 Tomohiro KusumiRename FIO_TYPE_BD to FIO_TYPE_BLOCK
2017-01-03 Robert ElliottClean up unit prefixes for binary multiples in comments...
next