summaryrefslogtreecommitdiffstats
path: root/src/common/shared_cache.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Remove redundant includesJos Collin2017-05-221-2/+0
* common: improve cache efficiencyNing Yao2015-12-131-5/+7
* common: improve cache, replace to unordered map with initializing hash bucket...Ning Yao2015-12-131-5/+8
* common/shared_cache: allow comparator to be adjustedSage Weil2015-08-071-0/+18
* common/shared_cache: parameterize the map<> comparatorSage Weil2015-08-071-14/+14
* shared_cache: reduce duplication between get_next'sSamuel Just2015-01-151-19/+8
* common/shared_cache.hpp: empty() iff weak_refs is emptySamuel Just2015-01-151-1/+7
* common/shared_cache.hpp: restructure clear()Samuel Just2015-01-141-8/+5
* shared_cache: add lookup_or_create, get_next, etc. and their unittestsDong Yuan2014-12-181-0/+92
* Merge remote-tracking branch 'gh/giant'Sage Weil2014-10-271-16/+34
|\
| * shared_cache: add purge and testsSamuel Just2014-10-221-15/+32
| * shared_cache::add: do not delete value if existedSamuel Just2014-10-221-1/+2
* | Merge pull request #2597 from cchengleo/wip-test-shared-cacheLoic Dachary2014-09-301-2/+11
|\ \ | |/ |/|
| * test-shared-cache:cchengleo2014-09-301-2/+11
* | os: FileStore::lfn_unlink always clears FDCacheLoic Dachary2014-09-161-0/+6
|/
* common/shared_cache: dump weak refs on shutdownSage Weil2014-08-221-1/+17
* common/shared_cache: take a cctSage Weil2014-08-221-2/+7
* shared_cache: pass key (K) by const ref in interface methodsSomnath Roy2014-08-151-7/+7
* shared_cache: expose prior existence when inserting an elementGreg Farnum2014-08-141-2/+25
* shared_cache: use a single lookup for lookup() tooGreg Farnum2014-08-141-2/+3
* common/shared_cache.hpp: compact to a single lookup where possibleSamuel Just2014-02-011-5/+9
* common/shared_cache.hpp: avoid list::size()Samuel Just2014-02-011-2/+6
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-2/+2
* common/shared_cache.hpp: fix set_size()Samuel Just2013-05-211-1/+1
* common/shared_cache.hpp: add clear()Samuel Just2013-05-211-0/+11
* shared_cache: clear lru in destructorSamuel Just2013-03-221-0/+6
* OSD: only trim up to the oldest map still in use by a pgSamuel Just2013-01-111-0/+6
* common/: added templated simple lru implementationsSamuel Just2012-04-271-0/+152