summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21859: ServerStatus should report clients queued on global/ticket lockGeert Bosch2016-02-101-35/+40
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-021-0/+46
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-091-10/+11
* SERVER-20065 Split resourceCappedInFlight for the local db and other dbsMathias Stearn2015-08-251-2/+4
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+1
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-650/+643
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-071-29/+33
* SERVER-16636 Disable deadlock detection during MMAP V1 journal lock upgradeKaloian Manassiev2015-05-041-1/+1
* SERVER-15901: Periodically cleanup unused lock headsGeert Bosch2015-04-101-0/+21
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17699 LockerImpl<>::getLockerInfo() don't no-op if not lockedJason Rassi2015-03-241-2/+0
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-23/+34
* SERVER-17039 Re-add db.currentOp locking statsKaloian Manassiev2015-02-111-17/+20
* SERVER-16194: Make expensive invariant into a dassertGeert Bosch2015-02-091-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/+18
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-10/+3
* SERVER-16773: better tcmalloc cleanupEliot Horowitz2015-01-261-4/+0
* SERVER-16773: Mark threads idle for tcmallocGeert Bosch2015-01-221-1/+8
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-201-0/+1
* SERVER-16763 Wait infinitely when no timeout has been requestedKaloian Manassiev2015-01-151-0/+5
* SERVER-16822 Add ScopedTransactions to places which were missing itKaloian Manassiev2015-01-151-2/+18
* SERVER-15614 Lock statistics for db.currentOpKaloian Manassiev2015-01-131-1/+13
* SERVER-15614 Add padding to the instance-wide lock statsKaloian Manassiev2015-01-131-4/+13
* SERVER-15614 Lock statistics for db.serverStatus.locksKaloian Manassiev2015-01-121-21/+102
* SERVER-16065 Drop flush lock early if not doing remapKaloian Manassiev2015-01-061-3/+7
* SERVER-16624 Do not use deadlock detection in invariant checkingKaloian Manassiev2014-12-221-18/+7
* SERVER-16179 Change the fassert conflicting numberKaloian Manassiev2014-12-191-1/+1
* SERVER-16179 Remove the periodic lock manager timeout reportKaloian Manassiev2014-12-191-55/+19
* SERVER-16431 Move the acquisition of the flush lock to a separate methodKaloian Manassiev2014-12-181-48/+40
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-5/+13
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-30/+5
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-2/+23
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-23/+2
* SERVER-16431 Remove recursive() and recursiveCount() from LockerKaloian Manassiev2014-12-051-7/+1
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-27/+1
* SERVER-16055: Commands with empty string cause the server to terminateMark Benvenuto2014-11-261-1/+1
* SERVER-16194 Add a lockGlobalBegin capability for the global lockKaloian Manassiev2014-11-191-121/+139
* SERVER-16194 Add a lockBegin/Complete capability to the LockerKaloian Manassiev2014-11-181-65/+77
* SERVER-16096: Use explicit masking in ResourceId instead of union/bitfieldsGeert Bosch2014-11-141-11/+11
* SERVER-16067 Split new lock acquisition and conversion into two methodsKaloian Manassiev2014-11-131-1/+4
* SERVER-1423 Global/Flush S acquisitions should set different policyKaloian Manassiev2014-11-131-0/+1
* SERVER-15269 Make Global and Flush lock requests jump the queueKaloian Manassiev2014-11-121-0/+8
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-111-31/+26
* Revert "Don't log on first pass through lock wait loop"Eric Milkie2014-11-111-1/+1