summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62604 Cannot specify '--restore' when the selective backup and restore...Gregory Wlodarek2022-01-271-0/+7
* SERVER-61934 Hold storage change lock while creating a new opCtx to prevent r...Samy Lanka2022-01-101-3/+0
* SERVER-61552 Change of storage parameters for storage engine re-init must occ...Matthew Russotto2021-11-181-2/+5
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-1/+0
* SERVER-60698 Reduce performance change from adding StorageChangeContext.Matthew Russotto2021-10-201-4/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57811 Create API to start storage with alternate locationMatthew Russotto2021-08-091-10/+53
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-101-3/+4
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-4/+4
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage eng...Pavi Vetriselvan2021-01-191-8/+0
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2020-11-131-1/+3
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-10/+15
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-08-271-1/+2
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-0/+8
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-49301 remove startingAfterUncleanShutdown decoratorBenety Goh2020-08-011-2/+0
* SERVER-49301 initializeStorageEngine() returns previous server shutdown state...Benety Goh2020-07-301-1/+8
* SERVER-48148 Log cleanup in db/storageHenrik Edin2020-05-151-1/+1
* SERVER-36841 Fix race between TTL thread and shutdownJamie Heppenstall2020-04-281-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-7/+5
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-0/+2
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-9/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+19
* SERVER-37375 ServiceContextMongoDTest fixture shouldn't write out storage eng...Siyuan Zhou2020-01-071-2/+5
* SERVER-42920 remove storage engine knowledge of mmapHaley Connelly2019-08-301-31/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-16/+2
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-2/+16
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-0/+17
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+1
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-5/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-8/+54
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-2/+3
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-0/+308