summaryrefslogtreecommitdiffstats
path: root/src/osd/HitSet.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: Update HitSet to work without using namespaceAdam C. Emerson2019-03-291-8/+12
* osd/HitSet: mark copy ctor of HitSet::Params noexceptKefu Chai2019-01-291-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-4/+4
* osd: Use unqualified encode/decodeAdam C. Emerson2018-01-101-8/+8
* osd/HitSet: remove unneeded #include - FormatterMichal Jarzabek2016-05-171-0/+37
* osd/: assert in HitSet constructor if type is TYPE_NONE as wellSamuel Just2015-09-231-3/+0
* osd/HitSet: fix sealed initialization in Params ctorSage Weil2013-12-061-0/+1
* osd/HitSet: take Params as const ref to avoid confusion about ownershipSage Weil2013-12-061-5/+9
* osd/HitSet: make pg_pool_t and Params operator<< less parentheticalSage Weil2013-12-061-2/+2
* osd_types: add generic HitSet type with bloom and explicit implementationsSage Weil2013-12-061-0/+213