summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_storage_engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22601: Rework ephemeral support to allow customization at the KVEngine...Scott Hernandez2016-02-231-2/+1
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+3
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-021-1/+4
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-251-0/+7
* Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"David Hows2015-09-141-7/+0
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-141-0/+7
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-50/+56
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-1/+1
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-5/+4
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-1/+1
* 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
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-2/+2
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-1/+13
* SERVER-16205 initialize KV in the constructor, rather than in _finishInitEric Milkie2014-11-191-1/+0
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-101-0/+2
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+2
* SERVER-13635 KVStorageEngine metadata rollbackMathias Stearn2014-10-271-0/+2
* SERVER-13635 Allow KVEngines to opt out of doc-lockingMathias Stearn2014-10-271-1/+2
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+101