summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr...Andy Schwerin2015-06-051-2/+0
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-2/+5
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-18/+79
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-041-0/+6
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-8/+1
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-21/+12
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-3/+0
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-0/+3
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-12/+21
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-21/+12
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-3/+0
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-9/+3
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-221-3/+4
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+5
* SERVER-18515 Remove dead code from CurOp type.Andy Schwerin2015-05-181-3/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-0/+3
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-3/+0
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-0/+3
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+1
* SERVER-17332 Add cursorExhausted flag to find/getMore log/profJames Wahlin2015-04-131-0/+1
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-8/+15
* SERVER-17822 Make OpDebug::writeConflicts a 64-bit counterMathias Stearn2015-03-311-1/+1
* SERVER-16799 Report locking stats in the slow query logKaloian Manassiev2015-02-111-4/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-0/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Move ThreadSafeString to own fileAndrew Morrow2015-01-051-0/+1
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-12/+3
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-031-3/+0
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-031-0/+3
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-031-3/+0
* SERVER-14462 Clean usages of LockStat from CurOp and ClientKaloian Manassiev2014-10-301-5/+0
* SERVER-15541 track number of yields in CurOpDavid Storch2014-10-291-0/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+2
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-0/+2
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-0/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-4/+4
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-5/+4
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+6
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+1
* SERVER-14062 migrate more curop via OpCtxHari Khalsa2014-06-041-1/+0
* SERVER-14073 allow planSummary string to be longerDavid Storch2014-05-291-1/+1
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-5/+5
* SERVER-13641 break up cloner.cpp into commands and functionality to make usag...Hari Khalsa2014-05-221-2/+0