summaryrefslogtreecommitdiff
path: root/src/mongo/db/lockstate.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-3/+5
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-0/+1
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-1/+3
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+4
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-2/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13522 Cleanup a couple of encapsulation violations and add coments.Kaloian Manassiev2014-04-091-1/+3
* SERVER-12265: use SimpleMutex for local db lockEliot Horowitz2014-01-241-8/+16
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* use StringData in more places, and change mapsf to use any type of mapEliot Horowitz2012-12-211-3/+3
* SERVER-6793 - parallel writer batch lock needs to be involved in yield/tempRe...Eliot Horowitz2012-08-201-1/+10
* SERVER-6507 - lock reporting fixingEliot Horowitz2012-08-021-0/+3
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-6/+31
* SERVER-5685 Implmentation of a special-writers-only-mode which could be used ...Dwight2012-06-061-0/+1
* cache the last db rwlock object used by a thread so that we can avoid the map...Dwight2012-05-151-0/+1
* add copyrightEliot Horowitz2012-05-071-0/+17
* move LockState to its own fileEliot Horowitz2012-05-071-0/+91