add fio_set_directio() error message for platforms without direct I/O
[fio.git] / t /
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-09-02 Jens AxboeMerge branch 'shifted_logging' of https://github.com...
2017-08-31 Jens Axboet/axmap: we don't need smalloc/sfree wrappers
2017-06-23 Tomohiro Kusumiverify: don't use void* for pointer arithmetic (gcc)
2017-06-23 Jens Axboet/time-test: cleanups
2017-06-22 Jens Axboearch: tsc_reliable can be a bool
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: update t/time-test.c to include experiments...
2017-06-21 Vincent Funanosecond: add test program t/time-test for experiment...
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-30 Tomohiro KusumiFix "'RB_ROOT' undeclared" error on OpenBSD
2017-02-13 Rebecca CranFix the return type of log_err and log_info functions
2017-01-03 Jens Axboet/stest: remove old test
2017-01-03 Robert Elliotttests, profiles: Use IEC prefixes for binary multiples
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-15 Jens Axboet/fio-verify-state: show completions in order
2016-04-14 Jens Axboet/fio-verify-state: allow multiple input files
2016-04-13 Jens Axboet/fio-verify-state: pretty up output a bit
2016-04-13 Jens AxboeFix verify state for multiple files
2016-03-25 Jens Axboet/read-to-pipe-async: use gettimeofday() instead of...
2016-03-25 Jens Axboet/read-to-pipe-async: synchronization fixes
2016-03-24 Jens Axboet/memlock: sample utility to use X memory from Y threads
2016-03-24 Jens Axboet/read-to-pipe-async: needs time.h on some platforms
2016-03-24 Jens Axboet/read-to-pipe-async: standalone test app
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-10 Jens Axboet/gen-rand: use 32-bit random generator
2016-03-10 Jens AxboeFix compile of test programs on archs that use arch_fla...
2016-03-09 Jens Axboet/gen-rand: remove compile warning on 32-bit
2016-03-08 Jens AxboeAdd t/gen-rand to test random generator
2016-01-13 Jens Axboet/verify-state: one more printf type fix
2016-01-13 Jens Axboet/verify-state: fix type for printf
2016-01-07 Jens Axboet/verify-state: add helper to inspect verify dump state...
2015-12-29 Jens Axboet/dedupe: silence bogus warning on 'bytes' being used...
2015-12-07 Jens Axboet/genzip: cast division to double
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-12-01 Jens AxboeMove memalign to lib/
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeFixup -Wshadow warnings
2015-07-03 Jens Axboet/debug: fix 'fio_debug' declaration
2015-06-30 Jens Axboet/stest: shrink test size from 128MB
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-05-01 Steven Noonanlfsr-test: print total elapsed time correctly
2015-04-08 Jens Axboegenzip: switch to jenkins hash
2015-04-08 Jens Axboegenzip: cleanups
2015-04-08 Jens Axboegenzip: add summed hit percentages
2015-04-08 Jens Axboegenzipf: add support for normal distribution
2015-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-04-08 Fabrice Bacchellafio-genzipf results output are slightly wrong, it doesn...
2015-01-03 Jens AxboeRevert "axmap: ensure we lock down the maps for shared...
2014-12-19 Jens Axboeaxmap: ensure we lock down the maps for shared access
2014-12-18 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-12-18 Jens Axboet/btrace2fio: add ability to add specific options throu...
2014-12-10 Jens Axboebtrace2fio: add support for collapsing close entries
2014-11-24 Jens AxboeFixup t/ test apps for lfsr_next change()
2014-11-11 Jens Axboet/btrace2fio: don't dec inflight for requeue
2014-11-11 Jens Axboet/btrace2fio: fix divide-by-zero in rate calculation
2014-11-10 Jens Axboet/btrace2fio: cap depth if we don't see completion...
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-10-21 Jens Axboet/dedupe: fix init of all thread variables
2014-10-15 Jens Axboet/btrace2fio: fix fd leak on error
2014-10-15 Jens Axboet/dedupe: fix bogus items NULL compare
2014-10-07 Jens Axboet/dedupe: use fio abstracted OS_O_DIRECT
2014-10-07 Jens Axboet/dedupe: remove leftover linux/fs.h include
2014-10-07 Jens Axboet/dedupe: use generic blockdev_size() to get size
2014-10-07 Jens Axboet/dedupe: avoid div-by-zero for all identical chunks
2014-10-07 Jens Axboet/dedupe: fix off-by 1.024 in bandwidth
2014-09-29 Jens Axboet/dedupe: silence 'some_done' unused warning on some...
2014-09-28 Jens Axboet/dedupe: fixup bloom entry calculation
2014-09-27 Jens Axboet/dedupe: print dedupe ratio instead of made-up factor
2014-09-27 Jens Axboededupe: exit gracefully if device/file open fails
2014-09-26 Jens Axboededupe: read in larger chunks at the time
2014-09-26 Jens Axboededupe: fix warning and segfault on -B0
2014-09-26 Jens Axboet/lfsr-test: fixup time
2014-09-26 Jens AxboeAdd debug helper stub for t/ programs
2014-09-26 Jens Axboededupe: default to using a bloom filter to save memory
2014-09-24 Jens Axboededupe: print threads used up front
2014-09-24 Jens Axboededupe: remove rb_lock when done
2014-09-24 Jens Axboededupe: cleanups and rate estimation
2014-09-24 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-09-24 Jens Axboededupe: don't add extent items unless we use them
2014-09-23 Jens AxboeFix 32-bit compile warnings
2014-09-23 Jens Axboededupe: print progress indicator
2014-09-23 Jens Axboededupe: improve wording in output
2014-09-23 Jens AxboeAdd small tool to check for dedupable contents in a...
2014-09-18 Jens Axboebtrace2fio: expand rate options, bug fixes
2014-09-17 Jens Axboebtrace2fio: add rate output
2014-09-17 Jens Axboebtrace2fio: move file tracking to btrace_pid
2014-09-16 Jens Axboebtrace2fio: cleanups and inflight hashing
2014-09-16 Jens Axboebtrace2fio: use percentage_random and add filename...
2014-09-16 Jens Axboebtrace2fio: set runtime
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-24 Jens AxboeAdd test case for previous verify crash
2013-04-11 Jens AxboeMove t/jobs/ to .fio format
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Jens AxboeMerge branch 'master' into gfio
next