summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-291-2/+12
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2023-03-203-3/+59
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-182-2/+11
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-258-74/+164
* SERVER-68482 Add MONGO_TSAN_IGNORE to getFlowControlStatsSara Golemon2022-08-222-10/+17
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-268-31/+141
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-202-13/+15
* SERVER-30846 Run dbCheck in the background of some FSM testsLouis Williams2021-12-171-1/+3
* SERVER-59591 LockerNoop::isW() returns falseGregory Wlodarek2021-09-201-1/+1
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-09-203-2/+61
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ~L...Dianna Hohensee2021-08-043-0/+44
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-201-3/+0
* SERVER-54024 Use lock-free collection helpers in some auth read lookups and R...Dianna Hohensee2021-03-021-0/+1
* SERVER-53364 Fix ticket acquisition timeout error messageDan Larkin-York2021-01-131-1/+1
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-0/+5
* SERVER-50870 Establish consistent storage snapshot with the refreshed Collect...Henrik Edin2020-11-173-8/+53
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-132-5/+4
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-191-4/+18
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-0/+3
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-082-11/+33
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50924 Suppress TSAN for LockerImpl::getLockerInfo()Gregory Wlodarek2020-09-181-0/+7
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-50502 The lock manager dump logv2 message needs logv2::LogTruncation::...Dianna Hohensee2020-08-271-1/+5
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-044-51/+11
* SERVER-49396 Only activate skipWriteConflictRetries failpoint for user connec...Louis Williams2020-07-271-2/+6
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-8/+3
* SERVER-48878 Remove adminDB special case for X-locksSara Golemon2020-07-022-8/+2
* SERVER-43040 Remove the unit test used only variation of LockerImpl::lockGlob...Bynn Lee2020-07-016-72/+120
* SERVER-49047 Move all usages of the lock request status in LockManager under ...Gregory Noma2020-06-291-12/+13
* 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