summaryrefslogtreecommitdiffstats
path: root/src/tools/immutable_object_cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* rbd-mirror,immutable-object-cache: exit code is invertedIlya Dryomov2022-04-281-1/+1
* Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-usersRonen Friedman2021-08-301-4/+3
|\
| * common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-4/+3
* | common/Timer: make SafeTimer a templateXiubo Li2021-08-252-2/+3
|/
* tools: build without "using namespace std"Kefu Chai2021-08-132-3/+3
* *: always include <filesystem>Kefu Chai2021-06-091-6/+1
* tools: update immutable object cache water markYin Congmin2021-01-062-3/+9
* Merge pull request #38501 from tchaikov/wip-cmake-crimson-testKefu Chai2020-12-111-1/+1
|\
| * src/*: do not pass cct to ceph_version_to_str()Kefu Chai2020-12-101-1/+1
* | Merge pull request #36551 from CongMinYin/immutable_object_cache_throttleJason Dillaman2020-12-107-33/+221
|\ \ | |/ |/|
| * tools: add throttle mechanism to immutable object cacheYin Congmin2020-12-037-33/+221
* | test,tool: include <filesystem> if availableKefu Chai2020-11-271-8/+13
|/
* test: Use a config variable debug_version_for_testingDavid Zafman2020-11-121-1/+1
* ceph-immutable-object-cache: don't return empty path for older clientsMykola Golub2020-07-238-5/+45
* ceph-immutable-object-cache: handle DNE objectsMykola Golub2020-07-235-23/+28
* Merge pull request #36158 from dillaman/wip-45169Mykola Golub2020-07-235-26/+44
|\
| * immutable-object-cache: fix error handling during start upJason Dillaman2020-07-205-26/+44
* | {tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warningAdam C. Emerson2020-07-175-3/+3
|/
* tools/immutable_object_cache: fixed memory leak upon destructionJason Dillaman2020-05-211-0/+1
* librbd: use new aio_create_completion()Kefu Chai2019-11-011-1/+1
* include: convert FunctionContext usage to generic LambdaContextPatrick Donnelly2019-09-162-3/+3
* immutable_object_cache: Endian fix for HeaderHelperUlrich Weigand2019-09-051-1/+1
* tools/immutable_object_cache: s/Mutex/ceph::mutex/Kefu Chai2019-08-036-27/+26
* librbd: add re-connect and infligh enable featureshangdehao12019-06-243-12/+24
* tools: modify connect implement of RO cacheshangdehao12019-06-242-7/+34
* librbd: fix double free issue for CacheGenContextURefshangdehao12019-06-241-3/+3
* librbd: introduce new context type at ROshangdehao12019-06-244-6/+8
* immutable_object_cache: Remove unused captureAdam C. Emerson2019-06-211-1/+1
* immutable_object_cache: Remove pessimizing movesAdam C. Emerson2019-06-211-7/+4
* cmake: use StdFilesystem::filesystem instead of stdc++fsWillem Jan Withagen2019-03-241-1/+1
* tools: move options parsing into ObjectCacheStore for immutable obj cache daemonYuan Zhou2019-03-214-17/+24
* tools: fix SimplyPolicy memory leakshangdehao12019-03-212-1/+3
* tools: cleanup code style and delete useless datashangdehao12019-03-219-14/+12
* tools: new cache sub-dir rule for immutable obj cache daemonYuan Zhou2019-03-212-28/+39
* tools: cleanup ROshangdehao12019-03-218-27/+23
* tools: eliminate session_map race between CacheSessionshangdehao12019-03-216-20/+8
* tools: make cache file dir number configurableshangdehao12019-03-212-2/+5
* tools: make cache watermark configurableshangdehao12019-03-212-4/+8
* tools: make dedicated thread configurable for ROshangdehao12019-03-212-18/+19
* tools: adjust code style of ROshangdehao12019-03-2118-212/+225
* tools: clean up data structure of immutable obj cache daemonYuan Zhou2019-03-214-39/+39
* tools: refactor ObjectCacheRequest of ROshangdehao12019-03-215-229/+196
* tools: return real cache status on lookup in immutable obj cacheYuan Zhou2019-03-212-6/+5
* tools: fix librados compatibilityYuan Zhou2019-03-211-1/+1
* tools: clean up cache dir for immutable obj cacheYuan Zhou2019-03-212-30/+30
* tools: maintain cache size counter for immutable obj cache daemonYuan Zhou2019-03-214-38/+31
* tools: templatize create_rados_callbackshangdehao12019-03-213-101/+1
* tools: use specific message for different ops in immutable obj cache daemonYuan Zhou2019-03-215-47/+241
* tools: cleanup IPC message for immutable obj cache daemonYuan Zhou2019-03-217-123/+75
* tools: set namespace & snap_id before promote from RADOS in immutable obj cacheYuan Zhou2019-03-212-31/+40