summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/d_concurrency_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive rea...Geert Bosch2016-06-301-0/+225
* Revert "SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive reader...Geert Bosch2016-03-101-217/+0
* SERVER-20524: Add new RESOURCE_MUTEX type for use as recursive readers/writer...Geert Bosch2016-03-091-0/+217
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-185/+185
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-22/+22
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-201-0/+32
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* 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-25/+25
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-2/+3
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-3/+2
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-2/+3
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-3/+3
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-0/+14
* SERVER-16194 Add a lockGlobalBegin capability for the global lockKaloian Manassiev2014-11-191-10/+8
* SERVER-16067 Split new lock acquisition and conversion into two methodsKaloian Manassiev2014-11-131-4/+0
* SERVER-14462 Get rid of Locker::isAtLeastReadLockedKaloian Manassiev2014-10-291-6/+77
* SERVER-15262/SERVER-15711 Flush thread should have precedence and discover de...Kaloian Manassiev2014-10-291-12/+31
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-241-17/+17
* Revert "SERVER-15614 LockerImpl changes to support diagnostics and deadlock"Ian Whalen2014-10-231-17/+17
* SERVER-15614 LockerImpl changes to support diagnostics and deadlockKaloian Manassiev2014-10-231-17/+17
* SERVER-14425 Make MMAP V1 code in LockerImpl conditionally compiledKaloian Manassiev2014-10-111-17/+17
* SERVER-14425 Fix memory leak in a unit-test and renameKaloian Manassiev2014-10-101-1/+1
* SERVER-14425 RIP LockStateKaloian Manassiev2014-10-101-17/+18
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-14/+15
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+2
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-2/+2
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-2/+2
* SERVER-14668: Add DBLock class as replacement for DBRead/DBWriteGeert Bosch2014-09-221-3/+16
* SERVER-14668 Remove unit-test for GlobalRead TempReleaseKaloian Manassiev2014-09-191-12/+0
* SERVER-14668 DBRead should be acquiring S lock, not XKaloian Manassiev2014-09-181-0/+18
* SERVER-14412 Remove threadState from the public Locker APIKaloian Manassiev2014-09-171-30/+0
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-1/+97
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-4/+1
* SERVER-14668 Fix the lock manager granting logicKaloian Manassiev2014-09-101-2/+12
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-251-0/+82