summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-18/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-12/+4
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-8/+0
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-79/+1
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-3/+2
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-6/+74
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-23/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-0/+8
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-8/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-0/+8
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-1/+6
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-0/+28
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-10/+0
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-1/+32
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-14/+2
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-1/+11
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-10/+10
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-33/+2
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-8/+12
* SERVER-25062 Implement interruptible sleep and waitFor methods on OperationCo...Andy Schwerin2017-03-091-0/+29
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-26126 Fix repl unittestsGeert Bosch2016-12-231-0/+6
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-6/+0
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-0/+6
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-6/+0
* SERVER-26911 Create RAII type for turning off replicated writesTess Avitabile2016-11-111-0/+25
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-4/+10
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-10/+94
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-4/+17
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-7/+0
* SERVER-23905 Remove isPrimaryFor from OperationContext.Andy Schwerin2016-05-241-5/+0
* SERVER-23905 Move RecoveryUnit storage to OperationContext from its subclasses.Andy Schwerin2016-05-241-5/+8
* SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to Opera...Andy Schwerin2016-05-241-2/+8
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-27/+39
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-4/+73
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-3/+10
* SERVER-22245 implement storage engine API changes for readOnly modeAdam Midvidy2016-01-201-1/+6
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-14/+26
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-26/+14
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-14/+26
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-1/+1
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-0/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-226/+229
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-4/+6
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-5/+28
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-8/+15
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-15/+8
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-8/+15
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-5/+0