idletime: style cleanups
[fio.git] / filesetup.c
2013-01-24 Jens AxboeCorrect ifdef checks for posix and linux fallocate
2013-01-21 Jens AxboeRe-seed random generator when a file is reset
2013-01-11 Jens Axboefilesetup: limit rand map to the actual IO size, if...
2013-01-11 Jianpeng MaAdd a check avoid segfault
2013-01-10 Jianpeng MaFix a potential integer overflow
2013-01-04 Jens AxboeStart of transition from unsigned long long to uint64_t
2013-01-04 Jens Axboezipf/pareto: use min of file size and io size for init
2013-01-04 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2013-01-04 Jens Axboezipf/pareto: use size= if given, not always device...
2012-12-12 Jens Axboefile hash: don't close file fd on lookup/add race
2012-12-04 Jens Axboelfsr: ensure that the cycle follows the randrepeat...
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-29 Jens AxboeFix broken 'norandommap'
2012-11-28 Jens AxboeRename the bitmap to axmap
2012-11-26 Jens AxboeEnsure that lfsr_init() is always called
2012-11-26 Jens AxboeAdd LFSR generator
2012-11-22 Jens AxboeRework file random map
2012-11-17 Jens AxboeUse unique seed for zipf/pareto init if rand_repeat...
2012-11-07 Jens Axboezipf: seed zipf/pareto rand with filename hash and...
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-07 Jens AxboeMake the zipf/pareto state per file
2012-09-21 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-09-21 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-09-21 Shaohua LiCorrectly apply size percentage for file iosize
2012-09-19 Dmitry Monakhovexport file_lookup_open
2012-09-17 Jens AxboeAdd --output-format command line option
2012-09-14 Shaohua LiAdd support for trim as a workload type
2012-08-16 Dan EhrenbergFixing wraparound behavior for time-based sequential...
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2012-06-11 Shaohua LiFix "fio: file hash not empty on exit" with blktrace...
2012-06-11 Jens AxboeAdd a more verbose/immediate warning if we fail open...
2012-05-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-05-02 Jens AxboeAdd create_only option
2012-03-15 Jens AxboeFix offset_increment option and add man page entry...
2012-03-15 Dan EhrenbergNew offset_increment option
2012-02-22 Bruce Cranstat() doesn't work with devices on Windows, so move...
2012-02-20 Bruce CranAdd OS_PATH_SEPARATOR for platforms which have differen...
2012-02-02 Jens AxboeMake random map allocation more resilient
2011-07-12 Jens AxboeAllow percentage setting for size=
2011-07-11 Jens AxboeRemove old debug printf()
2011-06-17 Eric GouriouAdd ability to invoke fallocate() FALLOC_FL_KEEP_SIZE.
2011-05-24 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-05-24 Jens AxboeSilence gcc 4.6 warnings
2011-05-11 Jens AxboeFix signed int/long truncation on 32-bit architectures
2011-03-28 Jens AxboeSwitch all random generators to be decided by use_os_rand
2011-01-27 Jens AxboeFix end-of-job slowdown for random IO with a random map
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-08 Bruce CranVarious fixes/updates
2011-01-04 Bruce CranFIO Windows update
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-12-15 Bruce CranFreeBSD build broken due to missing -lrt
2010-10-08 Jens Axboebinject: setup and teardown mappings internally
2010-08-24 Jens AxboeFix blktrace replay
2010-07-20 Jens AxboeAdd rw_sequencer option
2010-06-28 Greg Edwardsfix posix_fallocate() return value usage
2010-06-24 Jens AxboeAdd chardev size getting
2010-06-24 Jens AxboeMake fill_device detect bdev sizes too
2010-06-09 YAMAMOTO Takashiinclude libgen.h for basename
2010-05-17 Jens AxboeImprove ETA for fill_device based job files
2010-03-31 Jens Axboesfree(NULL) is ok
2010-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-02-06 Jens Axboeget_file_type() should use stat(), not lstat()
2010-01-28 Jens AxboeAdd specific knob for controlling fallocate() usage
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-08-04 Jens AxboeAdd strong madvise() hint for cache pruning
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-07-01 Jens AxboeDon't allow pre_read on IO engines that cannot seek
2009-06-10 Jens AxboeFile close fixes
2009-06-09 Jens AxboeUse __e for errno
2009-06-09 Jens AxboeFix problem with too many opened files
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-05 Jens AxboeFix fill_device with read/randread
2009-06-03 Jens AxboeMore fio.h cleanups
2009-06-03 Jens AxboeClean up file flags
2009-06-02 Jens AxboeFix problem with fill_device and read workloads
2009-06-02 Jens Axboemmap engine: allow large files on 32-bit archs
2009-06-02 Jens AxboeFix problem with fadvise() and fill_device option
2009-05-20 Jens AxboeFix old printf() in pre_read()
2009-05-20 Jens Axboepre_read fixes
2009-05-20 Zhang, YanminAdd pre_read option
2009-04-20 Carl Henrik LundeFix crash with multiple files
2009-04-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-07 Jens AxboeUse td_io_get_file_size() instead of calling ->get_file...
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2009-03-04 Jens AxboeBotch edit in files setup
2009-03-04 Jens AxboeRealloc td->files to full size immediately
2009-03-04 Jens AxboeAdd create_on_open option
2009-02-02 Jens AxboeCheck for a valid block device size
2008-09-10 Shaozhi Shawn Yefilehash: Filehash should be removed after the file...
2008-09-10 Shaozhi Shawn Yefilesetup: When terse_output is set, The 'laying out...
2008-07-31 Jens AxboeDetect and complain on smalloc failures
2008-06-25 Aaron CarrollPrevent filetype disappearing
2008-06-04 Jens AxboeAdd OS agnostic RAND_MAX
2008-06-02 Jens AxboeGuard posix_fallocate() behind OS define
2008-06-02 Jens AxboeDon't make posix_fallocate() set td->verror
next