summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/control
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+6
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-6/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+6
* SERVER-50861 Remove KVEngine pointer in CheckpointerGregory Wlodarek2023-04-041-2/+1
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-6/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+6
* SERVER-74072 Start JournalFlusher after binding to svcCtxSara Golemon2023-02-241-1/+1
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-3/+3
* SERVER-69976 Remove unused JournalFlusher::triggerJournalFlush() functionGregory Wlodarek2022-09-293-19/+1
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-1/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-5/+1
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-091-8/+14
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-062-2/+6
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-61484 JournalFlusher should log a warning on ExceededMemoryLimit error...Dianna Hohensee2021-12-061-5/+7
* SERVER-57229 killOp_against_journal_flusher_thread.js must ensure the Journal...Dianna Hohensee2021-06-031-0/+2
* SERVER-55745 The Fuzzer can run killOp on the JournalFlusher thread and cause...Dianna Hohensee2021-04-081-1/+14
* SERVER-53875 Stop the JournalFlusher thread from running at all unless reques...Dianna Hohensee2021-03-111-0/+9
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-2/+1
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2020-11-134-14/+108
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+15
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-284-33/+37
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-08-274-9/+13
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and non-durab...Dianna Hohensee2020-08-254-41/+87
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-174-0/+471