summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2212 Ability for CurOp objects to be "timer-interruptible"Jason Rassi2013-07-261-0/+91
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-091-1/+18
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+38
* SERVER-8914: rename document.scanned metricScott Hernandez2013-03-081-1/+1
* SERVER-2771 Revert command handlingKristina2013-01-021-43/+11
* SERVER-8044: fix possible deadlock in kill op and fix index killing codeEliot Horowitz2012-12-301-0/+7
* SERVER-2771 Command handlingKristina2012-12-261-0/+26
* SERVER-1739 - change query to operationEliot Horowitz2012-12-211-3/+3
* SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-211-27/+29
* SERVER-1739 - change path and more things to trackEliot Horowitz2012-12-211-0/+39
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-1/+1
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+5
* SERVER-4295 List index build info in currentOpKristina2012-12-121-1/+6
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-11/+1
* SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill...Alberto Lerner2012-11-191-2/+2
* SERVER-7610 use volatile bool for _killPending flag rather than AtomicInt32Mathias Stearn2012-11-191-2/+2
* Revert "SERVER-4295 Change currentOp field to "insert""Kristina2012-11-161-6/+1
* SERVER-4295 Change currentOp field to "insert"Kristina2012-11-151-1/+6
* SERVER-2771 add synchronous kill functionality for background indexing supportEric Milkie2012-10-101-3/+19
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-23/+4
* SERVER-4628 - change field names for lock stats to micros instead of millisDan Pasette2012-07-061-1/+1
* SERVER-6285 - reset lock stats in CurOp when a new request startsEliot Horowitz2012-07-031-0/+1
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-261-16/+0
* SERVER-4628 - more lock reportingEliot Horowitz2012-06-121-0/+1
* remove accidental semantic change to CurOp::ns from beforeEliot Horowitz2012-06-121-1/+0
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-11/+5
* move Context timing into Context rather than hacky CurOp versionEliot Horowitz2012-06-121-7/+17
* make kill op write semantics correct with db level lockingEliot Horowitz2012-04-231-1/+1
* move code from .h to .cppEliot Horowitz2012-04-231-0/+37
* SERVER-4328 stub out some currentOp reporting of lockstate. to be iteratedDwight2012-04-051-0/+1
* SERVER-4527 - suppress oplog pulling messages and framework for doing other p...Eliot Horowitz2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-0/+1
|\
| * SERVER-4194 suppress writebacklisten in db.currentOp() unless $all is setEliot Horowitz2012-03-021-0/+1
* | SERVER-4328 redo currentop test and change how we report locks somewhat in c...dwight2012-03-051-2/+7
|/
* SERVER-4683 use stackbufbuilder in stringbuilder. this is a tweak and does no...dwight2012-01-141-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+173