index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
shared_cache.hpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Remove redundant includes
Jos Collin
2017-05-22
1
-2
/
+0
*
common: improve cache efficiency
Ning Yao
2015-12-13
1
-5
/
+7
*
common: improve cache, replace to unordered map with initializing hash bucket...
Ning Yao
2015-12-13
1
-5
/
+8
*
common/shared_cache: allow comparator to be adjusted
Sage Weil
2015-08-07
1
-0
/
+18
*
common/shared_cache: parameterize the map<> comparator
Sage Weil
2015-08-07
1
-14
/
+14
*
shared_cache: reduce duplication between get_next's
Samuel Just
2015-01-15
1
-19
/
+8
*
common/shared_cache.hpp: empty() iff weak_refs is empty
Samuel Just
2015-01-15
1
-1
/
+7
*
common/shared_cache.hpp: restructure clear()
Samuel Just
2015-01-14
1
-8
/
+5
*
shared_cache: add lookup_or_create, get_next, etc. and their unittests
Dong Yuan
2014-12-18
1
-0
/
+92
*
Merge remote-tracking branch 'gh/giant'
Sage Weil
2014-10-27
1
-16
/
+34
|
\
|
*
shared_cache: add purge and tests
Samuel Just
2014-10-22
1
-15
/
+32
|
*
shared_cache::add: do not delete value if existed
Samuel Just
2014-10-22
1
-1
/
+2
*
|
Merge pull request #2597 from cchengleo/wip-test-shared-cache
Loic Dachary
2014-09-30
1
-2
/
+11
|
\
\
|
|
/
|
/
|
|
*
test-shared-cache:
cchengleo
2014-09-30
1
-2
/
+11
*
|
os: FileStore::lfn_unlink always clears FDCache
Loic Dachary
2014-09-16
1
-0
/
+6
|
/
*
common/shared_cache: dump weak refs on shutdown
Sage Weil
2014-08-22
1
-1
/
+17
*
common/shared_cache: take a cct
Sage Weil
2014-08-22
1
-2
/
+7
*
shared_cache: pass key (K) by const ref in interface methods
Somnath Roy
2014-08-15
1
-7
/
+7
*
shared_cache: expose prior existence when inserting an element
Greg Farnum
2014-08-14
1
-2
/
+25
*
shared_cache: use a single lookup for lookup() too
Greg Farnum
2014-08-14
1
-2
/
+3
*
common/shared_cache.hpp: compact to a single lookup where possible
Samuel Just
2014-02-01
1
-5
/
+9
*
common/shared_cache.hpp: avoid list::size()
Samuel Just
2014-02-01
1
-2
/
+6
*
libc++: use ceph:: namespaced data types
Noah Watkins
2014-01-18
1
-2
/
+2
*
common/shared_cache.hpp: fix set_size()
Samuel Just
2013-05-21
1
-1
/
+1
*
common/shared_cache.hpp: add clear()
Samuel Just
2013-05-21
1
-0
/
+11
*
shared_cache: clear lru in destructor
Samuel Just
2013-03-22
1
-0
/
+6
*
OSD: only trim up to the oldest map still in use by a pg
Samuel Just
2013-01-11
1
-0
/
+6
*
common/: added templated simple lru implementations
Samuel Just
2012-04-27
1
-0
/
+152