summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/locker_noop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-3/+11
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-0/+14
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-14/+0
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-0/+14
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-2/+2
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-14/+7
* SERVER-37991 Release ReplicationStateTransitionLock on prepare and reacquire ...Judah Schvimer2019-01-021-1/+4
* SERVER-37199 Yield locks of transactions in secondary application.r4.1.6Siyuan Zhou2018-12-031-2/+11
* SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new sema...Samy Lanka2018-11-291-0/+16
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-1/+1
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-161-3/+2
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-16/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-281-0/+4
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-181-0/+12
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-2/+4
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-1/+1
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-8/+0
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-251-2/+4
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-181-0/+4
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-0/+8
* SERVER-34334 Update Locker _threadId when stashing/unstashingJames Wahlin2018-04-181-0/+8
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-3/+3
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+4
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-1/+6
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-21/+39
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-261-0/+8
* SERVER-33004 Add two-phase locking for shared locks for snapshot readsTess Avitabile2018-02-141-0/+4
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-6/+3
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-021-0/+4
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-4/+4
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-291-2/+2
* SERVER-26126 Remove broken lockState cachingGeert Bosch2017-02-021-4/+0
* Revert "SERVER-26126 Remove broken LockState caching"Geert Bosch2016-12-271-0/+4
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-4/+0
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-0/+4
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-4/+0
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-081-0/+4
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+4
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-8/+0
* SERVER-20524: Remove unused Locker::hasStrongLocks() methodGeert Bosch2016-03-091-4/+0
* SERVER-20524: Rename unlockAll to unlockGlobalGeert Bosch2016-03-091-1/+1
* SERVER-21859: ServerStatus should report clients queued on global/ticket lockGeert Bosch2016-02-101-0/+4
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-107/+105
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-071-5/+0
* SERVER-17039 Re-add db.currentOp locking statsKaloian Manassiev2015-02-111-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+5