summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39106 GlobalLock acquisition should throw if its ticket acquisition ti...Xiangyu Yao2019-02-111-10/+17
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-4/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37991 Release ReplicationStateTransitionLock on prepare and reacquire ...Judah Schvimer2019-01-021-2/+24
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-181-1/+1
* SERVER-38404 lockComplete can incorrectly skip checking if the operation cont...Louis Williams2018-12-141-4/+10
* SERVER-37199 Yield locks of transactions in secondary application.r4.1.6Siyuan Zhou2018-12-031-0/+34
* SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new sema...Samy Lanka2018-11-291-2/+21
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-181-3/+12
* Fix unittest and more cleanup.Geert Bosch2018-11-161-13/+4
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-161-19/+10
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-86/+9
* 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-6/+26
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-181-5/+62
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-3/+12
* SERVER-36531 Lock acquisition may throw despite use of UninterruptibleLockGua...Louis Williams2018-08-291-2/+4
* SERVER-35770 Running a multi-statement transaction when all WiredTiger write ...Matthew Russotto2018-08-081-0/+22
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-272/+42
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-06-181-1/+9
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-0/+17
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-3/+15
* SERVER-34334 Update Locker _threadId when stashing/unstashingJames Wahlin2018-04-181-0/+10
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-15/+3
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-3/+15
* SERVER-33610 Recycle 2-phase-locks pending unlock during lock acquisitionMaria van Keulen2018-04-051-5/+33
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-2/+2
* SERVER-33316 Remove limit on number of locks a single operation can takeDianna Hohensee2018-03-221-1/+1
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+7
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-9/+16
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-3/+3
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-28/+50
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-261-16/+48
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-201-2/+2
* SERVER-33004 Add two-phase locking for shared locks for snapshot readsTess Avitabile2018-02-141-11/+5
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-121-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-12/+20
* SERVER-32950 Global resource should participate in two-phase lockingEric Milkie2018-02-081-4/+4
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-311-1/+1
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2017-12-111-1/+4
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-091-2/+0
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-021-0/+5
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-4/+2
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-0/+2
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-2/+0
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-0/+2
* SERVER-24219 Make AlignedLockStats respect cache line sizeAndrew Morrow2017-06-281-1/+2
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-011-32/+32
* SERVER-26126 Remove broken lockState cachingGeert Bosch2017-02-021-12/+7
* Revert "SERVER-26126 Remove broken LockState caching"Geert Bosch2016-12-271-7/+12