summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-6/+8
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-8/+6
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-20/+20
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-20/+20
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-20/+20
* 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-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-22/+19
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16806 Correctly report elapsed time in messages in range_deleter.cpp.Andy Schwerin2015-01-211-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16529 Coarser OperationContext scope for background threadsKaloian Manassiev2014-12-171-4/+2
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-031-3/+3
* SERVER-15686 remove unneeded blacklist code and tests from RangeDeleterGreg Studer2014-10-211-71/+6
* SERVER-15631 Free delete stats in RangeDeleter dtorAndrew Morrow2014-10-151-0/+7
* SERVER-14444 Remove stepDownAndWaitForSecondary from ReplicationCoordinatorSpencer T Brody2014-09-051-2/+2
* SERVER-13648 rangedeleter log waiting cursors at start and after cursor timeoutGreg Studer2014-08-211-78/+74
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-40/+44
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-12/+15
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-15/+12
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-12/+15
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+3
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-17/+41
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-78/+183
* SERVER-14069 introduce globalConfigExperiment for storage/op mgmt, make range...Hari Khalsa2014-06-051-13/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+11
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-11/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+11
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-12/+22
* SERVER-13777 migrated ranges waiting for deletion do not report cursors still...Randolph Tan2014-04-291-0/+8
* fix RangeDeleter unit testEliot Horowitz2014-01-251-3/+1
* RangeDeleter must initialize its threadEliot Horowitz2014-01-251-0/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+525