index
:
fio
io_uring-numa
issue-870
latency-probe
master
noaccess
random-fill-aes
randtrimwrite
refill
segmented-threads
test
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file.h
Age
Commit message (
Expand
)
Author
2019-11-12
filesetup: add fallocate=truncate option.
Trip Volpe
2018-10-03
Revert "blktrace: support for non-512b sector sizes"
Dennis Zhou
2018-08-24
Add support for zoned block devices
Bart Van Assche
2018-07-23
Add support for >= 4G block sizes
Jeff Furlong
2018-03-15
Rename fio_mutex into fio_sem
Bart Van Assche
2017-11-02
filesetup: change random file init to be bool based
Jens Axboe
2017-11-02
filesetup: pre_read_files() can use a bool
Jens Axboe
2017-10-03
Merge branch 'master' of https://github.com/dyniusz/fio
Jens Axboe
2017-08-29
filesetup: add non O_DIRECT direct I/O support for initial layout setup
Tomohiro Kusumi
2017-07-03
filesetup: add native fallocate
Sitsofe Wheeler
2017-05-04
Adjustments to support C++ engines
dyniusz
2017-03-10
Use union for per file engine private data storage
Tomohiro Kusumi
2017-03-10
Define struct file_name as a file local structure
Tomohiro Kusumi
2017-02-19
Add details of file number/size related options to HOWTO
Tomohiro Kusumi
2017-01-19
Rename FIO_TYPE_BD to FIO_TYPE_BLOCK
Tomohiro Kusumi
2016-08-26
file: fio_files_done() can return bool
Jens Axboe
2016-08-25
file: fix numjobs > 1 and implied jobname as filename
Jens Axboe
2016-08-15
Various cleanups
Jens Axboe
2016-05-16
Add support for non-uniformly random file service type
Jens Axboe
2016-04-13
Fix verify state for multiple files
Jens Axboe
2015-12-22
rewrote libhdfs engine
Fabrice Bacchella
2015-05-01
blktrace: support for non-512b sector sizes
Jens Axboe
2015-04-08
Add support for normal/gaussian random distributions
Jens Axboe
2015-03-18
Pack io_u/fio_file
Jens Axboe
2014-12-15
file: unionize lfsr/randommap
Jens Axboe
2014-12-15
Add helpers for getting/setting file engine data
Jens Axboe
2014-12-14
file: move mmap related data to engines/mmap.c where it belongs
Jens Axboe
2014-12-14
Fix read/write mix and different levels of randomness
Jens Axboe
2014-03-17
Add support for file appends
Jens Axboe
2014-02-26
blktrace: load improvements
Jens Axboe
2014-02-20
fio: add multi directory support
Christian Ehrhardt
2014-02-12
Make file.h C++ safe by casting fio_file_flags
Daniel Gollub
2014-02-11
Fix issue with openfiles= and file sizing
Jens Axboe
2013-03-20
Rework lockfile= file lock handling
Jens Axboe
2013-02-11
Turn f->engine_data into a 64-bit value
Jens Axboe
2013-01-21
Re-seed random generator when a file is reset
Jens Axboe
2013-01-04
Use uintptr_t for engine data
Jens Axboe
2013-01-04
Start of transition from unsigned long long to uint64_t
Jens Axboe
2012-12-12
file: unify ->file_data and ->file_pos
Jens Axboe
2012-12-12
file hash: don't close file fd on lookup/add race
Jens Axboe
2012-11-28
Rename the bitmap to axmap
Jens Axboe
2012-11-26
Add LFSR generator
Jens Axboe
2012-11-22
Rework file random map
Jens Axboe
2012-11-07
Make the zipf/pareto state per file
Jens Axboe
2012-09-19
export file_lookup_open
Dmitry Monakhov
2012-08-16
Fixing wraparound behavior for time-based sequential read jobs
Dan Ehrenberg
2012-06-11
Fix "fio: file hash not empty on exit" with blktrace replay
Shaohua Li
2012-02-20
Move Windows port to MinGW
Bruce Cran
2012-02-01
Grow file num_maps to unsigned long
Jens Axboe
2011-06-17
Add ability to invoke fallocate() FALLOC_FL_KEEP_SIZE.
Eric Gouriou
[next]