summaryrefslogtreecommitdiffstats
path: root/src/osd/HitSet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: Update HitSet to work without using namespaceAdam C. Emerson2019-03-291-37/+37
* osd/HitSet: mark copy ctor of HitSet::Params noexceptKefu Chai2019-01-291-1/+1
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-2/+4
* osd: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-9/+9
* osd: Use unqualified encode/decodeAdam C. Emerson2018-01-101-16/+16
* osd,common: avoid casting useless castsKefu Chai2017-10-091-2/+2
* osd: add override in headers filesliuchang08122017-03-251-1/+1
* osd/HitSet.h: add 'override' to virtual functionsMichal Jarzabek2016-05-211-41/+41
* osd/HitSet: remove unneeded #include - FormatterMichal Jarzabek2016-05-171-28/+4
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-6/+6
* Revert "osd/HitSet: make subclasses dump deterministically"Sage Weil2015-08-131-8/+2
* osd/HitSet: make subclasses dump deterministicallySage Weil2015-08-081-2/+8
* Cache hobject filestore_key to avoid massive _reverse_nibbles callsDong Yuan2014-12-051-4/+4
* use llrintl when converting double to microSage Weil2014-08-011-1/+1
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-2/+2
* osd/HitSet: add HitSetRefSage Weil2014-02-161-0/+2
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-4/+5
* osd/HitSet: fix copy ctorSage Weil2013-12-061-1/+4
* osd/HitSet: fix dump() of fppSage Weil2013-12-061-1/+1
* osd/HitSet: track BloomHitSet::Params fpp in micros, not as a doubleSage Weil2013-12-061-12/+17
* osd/HitSet: take Params as const ref to avoid confusion about ownershipSage Weil2013-12-061-2/+3
* osd/HitSet: make pg_pool_t and Params operator<< less parentheticalSage Weil2013-12-061-1/+1
* pg_hit_set_info_t: remove unused size, target_size membersGreg Farnum2013-12-061-1/+4
* osd_types: add generic HitSet type with bloom and explicit implementationsSage Weil2013-12-061-0/+462