summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/cleanup_orphaned_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-1/+1
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-1/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-1/+1
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-1/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15591 enforce secondaryThrottle during moveChunk commitRandolph Tan2014-10-151-0/+9
* SERVER-14567 Implement checkIfWriteConcernCanBeSatisfied in ReplicationCoordi...Spencer T Brody2014-09-141-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-8/+11
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-1/+1
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-11/+48
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-48/+11
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-11/+48
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+5
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-4/+8
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-12422 cleanupOrphaned should not need remote metadata refresh if metad...Randolph Tan2014-02-041-10/+13
* SERVER-12178 Make sure to take distributed ns lock when performing orphan cle...Randolph Tan2014-01-071-0/+10
* SERVER-11277 cleanupOrphaned does nothing on empty shardRandolph Tan2013-12-161-0/+7
* SERVER-11104 make sure orphaned data command uses valid shard keyGreg Studer2013-10-231-1/+1
* SERVER-11227 Fix cleanupOrphaned's parsing of secondaryThrottle parameterA. Jesse Jiryu Davis2013-10-181-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-3/+6
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8598 correct auth settings for new cleanupOrphaned commandGreg Studer2013-08-131-7/+7
* SERVER-8598 command to iteratively cleanup orphaned dataGreg Studer2013-08-061-0/+232