summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-3/+2
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-2/+3
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-3/+2
* SERVER-75466 Remove checks for PIT catalog lookup feature flag where it was a...Henrik Edin2023-04-191-13/+3
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-3/+8
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-2/+2
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-46/+47
* SERVER-71415 Stash CollectionCatalog on RecoveryUnit::SnapshotHenrik Edin2022-11-181-1/+1
* SERVER-68671 Only maintain drop pending idents in the CollectionCatalog when ...Gregory Wlodarek2022-08-101-3/+9
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-12/+42
* SERVER-63612 Execute second phase of two-phase index drop immediately for sta...Dianna Hohensee2022-06-031-3/+10
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-33/+32
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63187 StorageEngine API: replace database name StringData type with Te...Hugh Tong2022-02-171-1/+1
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-31/+33
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-8/+6
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-041-2/+2
* SERVER-53697 Fix deleting of empty directories when using directoryPerDb and ...Henrik Edin2021-01-121-3/+6
* SERVER-53061 Attempt to remove empty database directory on both collection an...Gregory Noma2021-01-081-34/+44
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-48/+50
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free reads...Dianna Hohensee2020-11-121-2/+12
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-041-5/+5
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-7/+37
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-28/+38
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-0/+138