summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-5/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-011-1/+0
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-3/+2
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+4
* SERVER-49301 add StorageEngineOptions::lockFileCreatedByUncleanShutdownBenety Goh2020-07-311-0/+1
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-07-301-6/+0
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-0/+9
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-131-0/+1
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-111-1/+0
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+2
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-181-5/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-4/+2
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-021-0/+2
* Revert "SERVER-48413 Add evergreen builder for resumable index builds"Gregory Noma2020-06-021-2/+0
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-011-0/+2
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-4/+0
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-1/+1
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-12/+0
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-4/+0
* SERVER-38961 remove StorageEngine::supportsTwoPhaseIndexBuild()Benety Goh2020-05-041-2/+0
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-6/+0
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-1/+1
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-061-0/+2
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-0/+2
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-1/+1
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-241-1/+1
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-1/+1
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-4/+1
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-131-0/+2
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-1/+4
* SERVER-44742 add supportsTwoPhaseIndexBuild to storageEngine server status se...Benety Goh2019-11-221-0/+2
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-5/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-4/+10
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-1/+1
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+12
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+1
* SERVER-42839 Make storage_engine.h functions pure virtualEvgeni Dobranov2019-09-261-24/+26
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+7
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-161-0/+2
* SERVER-42803 Remove 'no except' from the TimestampMonitor.Gregory Wlodarek2019-08-141-4/+4
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* SERVER-42374 TimestampMonitor should stop its PeriodicJob prior to destructin...Gregory Wlodarek2019-07-241-1/+6
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+2
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-2/+2
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-251-0/+405