summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-093-17/+15
* SERVER-26032 Remove unused GlobalLock constructorKaloian Manassiev2016-09-092-4/+0
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-261-0/+3
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-08-013-2/+12
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-4/+3
* Revert "SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while i...Benety Goh2016-07-163-12/+2
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-07-153-2/+12
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-308-87/+315
* SERVER-24841 LockerImpl::getWaitingResource should ignore STATUS_NEW requestsGeert Bosch2016-06-301-1/+2
* SERVER-24085: Grant existing lock requests on enabling compatibleFirstGeert Bosch2016-06-162-4/+47
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-1/+0
* SERVER-24316 Add lock conversion cancellation unit-testKaloian Manassiev2016-05-312-1/+37
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-283-3/+3
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+3
* SERVER-16203 Add command to display global lock informationVincent Do2016-05-092-26/+124
* 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-109-308/+88
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-099-88/+308
* SERVER-20524: Remove unused Locker::hasStrongLocks() methodGeert Bosch2016-03-094-30/+0
* SERVER-20524: Rename unlockAll to unlockGlobalGeert Bosch2016-03-097-32/+33
* SERVER-21859: ServerStatus should report clients queued on global/ticket lockGeert Bosch2016-02-104-38/+63
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-013-0/+57
* SERVER-21670: Remove obsolete enableCollectionLevelLocking server parameterGeert Bosch2015-12-111-31/+12
* SERVER-21533 Lock manager should not starve requestsKaloian Manassiev2015-11-182-8/+59
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-092-14/+11
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-1/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-2/+2
* SERVER-20673 added support for enqueue-only mode to GlobalLockBenety Goh2015-09-302-4/+24
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-222-7/+6
* SERVER-20429: Correctly unblock requests after canceled lock attemptGeert Bosch2015-09-182-0/+50
* SERVER-20291: Put a visual break between locks in lock manager dumpMartin Bligh2015-09-041-2/+2
* SERVER-20065 Split resourceCappedInFlight for the local db and other dbsMathias Stearn2015-08-254-10/+29
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-093-14/+17
* 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-294-1/+24
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-292-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2022-4852/+4742
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-192-13/+11
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-182-3/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-175-8/+8
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-7/+6
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* 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