libaio: commit on EAGAIN
[fio.git] / io_u.c
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()
2014-02-14 Jens AxboeFix inverted logic in gtod_reduce()
2014-02-14 Jens AxboeDon't compute iops samples for gtod_reduce=1
2014-02-11 Jens AxboeFix issue with openfiles= and file sizing
2014-02-06 Jens Axboeverify: always log IO in the order they are issued
2014-02-05 Puthikorn VoravootivatFix verify_backlog start verification before finish...
2014-02-05 Puthikorn VoravootivatFix rand_seed mismatches in verify phase
2014-01-14 Jens AxboeAdd option for specifically setting buffer contents
2013-12-09 Jens AxboeAdd options to have fio latency profile a device
2013-09-09 Jens AxboeFix broken requeue of io_us
2013-08-09 Jens AxboeAdd number_ios= option
2013-08-05 Erwan Veluiolog: Logging blocksize in IOPS traces
2013-07-25 Jens AxboeAdd support for bs_is_seq_rand
2013-07-25 Jens AxboeAdd support for randomness of any IO direction
2013-07-10 Josef BacikMake sure io_u->buflen is aligned to the verify_interval
2013-05-28 Jens AxboeReplace list based free/busy/requeue list with FIFO...
2013-05-22 Jens AxboeStart of ACT like benchmark profile
2013-05-17 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-17 Jens AxboeEnsure that we have no IO pending when sleeping
2013-05-03 Jens AxboeHonor random/zero/compressible settings for filling...
2013-04-26 Jens AxboeAdd support for modifying the randomness of a workload
2013-04-15 Jens AxboeFixup bad logging types
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-07 SEOKYOUNG KOFix skewed latencies for rate IOPS
2013-03-04 Jens AxboeMerge branch 'master' into gfio
2013-02-25 Jens AxboeFixup wrong types for dprint()
2013-02-20 Jens AxboeMerge branch 'master' into gfio
2013-02-08 Jens AxboeFix rate limiting
2013-02-07 Jens AxboeFix bug with rate and read/write mixed workloads at...
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-23 Jens Axboeverify: stop on actual number of bytes needed to be...
2013-01-23 Jens AxboeMake experimental_verify=1 handle all cases properly
2013-01-21 Jens Axboeverify: add new experimental mode that requires no...
2013-01-21 Jens AxboeRe-seed random generator when a file is reset
2013-01-13 Bruce CranFix typo (READ/DDIR_READ).
2013-01-12 Jens AxboePre-load and sort random blocks for pure read verify...
2013-01-11 Jens Axboelfsr: ensure we don't generate an offset + buflen that...
2013-01-09 Jens AxboeMerge branch 'master' into gfio
2012-12-14 Jens AxboeMerge branch 'master' into gfio
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-03 Jens AxboeMerge branch 'master' into gfio
2012-11-30 Jens AxboeCache layout improvements
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-28 Jens AxboeRename the bitmap to axmap
2012-11-26 Jens AxboeAdd LFSR generator
2012-11-22 Jens AxboeRestore BUSY_OK bypassing of bitmap
2012-11-22 Jens AxboeRework file random map
2012-11-15 Jens AxboeMerge branch 'master' into gfio
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-13 Jens AxboeGet rid of uninitialized_var()
2012-11-08 Jens AxboeUse ETIMEDOUT instead of ETIME for exceeding max latency
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-11-06 Jens AxboeAdd pareto distribution randomizer
2012-11-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeAdd sample zipf distribution randomizer
2012-11-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-10-24 Jens AxboeAdd max_latency option
2012-10-11 Jens AxboeMerge branch 'master' into gfio
2012-10-10 Bruce CranAdd pending IO to the tail of the busy list
2012-09-27 Jens AxboeMerge branch 'master' into gfio
2012-09-25 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-23 Dmitry Monakhovbackend: Add configurable non fatal error list
2012-09-14 Shaohua LiAdd support for trim as a workload type
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-16 Dan EhrenbergFixing wraparound behavior for time-based sequential...
2012-08-01 Jens AxboeMerge branch 'master' into gfio
2012-05-11 Jens AxboeMerge branch 'master' into gfio gfio-0.1
2012-05-07 Jens AxboeMerge branch 'master' into gfio
next