summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26593 decrement usage counter in ScopedCollectionMetadata's move const...Esha Maharishi2016-10-141-4/+6
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+2
* SERVER-25010 Add a Notification object with each object in MetadataManager::_...Sam Dunietz2016-08-021-9/+64
* SERVER-24573 Implement CollectionRangeDeleter range deletion logicLeon Zaruvinsky2016-08-021-0/+16
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-291-1/+9
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-9/+1
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-1/+9
* SERVER-24569 Maintain rangesToClean and metadataInUse on chunk migrationsKaloian Manassiev2016-07-211-11/+37
* SERVER-24569 Cleanup CollectionMetadata and MetadataManagerKaloian Manassiev2016-07-191-0/+3
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-2/+11
* SERVER-24629 Add concurrency protection to MetadataManagerLeon Zaruvinsky2016-07-061-1/+8
* SERVER-24365 Implement the rangesToClean set and maintenance methodsSam Dunietz2016-06-211-1/+27
* Revert "SERVER-24365 Implement the rangesToClean set and maintenance methods"Sam Dunietz2016-06-201-22/+0
* SERVER-24365 Implement the rangesToClean set and maintenance methodsSam Dunietz2016-06-201-0/+22
* SERVER-24364 Implements MetadataManager to manage CollectionMetadata instancesLeon Zaruvinsky2016-06-171-8/+67
* SERVER-24461 Create a base MetadataManager classLeon Zaruvinsky2016-06-101-0/+61