summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76822 Hold bucket mutex when accessing lock head for checking conflict...Gregory Noma2023-05-041-8/+3
* SERVER-74959 Ignore max lock timeout for ticket acquisitionGregory Noma2023-03-231-0/+10
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-161-4/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64170 Move ticket holders from LockManager to TicketHoldersJordi Olivares Provencio2022-03-241-19/+0
* SERVER-64170 Refactor static variables into decorationsJordi Olivares Provencio2022-03-161-0/+19
* SERVER-52516 make LockManager an inactive ServiceContext decorationBenety Goh2021-06-091-0/+19
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-50502 The lock manager dump logv2 message needs logv2::LogTruncation::...Dianna Hohensee2020-08-271-1/+5
* SERVER-49047 Move all usages of the lock request status in LockManager under ...Gregory Noma2020-06-291-12/+13
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46360 LockManager logging improvement (and lockInfo)Billy Donahue2020-03-101-131/+67
* SERVER-46360 LockManager dump improvementsBilly Donahue2020-02-281-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-1/+1
* SERVER-43910 LockManager::dump() includes client infoBenety Goh2019-10-111-6/+22
* SERVER-43910 lockInfo command obtains lock to client info mapping from LockMa...Benety Goh2019-10-111-0/+26
* SERVER-43910 lockInfo command output includes Locker::getDebugInfo()Benety Goh2019-10-111-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-2/+2
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-39902 lockInfo should use UUIDCatalog to map resourceIds to collection...Gregory Wlodarek2019-04-081-48/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37406 Save logical session id in the locker when stashing the transactionXiangyu Yao2019-01-221-2/+4
* SERVER-37199 Yield locks of transactions in secondary application.r4.1.6Siyuan Zhou2018-12-031-0/+1
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-161-145/+0
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-115/+202
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-181-202/+115
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-1/+1
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33316 Remove limit on number of locks a single operation can takeDianna Hohensee2018-03-221-5/+5
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2017-12-051-0/+2
* SERVER-28958 Remove dependency of ResourceId on SimpleStringDataComparatorKaloian Manassiev2017-04-261-4/+10
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-03-061-1/+2
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-02-211-1/+2
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-081-0/+8
* SERVER-25373: Add diagnostic labels to ResourceMutex instancesDaniel Gottlieb2016-12-081-0/+4
* SERVER-26860 add more unittests for compatible-first locking policyGeert Bosch2016-11-181-2/+2
* SERVER-26018 Add more invariants in LockManagerKaloian Manassiev2016-09-271-76/+73
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-12/+9
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-4/+3
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-301-2/+1
* SERVER-24085: Grant existing lock requests on enabling compatibleFirstGeert Bosch2016-06-161-4/+5
* SERVER-24316 Add lock conversion cancellation unit-testKaloian Manassiev2016-05-311-0/+1
* SERVER-16203 Add command to display global lock informationVincent Do2016-05-091-26/+91
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-1/+2
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-2/+1