summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+0
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-83/+1
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-1/+0
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-86/+14
* SERVER-23272 Remove idhack metricJames Wahlin2016-04-271-3/+0
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-13/+0
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-3/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+8
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-8/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+8
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-0/+6
* SERVER-17862 Log keyUpdates & writeConflicts only when meaningfulJames Wahlin2016-03-181-1/+1
* 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