summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-10/+0
* SERVER-20524: Fix lintGeert Bosch2016-03-101-1/+1
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-1/+1
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-1/+1
* SERVER-20524: Remove unused Locker::hasStrongLocks() methodGeert Bosch2016-03-091-2/+0
* SERVER-20524: Rename unlockAll to unlockGlobalGeert Bosch2016-03-091-2/+3
* SERVER-21859: ServerStatus should report clients queued on global/ticket lockGeert Bosch2016-02-101-3/+8
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-011-0/+2
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-091-4/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-234/+241
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-071-6/+1
* SERVER-17039 Re-add db.currentOp locking statsKaloian Manassiev2015-02-111-2/+2
* 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-0/+2
* SERVER-15614 Lock statistics for db.currentOpKaloian Manassiev2015-01-131-0/+4
* SERVER-15614 Lock statistics for db.serverStatus.locksKaloian Manassiev2015-01-121-4/+18
* SERVER-16065 Drop flush lock early if not doing remapKaloian Manassiev2015-01-061-1/+2
* SERVER-16179 Remove the periodic lock manager timeout reportKaloian Manassiev2014-12-191-3/+0
* SERVER-16431 Move the acquisition of the flush lock to a separate methodKaloian Manassiev2014-12-181-0/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-1/+3
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-7/+3
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-1/+4
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-4/+1
* SERVER-16431 Remove recursive() and recursiveCount() from LockerKaloian Manassiev2014-12-051-5/+0
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-15/+0
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-0/+1
* SERVER-16194 Add a lockGlobalBegin capability for the global lockKaloian Manassiev2014-11-191-8/+13
* SERVER-16194 Add a lockBegin/Complete capability to the LockerKaloian Manassiev2014-11-181-5/+21
* SERVER-16096: Use explicit masking in ResourceId instead of union/bitfieldsGeert Bosch2014-11-141-7/+7
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-121-3/+0
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-111-3/+6
* Revert "SERVER-16059 Fix integer truncation issues with timeouts"Eric Milkie2014-11-111-2/+2
* SERVER-16059 Fix integer truncation issues with timeoutsMathias Stearn2014-11-101-2/+2
* Don't check the time more than needed when lockingMathias Stearn2014-11-101-6/+3
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-031-2/+7
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-031-7/+2
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-031-2/+7
* SERVER-14462 Get rid of LockState::reportState since it is a noop todayKaloian Manassiev2014-11-031-3/+0
* SERVER-14462 Get rid of Locker::isAtLeastReadLockedKaloian Manassiev2014-10-291-10/+3
* SERVER-15262/SERVER-15711 Flush thread should have precedence and discover de...Kaloian Manassiev2014-10-291-17/+24
* SERVER-15262 Deadlock detection supportKaloian Manassiev2014-10-291-1/+4
* SERVER-15262 Very long lock acquisitions should put warning in the logKaloian Manassiev2014-10-281-6/+5
* SERVER-15262 Do not reuse write units of workKaloian Manassiev2014-10-281-3/+12
* SERVER-14668: Use SimpleMutex instead of SpinLock for LockManagerGeert Bosch2014-10-271-0/+1
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-241-4/+14
* Revert "SERVER-15614 LockerImpl changes to support diagnostics and deadlock"Ian Whalen2014-10-231-12/+4
* SERVER-15614 LockerImpl changes to support diagnostics and deadlockKaloian Manassiev2014-10-231-4/+12
* SERVER-14425 Move all Lock Manager enumerations to a separate headerKaloian Manassiev2014-10-151-1/+6