Convert documentation to reStructured text.
[fio.git] / io_u.c
2017-01-05 Jens Axboeverify: ensure that verify_interval is always a factor...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-02 Jens Axboelog: fix for crash with rate IO and logging
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-09-16 Jens AxboeMerge branch 'client-unique-log-names' of https://githu...
2016-09-16 Jens Axboeio_u: fix overflow in 64-bit bssplit calculation
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-29 Jens Axboetrim: convert to bool
2016-08-16 Jens AxboeFix backwards reads with --size smaller than the file...
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-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Jens AxboeAdd support for non-uniformly random file service type
2016-05-09 Jens Axboeio_u: if we're doing backwards IO, wrap to end (not...
2016-05-06 Jens AxboeMerge branch 'logging'
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-05-06 Jens AxboeImprove logging accuracy
2016-04-13 Jens AxboeCleanup last write logging
2016-04-13 Jens AxboeFix verify state for multiple files
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-07 Andrey Kuzminio_u: speed up __get_next_buflen()
2016-03-05 Alan CLog to parent instead of twice to child td
2016-03-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2016-01-14 Jens Axboeio_u: ensure that we align new start offset properly...
2015-12-08 Jens AxboeFix latency logging if disable_slat and disable_clat...
2015-12-04 Jens Axboeio_u: make io_u_quiesce() return how many IOs it completed
2015-12-01 Jens AxboeAdd 'bool' type
2015-11-30 Jens Axboeio_u: don't use xfer_buflen before we have set it up
2015-11-23 Jens AxboeA few min/max cleanups
2015-11-23 Jens Axboeio_u: properly split buffer prep for compression
2015-11-11 Jens AxboeFix verification error with bsrange and split read...
2015-10-01 Roman PenIntroduce new option: iodepth_batch_complete_max
2015-09-30 Kris Davissg: 16-byte cdb support and lots of fixes
2015-08-10 DaveGlenImplement new Rate Control
2015-06-20 Jens AxboeFix latency logging for io_submit_mode=offload
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Jens AxboeMerge branch 'multiclnt-sharedfs-try3' of git://github...
2015-05-06 Jens AxboeAdd support for options being a power-of-2
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-04-27 Jens Axboededupe: improve 100% dedupe case
2015-04-27 Jens Axboededupe: fix dedupe_percentage=100
2015-04-24 Jens Axboeio_u: fix bug in rounding of generated buffer length
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-15 Jens AxboeFirst cut at supporting IO offload
2015-04-15 Jens AxboeAdd ->bytes_done[] to struct thread_data
2015-04-15 Jens AxboeChange writetrim to trimwrite
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-04-15 Dan EhrenbergAdd new writetrim rw= mode for trims preceding writes
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
2015-03-18 Jens AxboeRevert "Scramble IO buffers unless explicitly told...
2015-03-18 Jens AxboeScramble IO buffers unless explicitly told not
2015-03-17 Jens Axboeio_u: fix refill, should be random content
2015-03-12 Jens Axboerate: remove redundant code in rate_ddir()
2015-01-28 Vasily Tarasovdedupe_percentage should work even if compress_percenta...
2015-01-28 Justin EnoBetter accommodate random writes larger than blockalign
2015-01-15 Jens AxboeImprove rate limiting
2014-12-15 Jens Axboefile: unionize lfsr/randommap
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-12-04 Jens AxboeUse specified buffer_pattern (if given) for all io_u...
2014-11-24 Jens Axboelfsr: don't pass in last value to lfsr_next()
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-11-10 Jens AxboeGet rid if ddir_trim() macro
2014-11-06 Jens AxboeMake fio -Wshadow clean
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 AxboeConstify 'td' in a few functions
2014-09-28 Jens AxboeFix bug with zone and zone skipping and io_limit
2014-09-28 Jens AxboeFix bug with rw sequence offset and io_limit
2014-09-26 Jens AxboeImprove dedupe/compression buffer filling for mixed...
2014-09-22 Jens Axboededupe: if percentage is 100, don't go through random...
2014-09-22 Jens AxboeBasic support for dedupe
2014-09-17 Robert Elliottfio: print io_u errors on one line
2014-09-17 Jens AxboeFixup data-direction to name translation
2014-09-04 Robert ElliottFix hangs due to iodepth_low
2014-07-23 Jens Axboeverify: fix a bug with verify_async
2014-07-04 Jens Axboeflist: add flist_first_entry()
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-28 Andrey KuzminFix typo in io_u.c::get_next_file()
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-05-07 Jens Axboeverify: fix verification of uncompleted or errored ios
2014-04-14 Jens Axboetd_verror() needs errno style error
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Erwan Veluio_u: Using initialized local variable
2014-03-17 Jens AxboeAdd support for file appends
2014-03-11 Jens AxboeTry a little harder to honor number_ios more accurately
2014-03-03 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-03 Jens AxboeSilence 'io_u might be used uninitialized' warning
2014-02-28 Peter Oberparleiterfio: fix last block never being touched by random offsets
2014-02-26 Jens AxboeBranch and cache miss speedups
2014-02-25 Jens AxboeFix crash with --debug=file and NULL file return
2014-02-21 Jens AxboeImprove latency_target runs
2014-02-14 Jens AxboeFix another typo in gtod_reduce()
next