summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/locker.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37406 Save logical session id in the locker when stashing the transactionXiangyu Yao2019-01-221-0/+9
* SERVER-37991 Release ReplicationStateTransitionLock on prepare and reacquire ...Judah Schvimer2019-01-021-1/+9
* 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/+18
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-161-9/+2
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-27/+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/+7
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-181-0/+20
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-2/+10
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-23/+6
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-251-1/+1
* SERVER-33198 Add complete two-phase locking testing to lock_state_test.cppDianna Hohensee2018-05-221-2/+6
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-181-0/+5
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-0/+24
* SERVER-34334 Update Locker _threadId when stashing/unstashingJames Wahlin2018-04-181-0/+10
* SERVER-33610 Recycle 2-phase-locks pending unlock during lock acquisitionMaria van Keulen2018-04-051-0/+11
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+6
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-2/+2
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-1/+4
* SERVER-33563 add RAII-style class to opt out of replication's use of Parallel...Benety Goh2018-03-021-0/+22
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-15/+15
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+65
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-261-0/+12
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-201-0/+14
* SERVER-33004 Add two-phase locking for shared locks for snapshot readsTess Avitabile2018-02-141-0/+5
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-121-13/+0
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-7/+8
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-311-0/+13
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-021-0/+1
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-9/+9
* SERVER-26126 Remove broken lockState cachingGeert Bosch2017-02-021-7/+0
* Revert "SERVER-26126 Remove broken LockState caching"Geert Bosch2016-12-271-0/+7
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-7/+0
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-0/+7
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-7/+0
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-081-0/+7
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+12
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-4/+15
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-08-011-1/+2
* Revert "SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while i...Benety Goh2016-07-161-2/+1
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-07-151-1/+2
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-301-5/+7
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-7/+5
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-5/+7
* SERVER-20524: Remove unused Locker::hasStrongLocks() methodGeert Bosch2016-03-091-6/+0
* SERVER-20524: Rename unlockAll to unlockGlobalGeert Bosch2016-03-091-4/+4
* SERVER-21859: ServerStatus should report clients queued on global/ticket lockGeert Bosch2016-02-101-0/+11
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-011-0/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-255/+256