summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-123-2/+41
* SERVER-45821 Re-enable disabled incremental backup cursor tests and add addit...Gregory Wlodarek2020-02-121-9/+18
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-103-0/+13
* SERVER-45954 add metadata to invariant message for DurableCatalogImpl index o...Benety Goh2020-02-071-8/+24
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-066-3/+68
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-056-5/+75
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-0326-4421/+0
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+2
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-01-291-2/+7
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-3/+3
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-298-66/+49
* SERVER-44998 Add server parameter to support commit quorum for two phase inde...Suganthi Mani2020-01-273-2/+10
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-249-41/+97
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-249-97/+41
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-249-41/+97
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-221-1/+11
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-2110-47/+28
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-1/+5
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-138-6/+50
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-138-10/+61
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-103-0/+23
* Revert "SERVER-30883 fast-path fetching of oldest oplog entry"Eric Milkie2020-01-093-35/+1
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-01-083-1/+35
* SERVER-37375 ServiceContextMongoDTest fixture shouldn't write out storage eng...Siyuan Zhou2020-01-072-2/+6
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-0723-66/+93
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-303-15/+18
* Revert "SERVER-45288 switch Idempotency tests to use WiredTiger instead of ep...Eric Milkie2019-12-303-18/+15
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-273-15/+18
* SERVER-41790 Log progress during oplog sampling at startupDaniel Ernst2019-12-202-0/+21
* SERVER-44438 Have queryableBackupMode open WT in read/write modeGregory Wlodarek2019-12-201-4/+1
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-162-21/+3
* SERVER-44479 verify index name is unique when adding new entries to a collect...Eric Milkie2019-12-131-0/+3
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-108-50/+66
* SERVER-44296 Report locksPerKiloOp in Flow Control instead of locksPerOpDaniel Ernst2019-12-102-2/+4
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-0/+1
* SERVER-45027 Use more descriptive names for MONGO_MAKE_LATCH() invocationsBen Caimano2019-12-091-1/+1
* SERVER-44317 Reduce logging for registerChanges commitsDaniel Ernst2019-12-031-1/+2
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-037-323/+6
* SERVER-44247 Rename index 'ns' fields when renaming collections in FCV 4.2Louis Williams2019-12-032-0/+26
* SERVER-44612 recoverFromOplogAsStandalone with takeUnstableCheckpointOnShutdo...Judah Schvimer2019-12-023-6/+7
* SERVER-43692 enable two phase index builds by defaultBenety Goh2019-12-021-1/+1
* Revert "SERVER-43692 enable two phase index builds by default"Benety Goh2019-11-271-1/+1
* SERVER-43692 enable two phase index builds by defaultBenety Goh2019-11-261-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-2612-30/+68
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-252-9/+7
* SERVER-44779 Invariant internal operations that hit a prepareConflict must be...Jason Chan2019-11-251-0/+7
* SERVER-44784 disable two phase index builds when majority reads are offBenety Goh2019-11-251-0/+6
* SERVER-44742 add supportsTwoPhaseIndexBuild to storageEngine server status se...Benety Goh2019-11-226-0/+68
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-211-1/+1
* SERVER-39591 RecoveryUnit::waitUntilDurable() invariants against callers hold...Dianna Hohensee2019-11-183-1/+4