summaryrefslogtreecommitdiffstats
path: root/src/key_value_store (follow)
Commit message (Expand)AuthorAgeFilesLines
* key_value_store/kv_flat_btree_async: add using namespace stdSamuel Just2021-08-261-4/+1
* key_value_store: fix missing stdRonen Friedman2021-08-183-20/+20
* key_value_store: fix missing stdRonen Friedman2021-08-162-136/+140
* key_value_store: Remove superfluous breaksLiao Pingfang2020-07-141-5/+0
* test/ceph_kvstorebench: s/wait_for_safe/wait_for_complete/Kefu Chai2019-11-011-8/+8
* cls_kvs: s/Mutex/ceph::mutex/Kefu Chai2019-08-032-27/+22
* test: allow ceph_kvstorebench to be build on FreeBSDWillem Jan Withagen2018-12-171-0/+1
* build: FreeBSD allow kv_store tools to be buildWillem Jan Withagen2018-11-281-0/+1
* ceph_kvstorebench: include <errno.h> not asm-generic/errno.hKefu Chai2018-11-261-3/+1
* common: fix typosKefu Chai2018-09-212-2/+2
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-1/+1
* key_value_store: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-5/+5
* core: use const_iterator for decodeKefu Chai2018-05-174-37/+37
* Remove embedded 'cephd' codeDan Mick2018-05-111-5/+0
* key_value_store: Use unqualified encode/decodeAdam C. Emerson2018-01-104-89/+89
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-273-3/+0
* key_value_store: assert(false)->ceph_abort()Li Wang2017-10-021-2/+2
* cls_kvs: adjust objclass apiYehuda Sadeh2017-07-291-5/+11
* common: add override in header fileliuchang08122017-03-031-17/+17
* key_value_store: Stop using deprecated omap_get_* functionsAdam C. Emerson2017-02-031-13/+13
* key_value_store: remove unneeded #includeKefu Chai2017-01-201-1/+0
* cmake: fix rpath on shared libraries and executablesRicardo Dias2017-01-181-1/+4
* common: Unskew clockAdam C. Emerson2016-12-221-8/+8
* embedded: Add RADOS classes to embedded cephd libraryBassam Tabbara2016-11-292-14/+18
* kvs: ObjectWriteOPerations can't be in a VLAAdam C. Emerson2016-11-171-4/+4
* remove autotoolsSage Weil2016-09-071-17/+0
* cmake: restructure src/CMakeLists.txt in a more hierarchical wayKefu Chai2016-07-191-0/+4
* 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
| | |/