summaryrefslogtreecommitdiffstats
path: root/src/os/DBObjectMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ObjectStore: FileStore has been deprecatedNitzanMordhai2023-02-121-0/+584
* os/filestore: move FileStore to os/filestore/*Sage Weil2016-01-011-532/+0
* common/buffer: forward declare bufferMichal Jarzabek2015-11-301-1/+1
* os/KeyValueDB: don't call self.valid() from next() and prev()Piotr Dałek2015-11-091-2/+2
* kv: move KeyValueDB from os/ to kv/, libos.a to libkv.aSage Weil2015-10-191-1/+1
* explicitly specify comparator for all ghobject_t maps and setsSage Weil2015-08-071-2/+2
* support Boost 1.57.0Petr Machata2015-01-291-1/+1
* os/DBObjectMap: new version v2; drop support for upgrading from v1Sage Weil2014-12-171-3/+2
* DBObjectMap: restructure map_header_in_use lockingSamuel Just2014-09-121-30/+70
* Add header cache to DBObjectMapHaomai Wang2014-05-171-2/+6
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-5/+5
* os/DBObjectMap, FileStore: omap_clear should not remove xattrsSamuel Just2014-01-101-0/+5
* common, os, osd, test, tools: FileStore must work with ghobjects rather than ...David Zafman2013-09-261-49/+49
* tools: ceph-osdomap-tool.ccSamuel Just2013-05-021-0/+4
* os/DBObjectMap.h: remove twice included <string>Danny Al-Gaaf2012-11-281-1/+0
* FileStore,DBObjectMap: add SequencerPosition argument to ObjectMapSamuel Just2012-06-061-11/+29
* DBObjectMap,FileStore: Remove IndexedPath parameters from ObjectMapSamuel Just2012-06-061-20/+3
* DBObjectMap: update header comments for new structureSamuel Just2012-06-061-5/+3
* DBObjectMap: Implement upgrade from previous formatSamuel Just2012-06-061-11/+5
* DBObjectMap: restructure for unique hobject_t'sSamuel Just2012-06-061-11/+40
* FileStore,DBObjectMap: remove ObjectMap link methodSamuel Just2012-06-061-7/+0
* DBObjectMap: version bump for new formatSamuel Just2012-06-061-4/+13
* DBObjectMap: add parse method for old encodingSamuel Just2012-06-061-2/+5
* ObjectMap: use Index object for locking rather than path objectSamuel Just2012-03-161-19/+19
* ObjectMap: add interface for storing xattrsSamuel Just2012-03-161-2/+27
* DBObjectMap: add support for storing xattrsSamuel Just2012-03-161-0/+3
* omap: add sync method to ObjectMapSage Weil2012-03-101-1/+4
* os/: DBObjectMap and KeyValueDB interface with testsSamuel Just2012-03-011-0/+423