summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668 Remove 'experimental doc locking legacy code'Kaloian Manassiev2014-10-081-4/+0
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-0/+8
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-2/+7
* SERVER-14371 Implement killOp support to interrupt threads blocked in awaitRe...Spencer T Brody2014-08-251-1/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-0/+4
* SERVER-13961 RIP Client::lockState()Kaloian Manassiev2014-07-291-2/+1
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-2/+3
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-0/+10
* SERVER-14006 Partition the experimental lock managerCraig Harris2014-06-231-0/+4
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+0
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-2/+3
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-1/+1
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-101-2/+4
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-091-4/+0
* SERVER-14069 move killCurrentOp impl into the only place that calls itHari Khalsa2014-06-061-8/+98
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-5/+13
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-0/+6
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+6
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-0/+69