Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: compute SimpleLRU's size with contents.size() instead of lru.size() | Xuehan Xu | 2018-01-06 | 1 | -1/+1 |
* | common: Remove redundant includes | Jos Collin | 2017-05-22 | 1 | -4/+0 |
* | common/simple_cache.hpp: add std::move | Michal Jarzabek | 2016-06-01 | 1 | -5/+5 |
* | common: improve cache efficiency | Ning Yao | 2015-12-13 | 1 | -9/+12 |
* | common: improve cache, replace to unordered map with initializing hash bucket... | Ning Yao | 2015-12-13 | 1 | -4/+7 |
* | common/simple_cache: parameterize map<> comparator | Sage Weil | 2015-08-07 | 1 | -5/+5 |
* | Add header cache to DBObjectMap | Haomai Wang | 2014-05-17 | 1 | -0/+10 |
* | OSD: don't wait for superblock writes in handle_osd_map | Samuel Just | 2012-12-05 | 1 | -4/+3 |
* | simple_cache.hpp: add pinning | Samuel Just | 2012-04-27 | 1 | -3/+30 |
* | common/: added templated simple lru implementations | Samuel Just | 2012-04-27 | 1 | -0/+67 |