Merge branch 'master' of https://github.com/davidzengxhsh/fio
[fio.git] / filesetup.c
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
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens Axboefilesetup: fix a bug where we overwrite the set size
2014-08-19 Castor FuAdd unlink hook to ioengine API, gluster ioengine
2014-07-25 Jiri HorkyAllow reset of offset_increment counter
2014-07-09 Andreas GruenbacherFix two error paths
2014-06-18 Jens AxboeAdd support for compiling for ESX
2014-06-10 Jens AxboeReset file count when freeing files
2014-05-20 Jens AxboeAdd ->invalidate() IO engine ops
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-29 Bruce CranWindows: always open files in binary mode
2014-04-28 Jens AxboeAdd option for io_limit
2014-04-23 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-16 Jens AxboeError out if the set blocksize is larger than the file...
2014-04-15 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-15 Jens Axboestrcpy: kill last of the suspect ones
2014-04-14 Jens Axboefilesetup: silence bogus warning on close(-1)
2014-04-14 Jens Axboetd_verror() needs errno style error
2014-04-14 Jens Axboefile: fix potential buffer overrun in get_fs_free_counts()
2014-04-11 Jens AxboeFix leak on error path in extend_file()
2014-04-11 Jens AxboeFix directory leak in recurse_dir() on error
2014-04-10 Jens AxboeMake cache invalidation a soft error
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens AxboeRevert "Fixup ->open_files if not given"
2014-04-06 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-06 Jens AxboeFix crash in setup_files() if no files are defined
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-01 Jens AxboeFile pre-read lseek error check
2014-04-01 Jens AxboeAdd alloc_new_file()
2014-04-01 Jens AxboeProperly protect already-allocated file list
2014-04-01 Jens AxboeProperly initialize shadow_fd to -1
2014-03-21 Castor FuPass -Wstrict-prototypes -Wold-style-definition, whitespace
2014-03-20 Jens AxboeDon't re-create/unlink write file for append workload
2014-03-20 Jens AxboeUnlink after file close
2014-03-17 Jens AxboeAdd support for file appends
2014-03-03 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-01 Jens AxboeAdd runstate swap helpers
2014-02-26 Jens AxboeBranch and cache miss speedups
2014-02-26 Jens Axboeblktrace: load improvements
2014-02-25 Jens AxboeFixup ->open_files if not given
2014-02-20 Christian Ehrhardtfio: add multi directory support
2014-02-11 Jens AxboeEnfore that lockfile= must precede filename=
2014-02-11 Jens AxboeFix issue with openfiles= and file sizing
2014-02-07 Jens AxboeFix crash with file locking and dup'ed files
2014-01-23 Jens AxboeFix potential oops in file unlocking at free time
2013-12-30 JohnAdd OpenBSD support
2013-11-15 Chris MasonAdd support for O_ATOMIC
2013-09-27 Anatol PomozovFix misspellings using 'codespell' tool
2013-09-20 Juan CasseFixes bug: stale LAST_POS(f) is not being reset
2013-08-09 Jens Axboeverify: fix problem with hole punching on newer Linux...
2013-05-03 Jens AxboeHonor random/zero/compressible settings for filling...
2013-04-15 Jens AxboeFixup bad logging types
2013-04-13 Jens Axboefilesetup: set TD_SETTING_UP runstate when laying out...
2013-04-10 Jens AxboeMerge in zipf differences from gfio
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Jens AxboeMerge branch 'master' into gfio
2013-04-08 Jens AxboeMerge branch 'next'
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-04-05 Jens AxboeAdd filename_format option
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-21 Jens AxboeRework lockfile= file lock handling
2013-03-08 Alex PyrgiotisImprove LFSR implementation
2013-03-04 Jens AxboeMerge branch 'master' into gfio
2013-02-25 Jens AxboeFixup wrong types for dprint()
2013-02-21 Jens AxboeMerge branch 'master' into gfio
next