summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: refactor ObjectCacheRequest of ROshangdehao12019-03-218-281/+237
* tools: return real cache status on lookup in immutable obj cacheYuan Zhou2019-03-212-6/+5
* tools: fix librados compatibilityYuan Zhou2019-03-212-3/+3
* tools: clean up cache dir for immutable obj cacheYuan Zhou2019-03-213-31/+31
* tools: maintain cache size counter for immutable obj cache daemonYuan Zhou2019-03-215-65/+60
* tools: templatize create_rados_callbackshangdehao12019-03-213-101/+1
* tools: use specific message for different ops in immutable obj cache daemonYuan Zhou2019-03-218-76/+290
* tools: cleanup IPC message for immutable obj cache daemonYuan Zhou2019-03-2110-165/+90
* tools: set namespace & snap_id before promote from RADOS in immutable obj cacheYuan Zhou2019-03-212-31/+40
* tools: format code and clean upYuan Zhou2019-03-217-174/+44
* tools: adding signal handling for immutable obj cache daemonYuan Zhou2019-03-211-2/+15
* tests: reduce testing resources occupied for immutable obj cacheYuan Zhou2019-03-211-1/+1
* tools: follow current codes to modify UTshangdehao12019-03-213-19/+41
* tools: release dedicated thread resourceshangdehao12019-03-212-3/+9
* tools: add connect fails to faultshangdehao12019-03-211-31/+32
* tools: clean up object cache request strutureYuan Zhou2019-03-212-3/+5
* common/buffer: assign error message to caller on short read in pread_fileYuan Zhou2019-03-211-2/+2
* tools: add m_cache_pathshangdehao12019-03-215-23/+31
* tools: clean up dead code in immutable obj cacheYuan Zhou2019-03-215-20/+1
* tools: kill ObjectCacheFile in immutable obj cacheYuan Zhou2019-03-216-140/+3
* tools: clean up immutable obj cacheYuan Zhou2019-03-216-17/+14
* common/options: move immutable obj cache options out of rbd sectionYuan Zhou2019-03-211-16/+21
* common/buffer: return 0 on short read in pread_fileYuan Zhou2019-03-212-4/+5
* tools: some modification at ROshangdehao12019-03-2112-39/+74
* tool: break down receive_message implementsshangdehao12019-03-212-94/+130
* common/buffer: fix pread_file to generate local bufferlistYuan Zhou2019-03-216-91/+129
* tools: clean up types for immutable obj cache daemonYuan Zhou2019-03-212-69/+61
* tools: refuse to start if obj cache daemon fail to initialize cache dirYuan Zhou2019-03-212-9/+15
* test: enable asio tests for immutable obj cache controllerYuan Zhou2019-03-218-83/+87
* tools: immutable_object_cache code format cleanupYuan Zhou2019-03-212-6/+7
* common/buffer: adding pread_file methodYuan Zhou2019-03-213-14/+55
* tools: refactor asio domain socket of ROshangdehao12019-03-2114-339/+461
* tools: fix redudent updates on cache metdataYuan Zhou2019-03-212-15/+20
* test: add object cache message unite testshangdehao12019-03-213-0/+66
* tools: add new object cache messageshangdehao12019-03-213-0/+172
* tools: use bufferlist to implement ObjectCacheFileshangdehao12019-03-214-75/+38
* test: add ObjectCacheStore unit testshangdehao12019-03-212-0/+98
* test: add multi-session unit testingshangdehao12019-03-212-0/+158
* test: move WaitEvent class to test_common.h fileshangdehao12019-03-212-36/+43
* tools: fix immutable obj cache max sizeYuan Zhou2019-03-212-3/+3
* tools: remove RBD specific logic in immutable obj cacheYuan Zhou2019-03-216-66/+41
* tools: remove background evictionYuan Zhou2019-03-212-12/+0
* tools: format headers for object cache daemonYuan Zhou2019-03-2112-45/+10
* tools: create local utils for object cache daemonYuan Zhou2019-03-215-6/+139
* tools: clean up immutable object cacheYuan Zhou2019-03-2125-114/+137
* tools: adding ceph level immutable obj cache daemonYuan Zhou2019-03-2127-0/+2390
* Merge pull request #27089 from tchaikov/wip-cmake-with-ninjaKefu Chai2019-03-211-1/+2
|\
| * cmake: do not assume ${CMAKE_GENERATOR} == makeKefu Chai2019-03-211-1/+2
* | Merge pull request #27100 from ddiss/trivial_rgw_auth_keystone_gcc_warningCasey Bodley2019-03-211-2/+2
|\ \
| * | rgw: fix minor compiler warning in keystone authDavid Disseldorp2019-03-211-2/+2