summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-0325-4420/+0
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-8/+8
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-072-4/+5
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-8/+8
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-4/+3
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-242-11/+8
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-012-17/+44
* SERVER-42524 remove the touch commandHaley Connelly2019-09-252-6/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-175-20/+20
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-163-22/+14
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-131-8/+0
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+2
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-37/+25
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-052-23/+7
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-15/+0
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-11/+6
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-232-3/+2
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-211-16/+8
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-212-10/+0
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-202-34/+1
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-202-1/+9
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-162-5/+14
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-152-10/+83
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-60/+36
* SERVER-41845 Made Keystring::Builder into a template of the Buffer used.Daniel Solnik2019-07-311-6/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-172-58/+111
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-162-9/+4
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-162-25/+29
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-082-30/+0
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-282-50/+43
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-282-43/+50
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-282-50/+43
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGregory Wlodarek2019-06-261-1/+1
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-252-3/+3
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-243-29/+3
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-212-0/+2
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-212-2/+2
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-202-4/+4
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-202-4/+4
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-202-4/+4
* SERVER-38397 Make WiredTigerRecoveryUnit::State a general concept in Recovery...Gregory Noma2019-06-192-29/+28
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-145-10/+13
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-132-8/+6
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-132-6/+8
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-122-8/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-107-42/+42
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-4/+2