summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+9
* SERVER-2771 Revert command handlingKristina2013-01-021-9/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+9
* SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-211-0/+2
* SERVER-1739 - change path and more things to trackEliot Horowitz2012-12-211-1/+3
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+4
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-1/+0
* SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill...Alberto Lerner2012-11-191-2/+3
* SERVER-7610 use volatile bool for _killPending flag rather than AtomicInt32Mathias Stearn2012-11-191-2/+2
* SERVER-2771 add synchronous kill functionality for background indexing supportEric Milkie2012-10-101-4/+7
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-35/+9
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-191-2/+16
* Revert "SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to ...Randolph Tan2012-09-181-16/+2
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-181-2/+16
* SERVER-4628 - more lock reportingEliot Horowitz2012-06-121-2/+6
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-9/+0
* move Context timing into Context rather than hacky CurOp versionEliot Horowitz2012-06-121-10/+2
* add CurOp::numYieldsEliot Horowitz2012-06-061-0/+1
* move code from .h to .cppEliot Horowitz2012-04-231-37/+5
* SERVER-4527 - suppress oplog pulling messages and framework for doing other p...Eliot Horowitz2012-04-021-0/+10
* move ProgressMeter into its own file and make output use log() instead of cou...Eliot Horowitz2012-03-191-0/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-0/+4
|\
| * SERVER-4194 suppress writebacklisten in db.currentOp() unless $all is setEliot Horowitz2012-03-021-0/+5
* | SERVER-4328 redo currentop test and change how we report locks somewhat in c...dwight2012-03-051-10/+7
|/
* Use long long in key parts of OpDebugMathias Stearn2012-02-091-3/+3
* Add nupdated and nmoved to profile object and slow op logging SERVER-4860Mathias Stearn2012-02-091-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+313