index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
immutable_object_cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rbd-mirror,immutable-object-cache: exit code is inverted
Ilya Dryomov
2022-04-28
1
-1
/
+1
*
Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-users
Ronen Friedman
2021-08-30
1
-4
/
+3
|
\
|
*
common: modify 'main()s' to use new argv_to_vec() signature
Ronen Friedman
2021-08-19
1
-4
/
+3
*
|
common/Timer: make SafeTimer a template
Xiubo Li
2021-08-25
2
-2
/
+3
|
/
*
tools: build without "using namespace std"
Kefu Chai
2021-08-13
2
-3
/
+3
*
*: always include <filesystem>
Kefu Chai
2021-06-09
1
-6
/
+1
*
tools: update immutable object cache water mark
Yin Congmin
2021-01-06
2
-3
/
+9
*
Merge pull request #38501 from tchaikov/wip-cmake-crimson-test
Kefu Chai
2020-12-11
1
-1
/
+1
|
\
|
*
src/*: do not pass cct to ceph_version_to_str()
Kefu Chai
2020-12-10
1
-1
/
+1
*
|
Merge pull request #36551 from CongMinYin/immutable_object_cache_throttle
Jason Dillaman
2020-12-10
7
-33
/
+221
|
\
\
|
|
/
|
/
|
|
*
tools: add throttle mechanism to immutable object cache
Yin Congmin
2020-12-03
7
-33
/
+221
*
|
test,tool: include <filesystem> if available
Kefu Chai
2020-11-27
1
-8
/
+13
|
/
*
test: Use a config variable debug_version_for_testing
David Zafman
2020-11-12
1
-1
/
+1
*
ceph-immutable-object-cache: don't return empty path for older clients
Mykola Golub
2020-07-23
8
-5
/
+45
*
ceph-immutable-object-cache: handle DNE objects
Mykola Golub
2020-07-23
5
-23
/
+28
*
Merge pull request #36158 from dillaman/wip-45169
Mykola Golub
2020-07-23
5
-26
/
+44
|
\
|
*
immutable-object-cache: fix error handling during start up
Jason Dillaman
2020-07-20
5
-26
/
+44
*
|
{tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warning
Adam C. Emerson
2020-07-17
5
-3
/
+3
|
/
*
tools/immutable_object_cache: fixed memory leak upon destruction
Jason Dillaman
2020-05-21
1
-0
/
+1
*
librbd: use new aio_create_completion()
Kefu Chai
2019-11-01
1
-1
/
+1
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
2
-3
/
+3
*
immutable_object_cache: Endian fix for HeaderHelper
Ulrich Weigand
2019-09-05
1
-1
/
+1
*
tools/immutable_object_cache: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
6
-27
/
+26
*
librbd: add re-connect and infligh enable feature
shangdehao1
2019-06-24
3
-12
/
+24
*
tools: modify connect implement of RO cache
shangdehao1
2019-06-24
2
-7
/
+34
*
librbd: fix double free issue for CacheGenContextURef
shangdehao1
2019-06-24
1
-3
/
+3
*
librbd: introduce new context type at RO
shangdehao1
2019-06-24
4
-6
/
+8
*
immutable_object_cache: Remove unused capture
Adam C. Emerson
2019-06-21
1
-1
/
+1
*
immutable_object_cache: Remove pessimizing moves
Adam C. Emerson
2019-06-21
1
-7
/
+4
*
cmake: use StdFilesystem::filesystem instead of stdc++fs
Willem Jan Withagen
2019-03-24
1
-1
/
+1
*
tools: move options parsing into ObjectCacheStore for immutable obj cache daemon
Yuan Zhou
2019-03-21
4
-17
/
+24
*
tools: fix SimplyPolicy memory leak
shangdehao1
2019-03-21
2
-1
/
+3
*
tools: cleanup code style and delete useless data
shangdehao1
2019-03-21
9
-14
/
+12
*
tools: new cache sub-dir rule for immutable obj cache daemon
Yuan Zhou
2019-03-21
2
-28
/
+39
*
tools: cleanup RO
shangdehao1
2019-03-21
8
-27
/
+23
*
tools: eliminate session_map race between CacheSession
shangdehao1
2019-03-21
6
-20
/
+8
*
tools: make cache file dir number configurable
shangdehao1
2019-03-21
2
-2
/
+5
*
tools: make cache watermark configurable
shangdehao1
2019-03-21
2
-4
/
+8
*
tools: make dedicated thread configurable for RO
shangdehao1
2019-03-21
2
-18
/
+19
*
tools: adjust code style of RO
shangdehao1
2019-03-21
18
-212
/
+225
*
tools: clean up data structure of immutable obj cache daemon
Yuan Zhou
2019-03-21
4
-39
/
+39
*
tools: refactor ObjectCacheRequest of RO
shangdehao1
2019-03-21
5
-229
/
+196
*
tools: return real cache status on lookup in immutable obj cache
Yuan Zhou
2019-03-21
2
-6
/
+5
*
tools: fix librados compatibility
Yuan Zhou
2019-03-21
1
-1
/
+1
*
tools: clean up cache dir for immutable obj cache
Yuan Zhou
2019-03-21
2
-30
/
+30
*
tools: maintain cache size counter for immutable obj cache daemon
Yuan Zhou
2019-03-21
4
-38
/
+31
*
tools: templatize create_rados_callback
shangdehao1
2019-03-21
3
-101
/
+1
*
tools: use specific message for different ops in immutable obj cache daemon
Yuan Zhou
2019-03-21
5
-47
/
+241
*
tools: cleanup IPC message for immutable obj cache daemon
Yuan Zhou
2019-03-21
7
-123
/
+75
*
tools: set namespace & snap_id before promote from RADOS in immutable obj cache
Yuan Zhou
2019-03-21
2
-31
/
+40
[next]