Revert "ioengines: Make td_io_queue print log_err when got error "
[fio.git] / t / dedupe.c
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2022-10-24 Vincent FuMerge branch 'fix-cpus_allowed' of https://github.com...
2022-10-22 mayuanpengcpus_allowed: use __NRPROCESSORS_CONF instead of __SC_N...
2022-03-11 Jens Axboet/dedupe: ensure that 'ret' is initialized
2022-03-11 Jens Axboet/dedupe: handle errors more gracefully
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-11-21 Jens Axboet/dedupe: style fixups
2021-11-21 Jens AxboeMerge branch 'dedupe_and_compression' of https://github...
2021-11-21 Bar Davidfio-dedup: adjusted the binary to support compression
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-07-25 Jens AxboeMerge branch 'evelu-exec' of https://github.com/ErwanAl...
2021-07-15 Jens AxboeMerge branch 'dedupe_workset' of https://github.com...
2021-07-15 Bar Daviddedupe: allow to generate dedupe buffers from working set
2020-01-05 Jens AxboeMerge branch 'memalign1' of https://github.com/kusumi/fio
2020-01-05 Tomohiro Kusumilib/memalign: remove smalloc()/sfree() dependency
2018-10-19 Vincent Fufio: enable cross-thread overlap checking with processes
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-15 Bart Van AsscheRename fio_mutex into fio_sem
2018-03-13 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-12 Bart Van AsscheRename struct rb_node into struct fio_rb_node
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
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...