summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2017-04-131-1/+7
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-2/+1
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-301-13/+26
* SERVER-24841 LockerImpl::getWaitingResource should ignore STATUS_NEW requestsGeert Bosch2016-06-301-1/+2
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-1/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+3
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-26/+13
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-13/+26
* SERVER-20524: Remove unused Locker::hasStrongLocks() methodGeert Bosch2016-03-091-18/+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-35/+40
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-011-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