summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-7/+1
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-241-1/+11
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+3
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-281-1/+1
* SERVER-73460 Probe throughput to adjust storage engine concurrencyGregory Noma2023-02-081-0/+1
* SERVER-73312 Task for storage engine concurrency adjustmentGregory Noma2023-01-261-0/+3
* SERVER-72072 Integrate TicketBroker with PriorityTicketHolderJordi Olivares Provencio2023-01-161-1/+17
* SERVER-71251 Move PriorityTicketHolder and SemaphoreTicketHolder into separat...Haley Connelly2022-11-141-0/+2
* SERVER-70927 Make PriorityTicketHolder select where to dequeueHaley Connelly2022-11-081-2/+5
* SERVER-70601 Separate TicketHolder management from TicketHolder logicHaley Connelly2022-10-241-4/+5
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-161-1/+1
* SERVER-69284 Remove FifoTicketHolder and StochasticTicketHolderHaley Connelly2022-09-081-31/+0
* SERVER-69029 Split Readers & Writers for PriorityTicketHolderHaley Connelly2022-08-231-17/+13
* SERVER-68590 Add storageEngineTotalConcurrentTransactions parameterLeonardo Menti2022-08-191-2/+5
* SERVER-67905 Created PriorityTicketHolder that queues by 3 priority levelsLeonardo Menti2022-08-081-6/+13
* SERVER-67542 Refactor TicketHolders into a composed TicketHolderJordi Olivares Provencio2022-07-051-15/+20
* SERVER-66152 Add implementation of SchedulingTicketHolderJordi Olivares Provencio2022-06-301-0/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-2/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-32/+16
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-17/+9
* SERVER-65655 Skip reinitializing TicketHolders in reinitializeStorageEngine()Gregory Wlodarek2022-04-191-6/+14
* SERVER-63825 Add metrics for read/write queuesDaniel Gómez Ferro2022-04-111-6/+6
* SERVER-51904 Add feature flag for execution controlJordi Olivares Provencio2022-03-311-13/+20
* SERVER-64170 Move ticket holders from LockManager to TicketHoldersJordi Olivares Provencio2022-03-241-0/+36
* SERVER-62604 Cannot specify '--restore' when the selective backup and restore...Gregory Wlodarek2022-01-271-0/+7
* SERVER-61934 Hold storage change lock while creating a new opCtx to prevent r...Samy Lanka2022-01-101-3/+0
* SERVER-61552 Change of storage parameters for storage engine re-init must occ...Matthew Russotto2021-11-181-2/+5
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-1/+0
* SERVER-60698 Reduce performance change from adding StorageChangeContext.Matthew Russotto2021-10-201-4/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57811 Create API to start storage with alternate locationMatthew Russotto2021-08-091-10/+53
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-101-3/+4
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-4/+4
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage eng...Pavi Vetriselvan2021-01-191-8/+0
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2020-11-131-1/+3
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-10/+15
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-08-271-1/+2
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-0/+8
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-49301 remove startingAfterUncleanShutdown decoratorBenety Goh2020-08-011-2/+0
* SERVER-49301 initializeStorageEngine() returns previous server shutdown state...Benety Goh2020-07-301-1/+8
* SERVER-48148 Log cleanup in db/storageHenrik Edin2020-05-151-1/+1
* SERVER-36841 Fix race between TTL thread and shutdownJamie Heppenstall2020-04-281-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-7/+5
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-0/+2
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-9/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+19