summaryrefslogtreecommitdiffstats
path: root/src/test/ObjectMap (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-185-7/+7
* src/test/ObjectMap: test clear_keys_header() callSamuel Just2014-01-101-1/+38
* tools: move 'test_store_tool' to 'tools/ceph-kvstore-tool'Joao Eduardo Luis2013-10-161-270/+0
* Merge remote-tracking branch 'gh/next'Sage Weil2013-10-041-8/+82
|\
| * ceph_test_store_tool: add 'set prefix key' featureJoao Eduardo Luis2013-10-021-1/+53
| * test: test_store_tool: optionally output value crc when listing keysJoao Eduardo Luis2013-10-021-4/+11
| * test: test_store_tool: add 'crc <prefix> <key>' commandJoao Eduardo Luis2013-10-021-3/+18
* | common, os, osd, test, tools: FileStore must work with ghobjects rather than ...David Zafman2013-09-261-27/+27
|/
* test: ceph_test_store_tool: output estimated store size on 'get-size'Joao Eduardo Luis2013-08-241-0/+14
* os: KeyValueDB: expose interface to obtain estimated store sizeJoao Eduardo Luis2013-08-231-0/+18
* Merge remote-tracking branch 'gh/next'Sage Weil2013-07-251-4/+22
|\
| * test: test_store_tool: global init before using LevelDBStoreJoao Eduardo Luis2013-07-241-4/+22
* | src/*: make Context::finish private and switch all users to use completeSamuel Just2013-07-221-2/+1
|/
* fix test users of LevelDBStoreSage Weil2013-05-314-4/+4
* ObjectMap/test_object_map.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-1/+1
* test_object_map.cc: use %u to format unsigned in snprintf()Danny Al-Gaaf2013-03-121-1/+1
* test_keyvaluedb_iterators.cc: remove unused variableDanny Al-Gaaf2013-03-121-1/+0
* KeyValueDBMemory.cc: use empty() instead of size() == 0Danny Al-Gaaf2013-02-261-4/+4
* Merge branch 'wsp.bobtail.2merge' into wsp.bobtail.masterJoao Eduardo Luis2013-02-214-3/+167
|\
| * test: ObjectMap: add a generic leveldb store toolJoao Eduardo Luis2013-02-211-0/+164
| * os: LevelDBStore: scrap init() and create open() and create_and_open()Joao Eduardo Luis2013-02-213-3/+3
* | test_object_map.cc: use empty() to check for emptinessDanny Al-Gaaf2013-02-141-2/+2
* | test_keyvaluedb_iterators.cc: use empty() to check for emptinessDanny Al-Gaaf2013-02-141-2/+2
|/
* test: test_keyvaluedb_iterators: Test KeyValueDB implementations iteratorsJoao Eduardo Luis2012-07-301-0/+1788
* os: KeyValueDB: implement snapshot iteratorsJoao Eduardo Luis2012-07-302-0/+30
* os: KeyValueDB: re-implement (prefix) iter in terms of whole-space iterJoao Eduardo Luis2012-07-302-59/+122
* os: KeyValueDB: Add virtual raw_key() function to return (prefix,key) pairJoao Eduardo Luis2012-07-241-0/+7
* os: KeyValueDB: allow finer-grained control of transaction operationsJoao Eduardo Luis2012-07-242-31/+31
* test_object_map: remove DBObjectMapv0Samuel Just2012-06-063-1502/+0
* DBObjectMap,FileStore: Remove IndexedPath parameters from ObjectMapSamuel Just2012-06-061-192/+76
* DBObjectMap: Implement upgrade from previous formatSamuel Just2012-06-061-60/+158
* FileStore,DBObjectMap: remove ObjectMap link methodSamuel Just2012-06-061-13/+1
* test/ObjectMap: Copy current DBObjectMap implementationSamuel Just2012-06-063-0/+1502
* ObjectMap: use Index object for locking rather than path objectSamuel Just2012-03-161-23/+35
* test_object_map: update unit test for xattrSamuel Just2012-03-161-1/+170
* ObjectMap: add interface for storing xattrsSamuel Just2012-03-161-4/+4
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* test: Add KeyValueDB atomicity checkerSamuel Just2012-03-011-0/+106
* os/: DBObjectMap and KeyValueDB interface with testsSamuel Just2012-03-013-0/+889