summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_storage_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-021-27/+31
* SERVER-22601: Rework ephemeral support to allow customization at the KVEngine...Scott Hernandez2016-02-231-3/+0
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+4
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-021-0/+7
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-251-0/+17
* Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"David Hows2015-09-141-17/+0
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-141-0/+17
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-190/+174
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+5
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-5/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-4/+4
* SERVER-16906 storage engines without directoryperdb support should fail to st...Benety Goh2015-01-161-0/+5
* Better repair for WTMathias Stearn2015-01-151-2/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-1/+1
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-19/+9
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-2/+2
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-021-2/+2
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-021-2/+2
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-1/+1
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-3/+8
* SERVER-16205 initialize KV in the constructor, rather than in _finishInitEric Milkie2014-11-191-29/+20
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-34/+70
* SERVER-16080 improve startup handling on invalid wiredtiger config optionsBenety Goh2014-11-131-0/+5
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-101-1/+2
* SERVER-13635: allow kv engines to get index size and repairEliot Horowitz2014-10-311-2/+14
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+4
* SERVER-13635: kv engine can pass through flushAllFilesEliot Horowitz2014-10-291-2/+1
* SERVER-13635 Fix KVStorageEngine::dropDatabaseMathias Stearn2014-10-271-0/+9
* SERVER-13635 KVStorageEngine metadata rollbackMathias Stearn2014-10-271-1/+26
* SERVER-13635 Have KVCatalog do locking if the storageEngine doesn't support d...Mathias Stearn2014-10-271-1/+1
* SERVER-13635 Allow KVEngines to opt out of doc-lockingMathias Stearn2014-10-271-1/+3
* SERVER-13635: pass namespace to createRecordStore for kvEliot Horowitz2014-10-191-1/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+180