summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-10-291-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-1927-228/+282
* SERVER-37394 do not display deadline in timeout messageEric Milkie2018-10-111-3/+5
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-047-14/+100
* SERVER-36531 Lock acquisition may throw despite use of UninterruptibleLockGua...Louis Williams2018-09-142-2/+51
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-132-43/+30
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-241-0/+22
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-08-062-4/+5
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...Dianna Hohensee2018-07-201-1/+1
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-07-051-1/+9
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-292-3/+5
* SERVER-33198 Add complete two-phase locking testing to lock_state_test.cppDianna Hohensee2018-05-223-64/+86
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-183-0/+13
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-146-0/+172
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-3/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-303-80/+259
* SERVER-34638 Get rid of CollectionLock::relockAsDatabaseExclusiver3.7.7Kaloian Manassiev2018-04-242-20/+0
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-186-31/+121
* SERVER-34334 Update Locker _threadId when stashing/unstashingJames Wahlin2018-04-184-0/+31
* SERVER-34469 fix off-by-one error in CollectionLockTimeout testEric Milkie2018-04-161-1/+2
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-136-121/+31
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-2/+2
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-126-31/+121
* SERVER-33610 Remove unused resources queueMaria van Keulen2018-04-051-1/+0
* SERVER-33610 Recycle 2-phase-locks pending unlock during lock acquisitionMaria van Keulen2018-04-055-5/+188
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-043-6/+6
* 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