summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_holder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-4/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-4/+4
* SERVER-16923 Create the system.profile collection if under DB X lockKaloian Manassiev2015-01-201-5/+6
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-8/+13
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-1/+1
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-12/+6
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-6/+12
* SERVER-15474: Move audit message up and out of MMAPv1 layerGeert Bosch2014-11-141-1/+7
* SERVER-15888: Ensure MODE_X on implicit DB creationGeert Bosch2014-11-021-1/+1
* SERVER-14462 Get rid of Locker::isAtLeastReadLockedKaloian Manassiev2014-10-291-1/+1
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-1/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-36/+53
* SERVER-14668 Move WriteUnitOfWork around DatabaseCatalogEntry creation outsid...Kaloian Manassiev2014-10-011-74/+54
* SERVER-14412: fix some collection intent issuesEliot Horowitz2014-09-171-2/+2
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-2/+1
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-2/+0
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-1/+2
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-6/+9
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-13635: move database case handling above storage engine layerEliot Horowitz2014-08-051-0/+11
* SERVER-13635: change ownership of DatabaseCatalogEntry, now StorageEngine ownsEliot Horowitz2014-08-051-0/+4
* SERVER-13635: clean database close pathEliot Horowitz2014-08-051-10/+24
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-281-7/+7
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-2/+4
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+3
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-0/+6
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-2/+5
* SERVER-13635: DatabaseHolder goes through StorageEngine to create DatabasesEliot Horowitz2014-06-191-8/+2
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-38/+24
* SERVER-13635: MMAP1DatabaseCatalogEntry to MMAPV1DatabaseCatalogEntryEliot Horowitz2014-06-181-1/+1
* SERVER-13635: correct file for MMAPV1DatabaseCatalogEntryEliot Horowitz2014-06-181-1/+1
* SERVER-13635: move DatabaseCatalogEntry instantiation out of DatabaseEliot Horowitz2014-06-181-2/+10
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+29
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-1/+1
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-8/+9
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-3/+12
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-1/+3