summaryrefslogtreecommitdiff
path: root/src/mongo/db/lockstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-311/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-5/+7
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-6/+19
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-0/+4
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-4/+12
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+21
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-8/+1
* SERVER-13522 Cleanup a couple of encapsulation violations and add coments.Kaloian Manassiev2014-04-091-1/+1
* SERVER-10361: fix timeAcquiringMicros when yieldingEliot Horowitz2014-01-281-1/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* normalize #includes in many filesEric Milkie2013-04-181-2/+4
* SERVER-9396Dwight2013-04-181-3/+3
* use StringData in more places, and change mapsf to use any type of mapEliot Horowitz2012-12-211-2/+2
* Adjusted file mod'sAlberto Lerner2012-12-181-0/+0
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-1/+1
* SERVER-6793 - parallel writer batch lock needs to be involved in yield/tempRe...Eliot Horowitz2012-08-201-1/+11
* fix nestable lock reportingEliot Horowitz2012-07-091-3/+3
* SERVER-4628 - use ^ instead of . and fix test for currentopEliot Horowitz2012-06-121-4/+4
* remove all references to mongomutexEliot Horowitz2012-06-121-2/+3
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-2/+37
* SERVER-5685 Implmentation of a special-writers-only-mode which could be used ...Dwight2012-06-061-1/+2
* cache the last db rwlock object used by a thread so that we can avoid the map...Dwight2012-05-151-0/+5
* add copyrightEliot Horowitz2012-05-071-0/+17
* move LockState to its own fileEliot Horowitz2012-05-071-0/+185