summaryrefslogtreecommitdiffstats
path: root/src/os/HashIndex.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-1/+1
* common, os, osd, test, tools: FileStore must work with ghobjects rather than ...David Zafman2013-09-261-44/+44
* HashIndex: reset attr upon split or merge completionSamuel Just2013-07-251-13/+2
* librados, os, osd, osdc, test: Add support for client specified namespacesDavid Zafman2013-07-091-1/+1
* Merge remote-tracking branch 'gh/last'Sage Weil2013-05-291-3/+12
|\
| * HashIndex: sync top directory during start_split,merge,col_splitSamuel Just2013-05-281-3/+12
* | os/HashIndex.cc: reduce scope of a local variableDanny Al-Gaaf2013-05-161-2/+2
|/
* DBObjectMap, hobject: add helpers for pgid bit matchingSamuel Just2013-03-141-3/+3
* HashIndex: _collection_list_partial must tolerate NULL nextSamuel Just2013-03-141-0/+3
* HashIndex.cc: use empty() instead of size() to check for emptinessDanny Al-Gaaf2013-02-131-1/+1
* Merge remote-tracking branch 'upstream/wip_split2' into nextSamuel Just2012-12-111-0/+225
|\
| * HashIndex: init exists in col_split_level and reset_attrSamuel Just2012-12-111-2/+2
| * os/: Add CollectionIndex::prep_deleteSamuel Just2012-12-051-0/+28
| * os/: Add failure CollectionIndex failure injectionSamuel Just2012-12-051-1/+1
| * os/: add filestore collection_splitSamuel Just2012-12-051-0/+197
* | HashIndex: fix list_by_hash handling of next->is_max()Samuel Just2012-12-071-1/+3
|/
* os/HashIndex: use set<pair<string, hobject_t>> rather than multimapSamuel Just2012-07-201-4/+5
* src/: Add namespace and pool fields to hobject_tSamuel Just2012-06-061-1/+1
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* ObjectMap: use Index object for locking rather than path objectSamuel Just2012-03-161-0/+1
* ReplicatedPG: init backfill infos to last_backfillSamuel Just2011-12-221-3/+3
* objectstore: make list by hash *next > instead of >=Sage Weil2011-12-141-2/+2
* ObjectStore,ReplicatedPG: remove old collection_list_partialSamuel Just2011-12-071-99/+20
* hobject_t: make filestore_hobject_key_t 64 bitsSage Weil2011-12-071-1/+1
* os/HashIndex: some minimal debug outputSage Weil2011-12-071-0/+5
* ObjectStore: Add collection_list_partial for hash orderSage Weil2011-12-071-21/+121
* os: rename and make use of the split_threshold parameter.Greg Farnum2011-11-091-1/+1
* os/hashindex: fix #includeSage Weil2011-08-301-0/+1
* osd/,os/,osdc/: Convert collection_list_handle_t to a structSamuel Just2011-08-301-4/+6
* FileStore: CollectionIndex, HashIndex, IndexManagerSamuel Just2011-08-301-0/+473