Don't malloc more than necessary on extending/prereading file
[fio.git] / lib /
2017-03-20 Jens AxboeMerge branch 'wip-fix-bs-title' of https://github.com...
2017-03-17 Jens Axboeis_power_of_2() should return bool
2017-02-07 Jens Axboebloom: if we're not setting bits, break after first...
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-23 Tomohiro KusumiUse ARRAY_SIZE()
2017-01-23 Tomohiro KusumiDefine pointer alignment macro in fio.h
2017-01-05 wei xiaoAdd arm64 hardware assisted crc32c support
2017-01-03 Robert ElliottImprove IEC binary and SI decimal prefix handling
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-10-17 Tomohiro KusumiAdd device_is_mounted() support for NetBSD
2016-09-25 Jens Axboebloom: don't enforce minimum entry count
2016-09-25 Jens Axboebloom: allow to pass in whether to set bits for strings
2016-09-23 Jens Axboebloom: add string version
2016-09-23 Jens Axboebloom: hashes take byte lengths, not nwords
2016-09-23 Jens Axboebloom: use bool
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Jens Axboezipf/pareto/gauss: hash cleanup
2016-05-17 Jens Axboezipf/pareto/gauss: add option to disable hashing
2016-03-10 Jens Axboelib/rand: make __init_randX() static
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-07 Jens Axboerand: use bools
2016-03-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2015-12-29 Jens AxboeFix included getopt locations
2015-12-28 Jens Axboelib/pattern: include oslib/strcasestr.h
2015-12-23 Jens Axboearch: add ffs64 and ffz64
2015-12-08 Jens Axboeiolog: replace tp usage with workqueue
2015-12-01 Jens AxboeAdd 'bool' type
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-12-01 Jens AxboeMove memalign to lib/
2015-11-09 Song Liumake sure __rand_0_1 does not return 0.0
2015-11-09 Jens AxboeFixups for poisson rate
2015-10-31 Jens Axboeoutput_buffer: only realloc once, and memset just what...
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeUnbreak output buffer logging over the network
2015-10-27 Jens AxboeDon't setup output buffers we are not going to use
2015-10-27 Jens AxboeProper size return from output buffers
2015-10-27 Jens AxboeEnable the use of multiple output formats
2015-10-20 Jens Axboestrlcat: fix header guard typo
2015-09-30 Kris Davissg: 16-byte cdb support and lots of fixes
2015-09-04 Roman Penreplace 'fill_pattern' with 'cpy_pattern' from 'lib...
2015-09-04 Roman Penlib/pattern: add set of functions to parse combined...
2015-09-04 Roman Penlib/strntol: add 'strntol' function
2015-06-05 Tomohiro KusumiFix compile error on non Linux-or-BSDs
2015-06-03 Tomohiro KusumiAdd device_is_mounted() support for BSDs
2015-06-01 Jens AxboeMerge branch 'req6' of git://github.com/kusumi/fio
2015-06-01 Tomohiro KusumiFix build error on non-GNU environment
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-29 Jens AxboeAdd Intel rdrand support
2015-05-22 Jens AxboeAdd 'allow_mounted_write' option
2015-05-22 Jens AxboeAdd start of mount check
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-05-05 Jens Axboelibmtd: ->name and ->type_str can't be constant
2015-04-23 Jens AxboeMerge branch 'io-threads'
2015-04-16 Dan EhrenbergFix mtd valgrind warning
2015-04-15 Dan Ehrenbergmtd: Import libmtd with modifications to make it compile
2015-04-08 Jens AxboeUnify gauss and zipf/pareto input values
2015-04-08 Jens AxboeMake normal distribution takes deviations as a percentage
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-02-19 Jens AxboeFixup whitespace damage in the two previous commits
2015-02-19 Erwan Veluaxmap: Avoid memory leak if axmap_new() failed
2015-01-14 Jens Axboeaxmap: random maps are private, don't get them from...
2015-01-03 Jens Axboebloom: kill unused function
2015-01-03 Ming Leiaxmap: make axmap_first_free() static
2015-01-03 Jens AxboeRevert "axmap: ensure we lock down the maps for shared...
2015-01-03 Jens AxboeRevert "axmap: fix deadlock"
2015-01-03 Ming Leiaxmap: fix deadlock
2014-12-19 Jens Axboeaxmap: ensure we lock down the maps for shared access
2014-12-05 Jens Axboelib/rand: cleanup __fill_random_buffer()
2014-12-05 Jens Axboelib/rand: fix bug with non uint64_t aligned random...
2014-12-04 Jens AxboeUse specified compression/pattern for verify buffers too
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-06 Jens AxboeMake fio -Wshadow clean
2014-09-28 Jens Axboebloom: up hashes to 5 by default
2014-09-27 Jens AxboeMove murmur3 hash to crc/
2014-09-27 Jens AxboeAdd murmurhash3
2014-09-26 Jens Axboebloom: use independent hashes
2014-09-26 Jens Axboebloom: always use a larger minimum size for bloom filter
2014-09-26 Jens AxboeAdd bloom filter
2014-09-23 Jens AxboeFix 32-bit compile warnings
2014-09-23 Jens AxboeFix min/max typeof warnings
2014-09-22 Jens AxboeBasic support for dedupe
2014-09-16 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-09-16 Jens AxboeAdd basic tool to turn blktrace into fio job file
2014-07-09 Jens Axboeiolog: run compression work at slightly elevated nice...
2014-07-08 Jens Axboetp: move pthread_cond_signal() outside of lock
2014-07-08 Jens AxboeAdd some new code comments on the log compress/decompress
2014-07-04 Jens Axboeflist: add flist_first_entry()
2014-07-03 Jens AxboeMove tp.[ch] to lib/
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
next