summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_manager_defs.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41105 Consistently refer to the PBWM lock in code and textDianna Hohensee2019-06-181-2/+2
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-31/+23
* SERVER-39902 lockInfo should use UUIDCatalog to map resourceIds to collection...Gregory Wlodarek2019-04-081-10/+31
* SERVER-39727: Split out "real" global lock acquitions. Leave serverStatus res...Daniel Gottlieb2019-03-051-0/+7
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-1/+1
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-11/+5
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-181-1/+8
* Fix unittest and more cleanup.Geert Bosch2018-11-161-9/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-4/+0
* SERVER-35965 Improve storage documentation for RecoveryUnit, RecordStore and ...Louis Williams2018-07-051-17/+30
* SERVER-33610 Recycle 2-phase-locks pending unlock during lock acquisitionMaria van Keulen2018-04-051-0/+15
* SERVER-33316 Remove limit on number of locks a single operation can takeDianna Hohensee2018-03-221-1/+1
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-091-8/+0
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-12/+6
* SERVER-26018 Add more invariants in LockManagerKaloian Manassiev2016-09-271-43/+78
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-3/+3
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-301-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-4/+1
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-1/+4
* SERVER-20065 Split resourceCappedInFlight for the local db and other dbsMathias Stearn2015-08-251-5/+10
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-3/+3
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-1/+10
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-312/+314
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-071-8/+37
* 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-2/+4
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-0/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-0/+7
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-201-0/+3
* SERVER-15614 Lock statistics for db.serverStatus.locksKaloian Manassiev2015-01-121-0/+5
* SERVER-14668: Rename lock_mgr_new to lock_managerGeert Bosch2014-12-161-0/+354