summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/d_concurrency.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43339 Make PBWM respect MaxTimeMSXiangyu Yao2019-09-301-2/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-38163 Remove enqueue abilities from GlobalLock.Suganthi Mani2019-09-051-43/+12
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-161-1/+0
* SERVER-42807 Validate namespace string in AutoGetCollection beforeDaniel Solnik2019-08-151-2/+1
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-7/+46
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-2/+1
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-0/+3
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-5/+4
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-2/+1
* SERVER-40679 Delete unused OplogIntentWriteLock classGeert Bosch2019-04-161-23/+0
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-2/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-13/+9
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-6/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-1/+2
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-2/+1
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+8
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-37/+27
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-3/+3
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-181-5/+26
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37394 do not display deadline in timeout messageEric Milkie2018-10-091-3/+3
* SERVER-36907 Ensure deadline is not max in lock timeout code pathMaria van Keulen2018-09-241-1/+3
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-3/+0
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-12/+32
* SERVER-34638 Get rid of CollectionLock::relockAsDatabaseExclusiver3.7.7Kaloian Manassiev2018-04-241-9/+0
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-1/+1
* SERVER-33563 add RAII-style class to opt out of replication's use of Parallel...Benety Goh2018-03-021-8/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-3/+3
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-33/+30
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-091-8/+21
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-7/+7
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-1/+8
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-091-5/+0
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-13/+2
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-1/+21
* SERVER-27411: Abandon snapshots before locks are released.Daniel Gottlieb2017-08-221-2/+2
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-08-161-4/+4
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-06-291-0/+5
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-6/+9
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-18/+20
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-3/+11
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-8/+0
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-0/+8
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-1/+1
* SERVER-25373: Add diagnostic labels to ResourceMutex instancesDaniel Gottlieb2016-12-081-2/+67
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-6/+7