summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-1/+4
* SERVER-16179 Remove the periodic lock manager timeout reportKaloian Manassiev2014-12-191-0/+1
* SERVER-16431 Fix compile break with clangKaloian Manassiev2014-12-181-2/+2
* SERVER-16431 Move the acquisition of the flush lock to a separate methodKaloian Manassiev2014-12-181-17/+54
* SERVER-14668: Rename lock_mgr_new to lock_managerGeert Bosch2014-12-161-1/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-12/+12
* Do not run the LockMgr perf unit-tests on debug buildsKaloian Manassiev2014-12-111-0/+7
* SERVER-16194 Use MMAP V1 locker for the perf testing benchmarkKaloian Manassiev2014-11-181-1/+1
* SERVER-16096: Add test case for locker perfGeert Bosch2014-11-141-1/+62
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-111-4/+2
* Don't check the time more than needed when lockingMathias Stearn2014-11-101-2/+4
* SERVER-15262/SERVER-15711 Flush thread should have precedence and discover de...Kaloian Manassiev2014-10-291-44/+0
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-241-14/+14
* SERVER-15541 Simplify the save/restore lock state codeKaloian Manassiev2014-10-241-1/+0
* Revert "SERVER-15541 Simplify the save/restore lock state code"Ian Whalen2014-10-231-0/+1
* SERVER-15541 Simplify the save/restore lock state codeKaloian Manassiev2014-10-231-1/+0
* SERVER-14425 Move all Lock Manager enumerations to a separate headerKaloian Manassiev2014-10-151-1/+1
* SERVER-14425 Avoid memory allocations in LockerImplKaloian Manassiev2014-10-151-4/+4
* SERVER-14425 Make MMAP V1 code in LockerImpl conditionally compiledKaloian Manassiev2014-10-111-14/+14
* SERVER-14425 RIP LockStateKaloian Manassiev2014-10-101-2/+2
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-4/+2
* SERVER-15262 Lock manager fixes and unit-testsKaloian Manassiev2014-10-081-0/+18
* SERVER-14668 don't release locks when in a nested context, add support for yi...Hari Khalsa2014-09-291-5/+28
* SERVER-14668 modify lock snapshot to release locks upon snapshottingHari Khalsa2014-09-241-29/+18
* SERVER-14668 take care of signed vs unsigned mismatchHari Khalsa2014-09-231-5/+5
* SERVER-14668 allow export of locks currently heldHari Khalsa2014-09-231-9/+84
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-0/+71
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-15/+8
* SERVER-14668 Extend the LockManager API and add commentsKaloian Manassiev2014-09-051-25/+31
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-251-26/+28
* SERVER-14668 Implementation of LockManager and unit testsKaloian Manassiev2014-08-251-0/+81