summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37850 Increase lock deadlines in lock_stats_testLouis Williams2018-11-071-3/+3
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-2510-692/+212
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2229-244/+302
* SERVER-37394 do not display deadline in timeout messageEric Milkie2018-10-091-3/+3
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-285-8/+50
* SERVER-36907 Ensure deadline is not max in lock timeout code pathMaria van Keulen2018-09-241-1/+3
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-1810-208/+642
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-077-13/+99
* SERVER-36531 Lock acquisition may throw despite use of UninterruptibleLockGua...Louis Williams2018-08-292-2/+51
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-241-1/+3
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-2/+2
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-081-0/+22
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-1/+1
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-1114-677/+223
* SERVER-35965 Improve storage documentation for RecoveryUnit, RecordStore and ...Louis Williams2018-07-051-17/+30
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-032-4/+5
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-43/+30
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-06-181-1/+9
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-252-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