summaryrefslogtreecommitdiffstats
path: root/src/os/ObjectMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* os: Update ObjectMap.h to work without using namespaceAdam C. Emerson2019-03-291-19/+19
* Merge pull request #22633 from dongbula/add-dbstatistics-for-filestoreYuri Weinstein2018-10-261-1/+2
|\
| * OSD: add impl for filestore to get dbstatisticslvshuhua2018-06-201-1/+2
* | os/ObjectMap: add get_db() accessorSage Weil2018-08-161-0/+1
* | include/memory.h: remove memory.hKefu Chai2018-06-261-2/+2
|/
* os/ObjectMap: tie ObjectMap::ObjectMapIterator to superclassSage Weil2017-10-031-1/+1
* osd: Only scan for omap corruption onceDavid Zafman2017-09-131-1/+1
* os: export compact interface in ObjectStore and ObjectMapliuchang08122017-07-131-0/+2
* osd: Simplify DBObjectMap by no longer creating complete tablesDavid Zafman2017-03-271-1/+15
* osd: Add automatic repair for DBObjectMap bugDavid Zafman2017-03-271-1/+1
* tools: Check for overlaps in internal "complete" table for DBObjectMapDavid Zafman2017-03-271-1/+1
* os: Add CephContext to ObjectStore and ObjectMap basesAdam C. Emerson2016-12-221-0/+2
* os/filestore: move FileStore to os/filestore/*Sage Weil2016-01-011-2/+3
* kv: move KeyValueDB from os/ to kv/, libos.a to libkv.aSage Weil2015-10-191-1/+1
* break KeyValueDB dependency on ObjectMapSage Weil2015-10-191-12/+2
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-2/+2
* os/DBObjectMap, FileStore: omap_clear should not remove xattrsSamuel Just2014-01-101-2/+8
* common, os, osd, test, tools: FileStore must work with ghobjects rather than ...David Zafman2013-09-261-22/+22
* FileStore,DBObjectMap: add SequencerPosition argument to ObjectMapSamuel Just2012-06-061-8/+19
* DBObjectMap,FileStore: Remove IndexedPath parameters from ObjectMapSamuel Just2012-06-061-21/+4
* FileStore,DBObjectMap: remove ObjectMap link methodSamuel Just2012-06-061-8/+0
* 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/+32
* omap: add sync method to ObjectMapSage Weil2012-03-101-0/+3
* os/: DBObjectMap and KeyValueDB interface with testsSamuel Just2012-03-011-0/+2
* ObjectStore.h: Initial ObjectStore omap interfacesSamuel Just2012-03-011-0/+134