summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-0/+5
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-5/+0
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-22/+56
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-2/+2
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+2
* SERVER-18227 Make OperationContext decorableMathias Stearn2015-05-041-1/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+10
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-271-2/+16
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-6/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+1
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16591 Get rid of _collectionsLock in the database catalogKaloian Manassiev2015-01-051-9/+4
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-1/+1
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-1/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-0/+4
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-1/+0
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+32
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-13/+4
* SERVER-15262 Do not reuse write units of workKaloian Manassiev2014-10-281-4/+13
* SERVER-14668 Remove 'experimental doc locking legacy code'Kaloian Manassiev2014-10-081-6/+0
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-0/+16
* SERVER-13635: hook up mmap_v1 to SortedDataInterface test harness and fix mma...Eliot Horowitz2014-09-171-5/+10
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-2/+12
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-2/+3
* SERVER-14371 Implement killOp support to interrupt threads blocked in awaitRe...Spencer T Brody2014-08-251-0/+7