summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16906 storage engines without directoryperdb support should fail to st...Benety Goh2015-01-161-0/+7
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-0/+2
* 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
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-6/+8
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-101-2/+15
* SERVER-13635: allow kv engines to get index size and repairEliot Horowitz2014-10-311-0/+7
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+2
* SERVER-13635: kv engine can pass through flushAllFilesEliot Horowitz2014-10-291-0/+3
* SERVER-13635: kv engine allows implementations to block renamesEliot Horowitz2014-10-291-0/+8
* SERVER-13635 KVStorageEngine metadata rollbackMathias Stearn2014-10-271-14/+16
* SERVER-13635 Allow KVEngines to opt out of doc-lockingMathias Stearn2014-10-271-0/+5
* SERVER-13635: pass namespace to createRecordStore for kvEliot Horowitz2014-10-191-0/+1
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+89