summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48972 Keep track of waiting resource in LockerImplGregory Noma2020-06-232-11/+16
* SERVER-49011 Prevent concurrent calls to ProgressMeter::hit() in d_concurrenc...Gregory Noma2020-06-231-5/+7
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-181-10/+2
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-46698 Invariant that operations holding open an oplog hole cannot call...Jamie Heppenstall2020-05-122-1/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-267-7/+7
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-221-2/+3
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-1/+5
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-143-3/+3
* SERVER-46411 Update logAndBackoff to have a logv2 style interfaceHenrik Edin2020-03-191-2/+3
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-1/+1
* SERVER-46360 LockManager logging improvement (and lockInfo)Billy Donahue2020-03-102-151/+84
* SERVER-46360 LockManager dump improvementsBilly Donahue2020-02-282-14/+26
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-218-8/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-135-13/+34
* SERVER-45007 PBWM lock acquisition in GlobalLock supports deadlineBenety Goh2020-02-102-1/+19
* SERVER-45007 ResourceLock::lock() supports deadlineBenety Goh2020-02-102-3/+5
* SERVER-45007 ResourceLock::lock() always requires OperationContextBenety Goh2020-02-103-10/+13
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-231-1/+3
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-1/+1
* SERVER-45006 LockerImpl::wasGlobalLockTaken() returns correct valueTess Avitabile2020-01-162-1/+15
* SERVER-45135 Make the 'failNonIntentLocksIfWaitNeeded' fail point only throw ...Gregory Wlodarek2019-12-173-13/+36
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-042-26/+26
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-3/+4
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-212-2/+2
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-24/+18
* SERVER-43910 LockManager::dump() includes client infoBenety Goh2019-10-112-7/+24
* SERVER-43910 lockInfo command obtains lock to client info mapping from LockMa...Benety Goh2019-10-112-0/+34
* SERVER-43910 lockInfo command output includes Locker::getDebugInfo()Benety Goh2019-10-111-0/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-033-3/+3
* SERVER-43339 Make PBWM respect MaxTimeMSXiangyu Yao2019-09-303-3/+24
* SERVER-42186 PersistentTaskQueue implementationAlex Taskov2019-09-261-0/+10
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-252-7/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-179-23/+23
* SERVER-43238 Tolerate clock jitter on Windows for d_concurrency_testGeert Bosch2019-09-121-5/+9
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-102-4/+6
* SERVER-38163 Remove enqueue abilities from GlobalLock.Suganthi Mani2019-09-059-282/+148
* SERVER-34180 Add more context to WriteConflict error messageMaria van Keulen2019-09-041-1/+3
* SERVER-42947 LockerImpl::saveLockStateAndUnlock should no longer checkSuganthi Mani2019-08-231-1/+0
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+1
* 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-132-10/+50
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-277-48/+50
* SERVER-42452 Avoid interrupting uninterruptible requests in lock fp.Max Hirschhorn2019-07-272-1/+102
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-252-6/+8
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-232-8/+6
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-212-6/+8