summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18277 Remove guard against interruptibility inside WUOW which is no lo...Andy Schwerin2016-04-161-5/+0
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-2/+4
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-4/+2
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-2/+4
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-4/+0
* SERVER-19315 Add PRNG to ClientCharlie Swanson2015-07-081-5/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-143/+142
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-2/+1
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-5/+5
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-5/+5
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-22/+12
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-0/+2
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-2/+0
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-12/+22
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-22/+12
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-0/+2
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-221-11/+11
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-8/+4
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-4/+8
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-8/+4
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-1/+5
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+4
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-1/+9
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-8/+9
* SERVER-17817 Move Locker cache in Client onto a decoration.Andy Schwerin2015-04-061-2/+28
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-4/+0
* SERVER-17039 Re-add db.currentOp locking statsKaloian Manassiev2015-02-111-2/+4
* 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-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-17/+7
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-1/+1
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-2/+2
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-8/+5
* SERVER-15996 Unify implementation of checkForInterrupt and checkForInterruptN...Spencer T Brody2014-11-121-24/+4
* SERVER-15882 Route inserts to system.indexes through the createIndexes comman...Andy Schwerin2014-11-051-3/+3
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-5/+3
* SERVER-13635 Add StorageEngine::isMmapV1()Mathias Stearn2014-10-271-1/+1
* SERVER-1153 Heap1 is now using KVEngineMathias Stearn2014-10-271-3/+3
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-241-2/+6
* Revert "SERVER-15614 LockerImpl changes to support diagnostics and deadlock"Ian Whalen2014-10-231-6/+2
* SERVER-15614 LockerImpl changes to support diagnostics and deadlockKaloian Manassiev2014-10-231-2/+6
* SERVER-13635: OperationContext doesn't always have a RecoveryUnitEliot Horowitz2014-10-171-2/+4
* SERVER-15683: fix caching of Client when there is noneEliot Horowitz2014-10-171-1/+3
* SERVER-13635: add hook to RecoveryUnit for when we are take out of and put ba...Eliot Horowitz2014-10-161-0/+2
* SERVER-15683: add command to introspect OperationContext and RecoveryUnitEliot Horowitz2014-10-161-20/+22
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14425 Make MMAP V1 code in LockerImpl conditionally compiledKaloian Manassiev2014-10-111-1/+6