summaryrefslogtreecommitdiff
path: root/file.h
AgeCommit message (Expand)Author
2015-03-06file: unionize lfsr/randommapJens Axboe
2015-03-06Add helpers for getting/setting file engine dataJens 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
2014-03-17Add support for file appendsJens Axboe
2014-02-26blktrace: load improvementsJens Axboe
2014-02-20fio: add multi directory supportChristian Ehrhardt
2014-02-12Make file.h C++ safe by casting fio_file_flagsDaniel Gollub
2014-02-11Fix issue with openfiles= and file sizingJens Axboe
2013-03-20Rework lockfile= file lock handlingJens Axboe
2013-02-11Turn f->engine_data into a 64-bit valueJens Axboe
2013-01-21Re-seed random generator when a file is resetJens Axboe
2013-01-04Use uintptr_t for engine dataJens Axboe
2013-01-04Start of transition from unsigned long long to uint64_tJens Axboe
2012-12-12file: unify ->file_data and ->file_posJens Axboe
2012-12-12file hash: don't close file fd on lookup/add raceJens Axboe
2012-11-28Rename the bitmap to axmapJens Axboe
2012-11-26Add LFSR generatorJens Axboe
2012-11-22Rework file random mapJens Axboe
2012-11-07Make the zipf/pareto state per fileJens Axboe
2012-09-19export file_lookup_openDmitry Monakhov
2012-08-16Fixing wraparound behavior for time-based sequential read jobsDan Ehrenberg
2012-06-11Fix "fio: file hash not empty on exit" with blktrace replayShaohua Li
2012-02-20Move Windows port to MinGWBruce Cran
2012-02-01Grow file num_maps to unsigned longJens Axboe
2011-06-17Add ability to invoke fallocate() FALLOC_FL_KEEP_SIZE.Eric Gouriou
2011-01-27Fix end-of-job slowdown for random IO with a random mapJens Axboe
2011-01-04OS headers need fio_file definition nowJens Axboe
2011-01-04FIO Windows updateBruce Cran
2011-01-02First snapshot of FIO for WindowsBruce Cran
2010-10-08Add missing file.h f->file_data changeJens Axboe
2010-10-08binject: setup and teardown mappings internallyJens Axboe
2010-08-24Fix blktrace replayJens Axboe
2010-07-20Add rw_sequencer optionJens Axboe
2010-03-09Initial suppor for sync_file_range()Jens Axboe
2010-02-02Track last file offsetJens Axboe
2009-07-06Add support for async IO verification offloadJens Axboe
2009-07-03mmap engine: allow full mmaps for 64-bit machinesJens Axboe
2009-06-03More fio.h cleanupsJens Axboe
2009-06-03Move file service type defines to file.hJens Axboe
2009-06-03Move more file stuff to file.hJens Axboe
2009-06-03Clean up file flagsJens Axboe