travis: install additional development libraries
[fio.git] / filesetup.c
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...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-11-01 Bruce CranRemove extra space in tausworthe32 warning message
2016-09-25 Jens Axboesmalloc: OOM fixups
2016-09-25 Jens Axboefile: add bloom filter to avoid quadratic lookup behavior
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Jens Axboefile: fio_files_done() can return bool
2016-08-26 Jens Axboefile: fix numjobs > 1 and implied jobname as filename
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-08 Jens Axboeioengines: fixup td_io_unlink_file() error propagation
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-05 Jens AxboeRevert "filesetup: ensure that we catch a file flagged...
2016-08-03 Jens Axboefilesetup: ensure that we catch a file flagged for...
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-08-02 Jens AxboeRevert "filesetup: ensure that we align file starting...
2016-07-27 Tomohiro KusumiFix stat(2) related bugs introduced by changes made...
2016-07-27 Tomohiro KusumiFix typos in log_err() message
2016-05-23 Jens Axboeoptions: add 'unique_filename'
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-18 Jens Axboefilesetup: align a size given as a percentage to the...
2016-05-09 Jens Axboefilesetup: ensure that we align file starting offset
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-14 Jens Axboefilesetup: assign fileno at setup time
2015-12-22 Fabrice Bacchellarewrote libhdfs engine
2015-12-03 Jens Axboeposix_fadvise() returns positive error values
2015-12-03 Jens Axboefilesetup: properly propagate error value from invalidate
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeFixup -Wshadow warnings
2015-10-25 Jens AxboeAdd support for multiple output formats
2015-09-04 Ken RaeburnRetry bdev cache invalidation for EAGAIN errors
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-14 Jens Axboefilesetup: make random generator block auto-switch...
2015-06-11 Tomohiro KusumiRename get_fs_size() to get_fs_free_size()
2015-05-30 Jens Axboefilesetup: print warning if chosen random generator...
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-12 Jens AxboeAdd 'allow_file_create' option
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Jens AxboeEnsure that set_name_idx() doesn't exceed target bounds
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-04-15 Dan EhrenbergAllow trim on any file type
2015-04-08 Jens AxboeUnify gauss and zipf/pareto input values
2015-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-04-08 Jens AxboeAdd support for normal/gaussian random distributions
2014-12-15 Jens Axboefile: unionize lfsr/randommap
2014-12-15 Jens Axboefile: move mmap related data to engines/mmap.c where...
2014-12-15 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-12-15 Jens AxboeFix read/write mix and different levels of randomness
2014-11-12 Jens AxboeFix some shadow warnings for some gcc variants
2014-11-06 Jens AxboeGet rid of __ prefix for internal frand state
2014-11-06 Jens AxboeRemove use of OS provided random functions
next