summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/d_concurrency.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-6/+7
* SERVER-26032 Remove unused GlobalLock constructorKaloian Manassiev2016-09-091-3/+0
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-261-0/+3
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-08-011-1/+8
* Revert "SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while i...Benety Goh2016-07-161-8/+1
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-07-151-1/+8
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-301-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-6/+0
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-0/+6
* SERVER-20524: Rename unlockAll to unlockGlobalGeert Bosch2016-03-091-1/+1
* SERVER-21670: Remove obsolete enableCollectionLevelLocking server parameterGeert Bosch2015-12-111-31/+12
* SERVER-20673 added support for enqueue-only mode to GlobalLockBenety Goh2015-09-301-3/+10
* SERVER-20065 Split resourceCappedInFlight for the local db and other dbsMathias Stearn2015-08-251-2/+13
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-135/+119
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-071-28/+19
* SERVER-17770: Replace CollectionLock::relockWithMode by relockAsDatabaseExclu...Geert Bosch2015-04-241-3/+4
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-131/+53
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-201-0/+8
* SERVER-16278: Race between shutdown and fsync flush with WiredTigerMark Benvenuto2015-01-201-0/+14
* SERVER-15614 Lock statistics for db.serverStatus.locksKaloian Manassiev2015-01-121-3/+0
* SERVER-16415: Use new OplogIntentWriteLockGeert Bosch2015-01-081-0/+29
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-16/+12
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-77/+14
* SERVER-16055: Commands with empty string cause the server to terminateMark Benvenuto2014-11-261-1/+1
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-121-21/+1
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-111-10/+7
* Don't check the time more than needed when lockingMathias Stearn2014-11-101-7/+10
* SERVER-15951 CollectionLock should check entire lock heirarchy, not just DB lockEric Milkie2014-11-041-2/+1
* SERVER-15888: WriteContext will switch from MODE_IX to MODE_X if collection d...Eliot Horowitz2014-11-031-0/+13
* SERVER-15888: Ensure MODE_X on implicit DB creationGeert Bosch2014-11-021-0/+21
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-3/+0
* SERVER-15714: Use massert on invalid db/ns lock attemptGeert Bosch2014-10-271-5/+3
* SERVER-14668: enable collection level locking as defaultEliot Horowitz2014-10-191-1/+1
* SERVER-14668: Use server parameter to enable CLLGeert Bosch2014-10-161-7/+8
* SERVER-15647: make Extent Manager thread-safe and enable MMAPv1 CLLGeert Bosch2014-10-161-0/+10
* SERVER-14425 Move all Lock Manager enumerations to a separate headerKaloian Manassiev2014-10-151-3/+0
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15614 Remove cc() references from d_concurrency.Andy Schwerin2014-10-131-33/+0
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-18/+18
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-10/+10
* SERVER-14668 Change read paths to acquire IS lock on the DB instead of SKaloian Manassiev2014-10-071-2/+2
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-0/+3
* SERVER-14668 Put Lock/Global server status section in the server library onlyKaloian Manassiev2014-10-021-105/+0
* SERVER-14668 Move docLockingSupported out of d_concurrency.cppKaloian Manassiev2014-10-011-17/+0
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-4/+1