Fio 2.99
[fio.git] / io_u.c
2017-07-07 Jens Axboeio_u: sequence random buflen generation individually
2017-06-23 Tomohiro Kusumiio_u: don't use void* for pointer arithmetic (gcc)
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: update completion latency recording and...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-26 Jens Axboegpu: kill a lot of useless ifdefs
2017-04-26 Jens AxboeMerge branch 'gpudirect' of https://github.com/yufeiren/fio
2017-04-26 Yufei RenGPUDirect RDMA support
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-08 Tomohiro KusumiDon't silently terminate td when no I/O performed due...
2017-03-28 Tomohiro KusumiSeparate io_u from ioengine [2/3] - move io_u functions
2017-03-21 Tomohiro KusumiTest fsync/fdatasync/sync_file_range for the next i...
2017-03-21 Tomohiro KusumiTest uint,int before division uint/int for the next i/o
2017-03-20 Jens AxboeMerge branch 'wip-fix-bs-title' of https://github.com...
2017-03-17 Jens Axboeio_u: we don't need to set power_2 to false
2017-03-17 Pan Liufixed the error=invalid argument when the lower bound...
2017-03-16 Jens AxboeAdd 'stats' option
2017-03-10 Tomohiro KusumiFix a function name typo in debug print
2017-03-10 Tomohiro KusumiDrop fio_unused attribute from used variable
2017-03-07 Jens Axboeio_u: don't add slat samples if we are in ramp time
2017-02-20 Tomohiro KusumiAdd details of file number/size related options to...
2017-02-16 Jens AxboeMerge branch 'travis_osx' of https://github.com/sitsofe/fio
2017-02-15 Tomohiro KusumiExplicitly check td_trim(td) for the direction of next...
2017-02-14 Tomohiro KusumiUse 0 instead of DDIR_READ to iterate from 0 to DDIR_RW...
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
next