summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71807: Add --magicRestore flag and entrypoint.Daniel Gottlieb2022-12-071-0/+1
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+1
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-4/+5
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-3/+0
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-62604 Add new '--restore' storage startup optionGregory Wlodarek2022-01-271-0/+1
* SERVER-59813 Simplify ServerParameter construction and add formal readonly pa...Sara Golemon2021-12-301-8/+0
* SERVER-58776 Run BackupCloners on files returned by backup cursorMatthew Russotto2021-09-281-14/+0
* SERVER-59723 Export via getParameter command line settings required f…Matthew Russotto2021-09-081-0/+35
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-1/+1
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+1
* SERVER-50237 Initialize StorageGlobalParams::disableLockFreeReads booleanDianna Hohensee2020-08-241-0/+2
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-181-0/+1
* Revert "SERVER-45975: Added --oplogMinRetention cli option"Benety Goh2020-02-151-1/+0
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-141-0/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39906 Migrate storage parameters to IDLSara Golemon2019-03-021-52/+0
* SERVER-39502 Migrate mongod options to IDLSara Golemon2019-02-161-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-5/+1
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-1/+5
* SERVER-35421 Embedded options parsing can re-initialize.Henrik Edin2018-06-121-0/+21
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-41/+33
* SERVER-24739: Validate syncdelay at startup and on setParameterDaniel Gottlieb2016-11-291-2/+20
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-16609: Periodically flush journal to stable storageGeert Bosch2015-10-091-0/+28
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-0/+66