summaryrefslogtreecommitdiff
path: root/src/os/DBObjectMap.cc
Commit message (Expand)AuthorAgeFilesLines
* src/os/DBObjectMap.cc: reduce scope of some variablesDanny Al-Gaaf2013-05-161-4/+2
* tools: ceph-osdomap-tool.ccSamuel Just2013-05-011-0/+13
* DBObjectMap.cc: use empty() instead of size() to check for emptinessDanny Al-Gaaf2013-02-131-7/+7
* os: use coll_t:is_pg_prefix() check instead of is_pg()Sage Weil2013-02-121-2/+1
* os/DBObjectMap.cc: remove twice included headersDanny Al-Gaaf2012-11-281-2/+0
* DBObjectMap::_get_header fix shadowed var causing dead codeSamuel Just2012-09-251-4/+3
* DBObjectMap: clones must inherit spos from parentSamuel Just2012-06-281-1/+3
* DBObjectMap: remove extra semicolonJosh Durgin2012-06-081-1/+1
* Merge remote-tracking branch 'gh/wip-assert'Sage Weil2012-06-071-0/+2
|\
| * make everyone use our assert #include and macroSage Weil2012-06-061-0/+2
* | DBObjectMap: fix some warningsSage Weil2012-06-061-5/+5
|/
* FileStore,DBObjectMap: add SequencerPosition argument to ObjectMapSamuel Just2012-06-051-13/+72
* OSD,FileStore: clean up filestore convsersionSamuel Just2012-06-051-1/+2
* DBObjectMap,FileStore: Remove IndexedPath parameters from ObjectMapSamuel Just2012-06-051-21/+4
* DBObjectMap::init: initialize seq and v to correct valuesSamuel Just2012-06-051-0/+4
* DBObjectMap: update check() for new formatSamuel Just2012-06-051-1/+3
* DBObjectMap: Implement upgrade from previous formatSamuel Just2012-06-051-13/+74
* DBObjectMap: restructure for unique hobject_t'sSamuel Just2012-06-051-118/+74
* FileStore,DBObjectMap: remove ObjectMap link methodSamuel Just2012-06-051-27/+0
* DBObjectMap: version bump for new formatSamuel Just2012-06-051-1/+19
* DBObjectMap: add parse method for old encodingSamuel Just2012-06-051-0/+111
* DBObjectMap: check in clone and link that source is not destinationSamuel Just2012-04-121-0/+4
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* ObjectMap: use Index object for locking rather than path objectSamuel Just2012-03-161-45/+45
* DBObjectMap: implement xattr interfaceSamuel Just2012-03-161-0/+50
* ObjectMap: add interface for storing xattrsSamuel Just2012-03-161-8/+8
* DBObjectMap: add support for storing xattrsSamuel Just2012-03-161-0/+17
* omap: add sync method to ObjectMapSage Weil2012-03-091-2/+6
* DBObjectMap: remove stray ;Sage Weil2012-03-031-1/+1
* os/: DBObjectMap and KeyValueDB interface with testsSamuel Just2012-03-011-0/+972