summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26860 add more unittests for compatible-first locking policyGeert Bosch2017-01-312-38/+57
* SERVER-24085: Grant existing lock requests on enabling compatibleFirstGeert Bosch2017-01-312-4/+47
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-121-0/+82
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-142-1/+17
* SERVER-24316 Add lock conversion cancellation unit-testKaloian Manassiev2016-06-152-1/+37
* 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-023-0/+57
* 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
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* Remove unnecessary include of rwlock.hGeert Bosch2015-05-081-1/+0
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-077-134/+143
* SERVER-16636 Disable deadlock detection during MMAP V1 journal lock upgradeKaloian Manassiev2015-05-041-1/+1
* SERVER-9666 Push lasterror and service_context into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push background_job lib down into utilAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push server_parameters down into db directoryAndrew Morrow2015-04-291-2/+2
* SERVER-17770: Replace CollectionLock::relockWithMode by relockAsDatabaseExclu...Geert Bosch2015-04-242-4/+14
* SERVER-9666 Push network and hostandport into util/netAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push spin_lock down to util/concurrencyAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-1/+1
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-1/+1
* SERVER-15901 removed log message in LockManager::cleanupUnusedLocks()Benety Goh2015-04-141-1/+0
* SERVER-15901 Fix SSL build linkage dependency errorKaloian Manassiev2015-04-101-0/+2
* SERVER-15901: Periodically cleanup unused lock headsGeert Bosch2015-04-103-1/+26
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-033-4/+4
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-034-8/+4