summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-4/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-0/+5
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-2/+1
* SERVER-16556 CurOp::reset() needs to clear _nsJason Rassi2014-12-171-0/+1
* SERVER-16485 properly clear progress meter on failed index buildsEric Milkie2014-12-101-2/+4
* SERVER-16200 Eliminate some strcpy/strlen when handling namespacesAndrew Morrow2014-11-181-1/+1
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-1/+1
* SERVER-16020: Suppress non-applicable profiling data when using WTMark Benvenuto2014-11-131-1/+3
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-031-1/+0
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-031-0/+1
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-031-1/+0
* SERVER-14462 Clean usages of LockStat from CurOp and ClientKaloian Manassiev2014-10-301-2/+0
* SERVER-13584 CurOp "ns" reporting should fall back to using OpDebugJason Rassi2014-10-151-2/+8
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+6
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-1/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-3/+3
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-14/+7
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-6/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-2/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-6/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-2/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-6/+2
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-29/+17
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-13641 remove some more killCurrentOp usesHari Khalsa2014-05-221-13/+1
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-3/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-39/+1
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-13368: Expose microsecs_running in currentOpScott Hernandez2014-04-181-0/+1
* SERVER-12774 added nscanned and nscannedObjects to slow query logBenety Goh2014-02-251-0/+5
* REVERT 'SERVER-12774 - added nscanned and nscannedObjects to slow query log'Benety Goh2014-02-221-5/+0
* SERVER-12774 added nscannedObjects to OpDebugBenety Goh2014-02-211-0/+5
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-2/+2
* SERVER-10026 BF-120 use safer data types for query curop debugHari Khalsa2014-02-031-1/+1
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-0/+4
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12049 Redact sensitive data from slowms outputAndreas Nilsson2014-01-141-2/+3
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-0/+1
* SERVER-10995 Leave CurOp::_start untouched when setting maxTimeMSJason Rassi2013-11-131-5/+21
* SERVER-9469: more efficiently set ns in CurOpEliot Horowitz2013-11-091-0/+5
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-251-0/+20
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* 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