summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-0/+15
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-0/+6
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-2/+4
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-4/+5
* SERVER-14006 Partition the experimental lock managerCraig Harris2014-06-231-0/+6
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-091-17/+0
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+17
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-0/+7
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+6
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-32/+0
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-0/+135