summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-21533 Lock manager should not starve requestsKaloian Manassiev2015-11-181-8/+20
* SERVER-20429: Correctly unblock requests after canceled lock attemptGeert Bosch2015-09-181-0/+2
* SERVER-20291: Put a visual break between locks in lock manager dumpMartin Bligh2015-09-041-2/+2
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-9/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-873/+824
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-11/+11
* SERVER-15901 removed log message in LockManager::cleanupUnusedLocks()Benety Goh2015-04-141-1/+0
* SERVER-15901: Periodically cleanup unused lock headsGeert Bosch2015-04-101-0/+3
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-4/+6
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-0/+20
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* Rename MMAPV1Flush lock to MMAPV1JournalKaloian Manassiev2015-01-131-1/+1
* SERVER-14668: Rename lock_mgr_new to lock_managerGeert Bosch2014-12-161-0/+1132