summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2015-03-06Revert "axmap: ensure we lock down the maps for shared access"Jens Axboe
2015-03-06axmap: ensure we lock down the maps for shared accessJens Axboe
2015-03-06t/btrace2fio: add ability to add specific options through -aJens Axboe
2015-03-06btrace2fio: add support for collapsing close entriesJens Axboe
2015-03-06Fixup t/ test apps for lfsr_next change()Jens Axboe
2015-03-06t/btrace2fio: don't dec inflight for requeueJens Axboe
2015-03-06t/btrace2fio: fix divide-by-zero in rate calculationJens Axboe
2015-03-06t/btrace2fio: cap depth if we don't see completion tracesJens Axboe
2015-03-06Make fio -Wshadow cleanJens Axboe
2015-03-06t/dedupe: fix init of all thread variablesJens Axboe
2015-03-06t/btrace2fio: fix fd leak on errorJens Axboe
2015-03-06t/dedupe: fix bogus items NULL compareJens Axboe
2015-03-06t/dedupe: use fio abstracted OS_O_DIRECTJens Axboe
2015-03-06t/dedupe: remove leftover linux/fs.h includeJens Axboe
2015-03-06t/dedupe: use generic blockdev_size() to get sizeJens Axboe
2015-03-06t/dedupe: avoid div-by-zero for all identical chunksJens Axboe
2015-03-06t/dedupe: fix off-by 1.024 in bandwidthJens Axboe
2015-03-06t/dedupe: silence 'some_done' unused warning on some compilersJens Axboe
2015-03-06t/dedupe: fixup bloom entry calculationJens Axboe
2015-03-06t/dedupe: print dedupe ratio instead of made-up factorJens Axboe
2015-03-06dedupe: exit gracefully if device/file open failsJens Axboe
2015-03-06dedupe: read in larger chunks at the timeJens Axboe
2015-03-06dedupe: fix warning and segfault on -B0Jens Axboe
2015-03-06t/lfsr-test: fixup timeJens Axboe
2015-03-06Add debug helper stub for t/ programsJens Axboe
2015-03-06dedupe: default to using a bloom filter to save memoryJens Axboe
2015-03-06dedupe: print threads used up frontJens Axboe
2015-03-06dedupe: remove rb_lock when doneJens Axboe
2015-03-06dedupe: cleanups and rate estimationJens Axboe
2015-03-06dedupe: don't add extent items unless we use themJens Axboe
2015-03-06Fix 32-bit compile warningsJens Axboe
2015-03-06dedupe: print progress indicatorJens Axboe
2015-03-06dedupe: improve wording in outputJens Axboe
2015-03-06Add small tool to check for dedupable contents in a file/deviceJens Axboe
2015-03-06btrace2fio: expand rate options, bug fixesJens Axboe
2015-03-06btrace2fio: add rate outputJens Axboe
2015-03-06btrace2fio: move file tracking to btrace_pidJens Axboe
2015-03-06btrace2fio: cleanups and inflight hashingJens Axboe
2015-03-06btrace2fio: use percentage_random and add filename optionJens Axboe
2015-03-06btrace2fio: set runtimeJens Axboe
2015-03-06Add basic tool to turn blktrace into fio job fileJens Axboe
2015-03-06Add test case for previous verify crashJens Axboe
2013-04-11Move t/jobs/ to .fio formatJens Axboe
2013-03-29t/axmap: add test for multi bit setsJens Axboe
2013-03-12lfsr: fix verification and spin bugsAlex Pyrgiotis
2013-03-08Add a simple test for LFSR generatorAlex Pyrgiotis
2013-03-08Improve LFSR implementationAlex Pyrgiotis
2013-02-21t/axmap: add pre/post bit set checksJens Axboe
2013-02-07t/log: include minmax.h for min()Jens Axboe
2013-01-30Fix bugs in [v]snprintf usageKen Raeburn