summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-12/+7
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-7/+12
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-12/+7
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-081-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