summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+7
* SERVER-21344 Make size field in a CachedBSONObj instance endian-safeTess Avitabile2016-01-251-4/+2
* SERVER-21772 remove dead method CurOp::setDbProfileLevelDavid Storch2015-12-081-4/+0
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-8/+8
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-51/+62
* SERVER-20360: Do writecmd vectored write inside one currentOpMartin Bligh2015-10-151-0/+4
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-18/+40
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-40/+7
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-7/+40
* SERVER-19567 make OP_QUERY currentOp entries look like find commandsDavid Storch2015-10-071-11/+0
* SERVER-19649 don't log awaitData queries that exceed slowms while waitingYunhe (John) Wang2015-09-041-0/+4
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-3/+38
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-3/+3
* SERVER-19312 execution stats output to handle negative executionTimeMillis co...Qingyang Chen2015-07-081-1/+2
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curopAdam Midvidy2015-06-291-1/+0
* Revert "SERVER-19143 remove ns from OpDebug and synchronize access to NS in c...Kaloian Manassiev2015-06-261-0/+1
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curOpAdam Midvidy2015-06-261-1/+0
* SERVER-19106 remove usages of extra in curopMerry Mou2015-06-251-2/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-367/+422
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+0
* 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