summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23905 Unify implementations of operation id assignment into ServiceCon...Andy Schwerin2016-05-271-1/+1
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+0
* SERVER-23905 Remove isPrimaryFor from OperationContext.Andy Schwerin2016-05-241-2/+0
* SERVER-23905 Move RecoveryUnit storage to OperationContext from its subclasses.Andy Schwerin2016-05-241-8/+0
* SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to Opera...Andy Schwerin2016-05-241-4/+0
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-5/+0
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-23/+22
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-4/+4
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-2/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-8/+0
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-0/+8
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-8/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-2/+0
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-0/+2
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-2/+0
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-1/+2
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-14/+16
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+4
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-271-1/+0
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-2/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-1/+1
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-2/+1
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-1/+1
* SERVER-15683: add command to introspect OperationContext and RecoveryUnitEliot Horowitz2014-10-161-0/+1
* SERVER-14668 Remove 'experimental doc locking legacy code'Kaloian Manassiev2014-10-081-6/+1
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-1/+7
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-2/+2
* SERVER-14371 Implement killOp support to interrupt threads blocked in awaitRe...Spencer T Brody2014-08-251-0/+2
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-0/+2
* SERVER-13961 RIP Client::lockState()Kaloian Manassiev2014-07-291-0/+1
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+3
* SERVER-14006 Partition the experimental lock managerCraig Harris2014-06-231-0/+3
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-091-5/+0
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+5
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-0/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+2