summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37867 Cleanup the RecordStore insertRecord(s)/dataFor APIKaloian Manassiev2018-11-011-10/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-223-25/+30
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-2/+1
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-7/+7
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-252-0/+11
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-241-0/+6
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+4
* Revert "SERVER-28734 Provide a way to recover data files when lacking WiredTi...Xiangyu Yao2018-07-131-7/+0
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger meta...Louis Williams2018-07-101-0/+7
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-7/+4
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-121-0/+4
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-253-0/+23
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-1/+1
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-052-2/+7
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+1
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-3/+1
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-201-0/+4
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-4/+3
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-0/+1
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-1/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-29/+29
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-1/+1
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-141-1/+3
* SERVER-26674 Add missing header includessamantharitter2016-11-051-0/+2
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+2
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-042-10/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-5/+11
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-3/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-7/+7
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-7/+7
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-7/+7
* SERVER-23735 ephemeral KVEngines aren't durableKyle Suarez2016-04-151-1/+4
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+1
* SERVER-22866 implement isEphemeral for all enginesKyle Suarez2016-02-291-0/+4
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-1/+1
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+4
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-132-3/+3
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20370: AwaitData doesn't work properly with WiredTiger OplogHack visib...Scott Hernandez2015-09-171-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-3/+4
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-5/+5
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-0/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-203-278/+296
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-23/+8