summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33316 Remove limit on number of locks a single operation can takeDianna Hohensee2018-03-227-101/+100
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-224-0/+18
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-2/+2
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-2/+1
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-066-18/+75
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-1/+0
* SERVER-33203 add benchmark canary testsRobert Guo2018-03-023-117/+195
* SERVER-33563 add RAII-style class to opt out of replication's use of Parallel...Benety Goh2018-03-023-11/+24
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-014-26/+26
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-016-57/+322
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-27/+25
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-265-16/+126
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-203-4/+37
* SERVER-33004 Add two-phase locking for shared locks for snapshot readsTess Avitabile2018-02-145-11/+111
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-143-5/+4
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-122-14/+1
* SERVER-33265 Reduce test run time for lock_manager_test and catalog_raii_testXiangyu Yao2018-02-121-3/+3
* SERVER-33222 Don't call abandonSnapshot in GlobalLock destructor when in Writ...James Wahlin2018-02-122-7/+39
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-099-155/+191
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-093-10/+73
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-093-55/+55
* SERVER-32950 Global resource should participate in two-phase lockingEric Milkie2018-02-081-4/+4
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-022-2/+10
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-7/+2
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-312-1/+14
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-17/+7
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2017-12-112-4/+4
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2017-12-052-0/+207
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-094-22/+0
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-024-0/+11
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+4
* SERVER-30530 WCE retry loop runs argument function without retry logic if in ...Benety Goh2017-09-192-1/+53
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-124-31/+12
* SERVER-30831 Log dropped writes at a limited rate when dbCheck health log buf...Louis Williams2017-09-112-1/+36
* SERVER-30371 add tests for downgrading global lock from MODE_X to MODE_IXBenety Goh2017-09-051-0/+146
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-302-5/+38
* SERVER-30212 moved test RAII class ForceSupportsDocLocking from d_concurrency...Benety Goh2017-08-282-20/+19
* SERVER-27411: Abandon snapshots before locks are released.Daniel Gottlieb2017-08-223-4/+42
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-08-162-5/+9
* SERVER-30378 Add DeferredWriter.Ian Kuehne2017-08-083-0/+353
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-0/+2
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-2/+0
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-0/+2
* SERVER-29544 Remove references to deprecated macroIan Kuehne2017-07-071-6/+0
* SERVER-29985 Remove unused variable in write_conflict_exception.hKaloian Manassiev2017-07-061-2/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-24/+0
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-06-295-0/+205