summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17894 kv and devnull storage engine dependency cleanupBenety Goh2015-04-141-5/+15
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-2/+3
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-9/+0
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-6/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-062-14/+14
* SERVER-17016 fixed db.collection.ensureIndex() for devnull storage engineBenety Goh2015-01-221-3/+17
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-211-1/+1
* SERVER-16906 storage engines without directoryperdb support should fail to st...Benety Goh2015-01-161-0/+4
* SERVER-16676 don't trash indexes for RecordStores that can compact in-placeMathias Stearn2015-01-151-6/+0
* Better repair for WTMathias Stearn2015-01-151-0/+5
* SERVER-16567 check startup options against creation settings in data director...Benety Goh2015-01-091-0/+9
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-1/+5
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-051-1/+2
* SERVER-16030 make RecordStore::validate non-constBenety Goh2014-12-241-1/+1
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-2/+4
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-0/+3
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-082-1/+8
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-1/+1
* SERVER-16233 storage engine factories support index options validationBenety Goh2014-12-031-0/+4
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-021-1/+1
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-021-1/+1
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-011-0/+5
* SERVER-15595: fix devnull engine and add a testEliot Horowitz2014-11-272-1/+44
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-17/+17