summaryrefslogtreecommitdiffstats
path: root/src/test/ObjectMap/KeyValueDBMemory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-2/+2
* librbd: fixed "hidden" virtual methodsKefu Chai2016-01-211-0/+1
* kv: move KeyValueDB from os/ to kv/, libos.a to libkv.aSage Weil2015-10-191-1/+1
* test/KeyValueDBMemory : update init()Xiaoxi Chen2015-05-131-1/+1
* ceph_test_object_map: fix buildSage Weil2014-01-291-1/+9
* Add a virtual interface init, open, create_and_open to KeyValueDBSage Weil2014-01-281-0/+2
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-1/+1
* os: KeyValueDB: expose interface to obtain estimated store sizeJoao Eduardo Luis2013-08-231-0/+18
* src/*: make Context::finish private and switch all users to use completeSamuel Just2013-07-221-2/+1
* os: KeyValueDB: implement snapshot iteratorsJoao Eduardo Luis2012-07-301-0/+1
* os: KeyValueDB: re-implement (prefix) iter in terms of whole-space iterJoao Eduardo Luis2012-07-301-17/+26
* os: KeyValueDB: allow finer-grained control of transaction operationsJoao Eduardo Luis2012-07-241-15/+21
* os/: DBObjectMap and KeyValueDB interface with testsSamuel Just2012-03-011-0/+126