summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55701 Ignore replica set config's getLastErrorDefaultsHuayu Ouyang2021-04-261-26/+2
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-1/+4
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-281-3/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-47043 Read concern set to default when it should be localMarcos José Grillo Ramírez2020-03-241-2/+3
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-2/+3
* SERVER-46186 Single voter replica set primaries for {j: true} writeConcern wr...Dianna Hohensee2020-02-271-0/+29
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-20/+26
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-3/+3
* SERVER-46297 make all primary durable timestamp updates go through the journa...Dianna Hohensee2020-02-221-9/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-201-2/+21
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-4/+28
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+14
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-6/+5
* SERVER-46095 Must wrap WriteConcernOptions::SyncMode::JOURNAL w/ repl::Replic...Dianna Hohensee2020-02-121-0/+9
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-10/+2
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+4
* SERVER-45476 Don't consider applying RWC defaults on standalonesKevin Pulo2020-01-151-0/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-2/+23
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-1/+1
* SERVER-43126 Basic replset CWRWC passthrough suitesKevin Pulo2019-11-261-0/+2
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+18
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-2/+12
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-6/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-0/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-1/+2
* SERVER-37856 Fix coverity analysis defect 105090: Wrong operator usedEsha Maharishi2018-12-051-3/+3
* SERVER-34212 Config servers should only upconvert writeConcern to majority fo...Esha Maharishi2018-10-221-8/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-7/+4
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-31184 Cleanup usages of global service context objectsKaloian Manassiev2017-10-101-4/+5
* SERVER-28269 Set _canAcceptNonLocalWrites at the end of signalDrainComplete()Matthew Russotto2017-09-061-1/+4
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-15/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+15
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-1/+1
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-1/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-1/+1