summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_options.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72675 Fix setParameter startup argument overwritten by defaultYu Jin Kang Park2023-04-281-2/+6
* SERVER-57213 Remove StorageGlobalParams::checkpointDelaySecs and fix changing...Gregory Wlodarek2023-04-071-7/+3
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-1/+1
* SERVER-71807: Add --magicRestore flag and entrypoint.Daniel Gottlieb2022-12-071-0/+3
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+3
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-2/+0
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-0/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-4/+3
* SERVER-62604 Add new '--restore' storage startup optionGregory Wlodarek2022-01-271-0/+6
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-3/+2
* SERVER-51918 create feature flag for lock free readsBenety Goh2020-12-181-1/+1
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+4
* SERVER-50237 Initialize StorageGlobalParams::disableLockFreeReads booleanDianna Hohensee2020-08-241-1/+1
* SERVER-47884 Add 'disableLockFreeReads' startup server parameter and test suite.Dianna Hohensee2020-07-201-0/+5
* SERVER-45642 Fix WiredTigerCheckpointThread to skip checkpointing if syncdela...Dianna Hohensee2020-06-021-2/+2
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-181-0/+6
* Revert "SERVER-45975: Added --oplogMinRetention cli option"Benety Goh2020-02-151-6/+0
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-141-0/+6
* SERVER-36772 Ensure oplog history cannot be truncated in standalone mode with...Dianna Hohensee2019-03-191-0/+3
* SERVER-39906 Migrate storage parameters to IDLSara Golemon2019-03-021-1/+1
* SERVER-39502 Migrate mongod options to IDLSara Golemon2019-02-161-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* 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-10/+0
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-0/+10
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-2/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+0
* SERVER-35421 Embedded options parsing can re-initialize.Henrik Edin2018-06-121-12/+14
* SERVER-28741: add --groupCollections server parameterDaniel Gottlieb2017-04-241-0/+10
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+3
* SERVER-24739: Validate syncdelay at startup and on setParameterDaniel Gottlieb2016-11-291-0/+1
* SERVER-22230 add command-line setting for readOnly modeAdam Midvidy2016-01-201-0/+2
* SERVER-21973 move all server options initializers to NSDMIsAdam Midvidy2016-01-041-23/+10
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-2/+2
* SERVER-16609: Periodically flush journal to stable storageGeert Bosch2015-10-091-0/+4
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-0/+115