summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-074-0/+239
* SERVER-43883: Enable WTs cursor copy mode for ASAN builds.Daniel Gottlieb2020-04-061-7/+25
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-026-38/+74
* SERVER-47155 Limit the number of simultaneous index builds running from user ...Gregory Wlodarek2020-04-021-0/+15
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-011-1/+10
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-0/+3
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-46773 Remove v4.4 FCV handling for simultaneous index buildsLouis Williams2020-03-251-10/+0
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-249-65/+49
* SERVER-46862: Log timestamps at shutdown in Timestamp format.Daniel Gottlieb2020-03-241-4/+3
* SERVER-46781 Remove v4.4 FCV handling for the index catalog entry 'ns' fieldGregory Wlodarek2020-03-243-40/+1
* SERVER-46841 Make PeriodicRunner users properly handle ClientMarkedKilled errorsAmirsaman Memaripour2020-03-241-2/+5
* Revert "SERVER-46781 Remove v4.4 FCV handling for collection and index catalo...Gregory Wlodarek2020-03-243-0/+40
* SERVER-46781 Remove v4.4 FCV handling for collection and index catalog entry ...Gregory Wlodarek2020-03-203-40/+0
* SERVER-45147: Ensure ghost timestamped transactions trigger the stable timest...Daniel Gottlieb2020-03-202-1/+17
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-1713-280/+509
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-134-44/+21
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-0/+20
* SERVER-46785 Forbid 4.4 mongod binaries from starting up on 4.0 data filesGregory Noma2020-03-111-17/+0
* SERVER-46782 Add a comment to FCV gate in WiredTigerFileVersion::shouldDowngr...Dianna Hohensee2020-03-111-1/+2
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-093-3/+37
* SERVER-46639 Disable Flow Control for the internal OplogCapMaintainerThreadDianna Hohensee2020-03-091-0/+4
* SERVER-46622 Disable Flow Control for the WiredTigerJournalFlusher internal t...Dianna Hohensee2020-03-091-0/+6
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-093-28/+59
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-063-16/+14
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-1/+1
* SERVER-46524 ephemeralForTest storage engine does not need to update the oplo...Dianna Hohensee2020-03-034-6/+12
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-022-4/+13
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-284-4/+0
* SERVER-46488 queryableBackupMode should recover from the journal files on sta...Gregory Wlodarek2020-02-281-25/+23
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-282-25/+53
* SERVER-46094: Now using walltime instead of ts when checking for excess oplog...Andrew Chen2020-02-282-42/+88
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-283-7/+7
* SERVER-45754 Update error message that results from SERVER-45374 to suggest r...Louis Williams2020-02-271-2/+4
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-2/+3
* SERVER-45093 Wait for durability when writing new replica set configs to diskWilliam Schultz2020-02-271-0/+4
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-276-30/+19
* SERVER-46375 Include the offset, length pair for files as part of the first f...Gregory Wlodarek2020-02-251-0/+5
* SERVER-46334 Eliminate the mutex held across JournalListener calls.Dianna Hohensee2020-02-2510-94/+50
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-252-10/+12
* SERVER-38714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-241-2/+2
* SERVER-44022 Fix race in PrepareConflictTracker and speed up happy pathGeert Bosch2020-02-241-5/+5
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-232-30/+34
* SERVER-46297 make all primary durable timestamp updates go through the journa...Dianna Hohensee2020-02-221-0/+7
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during r...Ben Caimano2020-02-211-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2133-33/+0
* SERVER-39714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-211-2/+2
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-204-22/+47
* SERVER-45977: Added oplogMinRetentionHours to oplogTruncation server status s...Andrew Chen2020-02-201-0/+3
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-191-2/+2