summaryrefslogtreecommitdiffstats
path: root/src/key_value_store (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4000 from ceph/wip-da-SCA-20150312Kefu Chai2015-03-251-5/+21
|\
| * kv_flat_btree_async.h: fix some UNINIT_CTOR issuesDanny Al-Gaaf2015-03-171-5/+21
* | Merge pull request #4086 from tchaikov/fix-doxygen-warningsLoic Dachary2015-03-231-1/+1
|\ \
| * | doc: fix doxygen warningsKefu Chai2015-03-191-1/+1
| |/
* / Minor changes in other Makefile.am files to make them support the build refin...Boris Ranto2015-03-061-0/+5
|/
* osd, osdc, librados, tools, rgw: Implement pgls of all namespacesDavid Zafman2014-10-201-6/+6
* test, key_value_store: Use pool rbd since no default data pool presentDavid Zafman2014-10-201-1/+1
* kv_flat_btree_async.cc: remove consecutive break after returnDanny Al-Gaaf2014-06-051-1/+0
* cls_kvs.cc: return 'r' from get_idata_from_key()Danny Al-Gaaf2014-05-111-1/+1
* cls_kvs.cc: remove dead assignmentDanny Al-Gaaf2014-05-111-2/+0
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-1/+1
* kvstore: only build on linuxNoah Watkins2013-12-291-0/+2
* librados: mark old get_version() as deprecatedSage Weil2013-12-241-4/+4
* Mark libcls_kvs as a moduleJames Page2013-11-271-1/+1
* automake cleanup: implementing non-recursive makeRoald J. van Loon2013-09-081-0/+10
* Merge remote-tracking branch 'origin/master' into wip-rgw-geoYehuda Sadeh2013-07-042-7/+33
|\
| * *: always include rados.h using types.hSamuel Just2013-06-172-2/+1
| * kv_flat_btree_async.cc: fix assigned but unused value issueDanny Al-Gaaf2013-06-031-1/+5
| * key_value_store/kv_flat_btree_async.cc: fix some reassign before use value is...Danny Al-Gaaf2013-06-031-4/+16
| * Merge pull request #326 from dalgaaf/wip-da-CID-727978Sage Weil2013-05-291-0/+2
| |\
| | * kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
| * | Merge pull request #325 from dalgaaf/wip-da-CID-727980Sage Weil2013-05-281-0/+2
| |\ \
| | * | kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
| | |/
| * / kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
| |/
| * Merge pull request #321 from dalgaaf/wip-da-CID-727981Sage Weil2013-05-271-0/+1
| |\
| | * kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-241-0/+1
| * | kv_flat_btree_async.cc: fix resource leakDanny Al-Gaaf2013-05-241-0/+1
| |/
| * kv_flat_btree_async.cc: release AioCompletion before leave the loopDanny Al-Gaaf2013-05-171-0/+1
| * kv_flat_btree_async.cc: fix resource leakDanny Al-Gaaf2013-05-111-0/+2
* | key_value_store: fixup errno handlingGreg Farnum2013-07-023-5/+4
|/
* kv_flat_btree_async.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-1/+1
* kv_flat_btree_async.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-141-7/+7
* key_value_store/cls_kvs.cc: prefer prefix --operator for iteratorsDanny Al-Gaaf2013-03-141-1/+1
* kv_flat_btree_async.cc: remove unused variablesDanny Al-Gaaf2013-02-271-6/+0
* kv_flat_btree_async.cc: remove some unreachable break statementsDanny Al-Gaaf2013-02-271-3/+0
* key_value_store/cls_kvs.cc: remove unused variable dupmapDanny Al-Gaaf2013-02-271-1/+0
* kv_flat_btree_async.cc: use empty() instead of size() to check for emptinessDanny Al-Gaaf2013-02-141-3/+3
* cls_kvs.cc: use !empty() instead of 'size() > 0' to check for emptinessDanny Al-Gaaf2013-02-141-2/+2
* Validate format strings for CLS_ERR/CLS_LOGDan Mick2013-01-311-8/+10
* OSD: deprecate CLS_METHOD_PUBLIC flagJosh Durgin2012-10-031-10/+10
* test, key_value_store: added distributed flat btree key-value storeEleanor Cawthon2012-09-025-0/+4197