summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15535 Make all calls to exitCleanly but the first hang forever.Andy Schwerin2014-10-161-2/+6
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-8/+8
* SERVER-14668 Quick implementation of intent locking for insertsMathias Stearn2014-10-091-2/+28
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-8/+27
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-3/+3
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-2/+3
* SERVER-13522 Remove usages of runCount and replace them with DBDirectClient::...Kaloian Manassiev2014-10-011-1/+0
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-3/+3
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-3/+3
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-3/+3
* SERVER-14668 Remove checkShardVersionKaloian Manassiev2014-09-241-2/+0
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-8/+22
* Revert "SERVER-14668 Move lock acquisition further down in receivedInsert"Kaloian Manassiev2014-09-161-9/+11
* SERVER-14668 Move lock acquisition further down in receivedInsertKaloian Manassiev2014-09-161-11/+9
* SERVER-14445 Remove waitUpToOneSecondForOptimeChange from ReplicationCoordinatorSpencer T Brody2014-09-141-2/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-85/+1
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-5/+0
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-26/+27
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-20/+16
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-251-1/+1
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-2/+0
* SERVER-14219 logOp implicit collection creationMathias Stearn2014-08-201-0/+8
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-4/+8
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-7/+19
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-9/+12
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-4/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13854 Dereference before null check in dbexit at s/server.cppRandolph Tan2014-08-121-1/+1
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-28/+37
* SERVER-14850 Remove the mutex debugger and associated undefined behaviorAndrew Morrow2014-08-121-7/+0
* SERVER-14838: Fix shutdown failuresMark Benvenuto2014-08-081-21/+25
* SERVER-14462 Add back desc and threadId to currentOp() outputKaloian Manassiev2014-08-071-0/+2
* SERVER-13635: clean database close pathEliot Horowitz2014-08-051-24/+0
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-1/+1
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-1/+1
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-24/+34
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-2/+2
* SERVER-13951 Use a WriteUnitOfWork for each document in update and deleteMathias Stearn2014-07-281-4/+0
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-281-1/+1
* SERVER-14475 Use loadRelaxed instead of load for inShutdownKaloian Manassiev2014-07-241-1/+1
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-1/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-7/+7
* SERVER-14475 Cleanup the shutdown code and indicate shutdown earlierKaloian Manassiev2014-07-181-16/+5
* SERVER-14527 Call setLastError explicitly on wire write failures in mongod.Andy Schwerin2014-07-141-3/+6
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-2/+2
* SERVER-14503 move replHasDatabases to heartbeat.* from instance.*matt dannenberg2014-07-091-23/+0
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-213/+2