nanosecond: initial commit changing timeval to timespec
[fio.git] / t / dedupe.c
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-01-03 Robert Elliotttests, profiles: Use IEC prefixes for binary multiples
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-03-10 Jens AxboeFix compile of test programs on archs that use arch_fla...
2015-12-29 Jens Axboet/dedupe: silence bogus warning on 'bytes' being used...
2015-12-01 Jens AxboeMove memalign to lib/
2014-10-21 Jens Axboet/dedupe: fix init of all thread variables
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 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...