Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-13961 Add capability to register and discover OperationContexts | Kaloian Manassiev | 2014-06-26 | 1 | -5/+7 |
| | | | | | | | | This replaces the need to iterate through the list of registered Clients for diagnostics/reporting purposes. Also moves some of the per-client information to be under OperationContext. This is in preparation for removing LockState from TLS. | ||||
* | SERVER-13961 Convert most usages of LockState from TLS to OperationContext | Kaloian Manassiev | 2014-06-13 | 1 | -6/+19 |
| | |||||
* | SERVER-13961 Add OperationContext to DurableInterface | Kaloian Manassiev | 2014-06-13 | 1 | -0/+4 |
| | | | | | So we stop using LockState from OperationContext for all durability operations. | ||||
* | SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtemprelease | Kaloian Manassiev | 2014-06-05 | 1 | -4/+12 |
| | | | | These are the most obvious usages, which do not require any refactoring. | ||||
* | SERVER-13961 Start using LockState from the OperationContext | Kaloian Manassiev | 2014-06-02 | 1 | -1/+21 |
| | |||||
* | SERVER-13961 Remove dependency on the TLS client from LockState | Kaloian Manassiev | 2014-05-20 | 1 | -8/+1 |
| | | | | | Also clean-up some of the code under LockState, in preparation from moving it under operation context. | ||||
* | SERVER-13522 Cleanup a couple of encapsulation violations and add coments. | Kaloian Manassiev | 2014-04-09 | 1 | -1/+1 |
| | | | | There are no functional changes, just a cleanup. | ||||
* | SERVER-10361: fix timeAcquiringMicros when yielding | Eliot Horowitz | 2014-01-28 | 1 | -1/+3 |
| | |||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | namespacestring -> namespace_string | Eliot Horowitz | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | normalize #includes in many files | Eric Milkie | 2013-04-18 | 1 | -2/+4 |
| | | | | No behavior changes intended or expected. | ||||
* | SERVER-9396 | Dwight | 2013-04-18 | 1 | -3/+3 |
| | | | | otherLock cache variable was not working - fixed | ||||
* | use StringData in more places, and change mapsf to use any type of map | Eliot Horowitz | 2012-12-21 | 1 | -2/+2 |
| | |||||
* | Adjusted file mod's | Alberto Lerner | 2012-12-18 | 1 | -0/+0 |
| | |||||
* | SERVER-7886 - use StringData methods, now .data() | Eliot Horowitz | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | SERVER-6793 - parallel writer batch lock needs to be involved in ↵ | Eliot Horowitz | 2012-08-20 | 1 | -1/+11 |
| | | | | yield/tempRelease | ||||
* | fix nestable lock reporting | Eliot Horowitz | 2012-07-09 | 1 | -3/+3 |
| | |||||
* | SERVER-4628 - use ^ instead of . and fix test for currentop | Eliot Horowitz | 2012-06-12 | 1 | -4/+4 |
| | |||||
* | remove all references to mongomutex | Eliot Horowitz | 2012-06-12 | 1 | -2/+3 |
| | |||||
* | SERVER-4328 - db and global lock and acquisition time for read and write | Eliot Horowitz | 2012-06-12 | 1 | -2/+37 |
| | |||||
* | SERVER-5685 Implmentation of a special-writers-only-mode which could be used ↵ | Dwight | 2012-06-06 | 1 | -1/+2 |
| | | | | for speeding up replication application on secondaries. | ||||
* | cache the last db rwlock object used by a thread so that we can avoid the ↵ | Dwight | 2012-05-15 | 1 | -0/+5 |
| | | | | maps mutex and also the lookup in general. makes things faster in high concurrent situations | ||||
* | add copyright | Eliot Horowitz | 2012-05-07 | 1 | -0/+17 |
| | |||||
* | move LockState to its own file | Eliot Horowitz | 2012-05-07 | 1 | -0/+185 |