summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+7
* SERVER-22245 implement storage engine API changes for readOnly modeAdam Midvidy2016-01-201-0/+11
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-251-0/+35
* Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"David Hows2015-09-141-35/+0
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-141-0/+35
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-143/+146
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-2/+1
* SERVER-17639: Document behavior on errors during StorageEngine shutdownGeert Bosch2015-05-081-0/+1
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-2/+17
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-16567 check startup options against creation settings in data director...Benety Goh2015-01-091-1/+18
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-051-1/+3
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-1/+1
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-4/+10
* 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/+6
* 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/+7
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-211-0/+8
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+5
* SERVER-13635 Add StorageEngine::isMmapV1()Mathias Stearn2014-10-271-0/+6
* SERVER-14412 Beginnings of a collection-level locking API for non-MMAP V1 eng...Kaloian Manassiev2014-09-171-0/+9
* SERVER-14413 Make dur::startup not recursively depend on globalStorageEngineMathias Stearn2014-08-281-0/+7
* SERVER-14413 move globalStorageEngine inside of global envHari Khalsa2014-08-261-41/+40
* SERVER-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-121-0/+1
* SERVER-13635: move dropDatabase real work to StorageEngineEliot Horowitz2014-08-051-0/+5
* SERVER-13635: change ownership of DatabaseCatalogEntry, now StorageEngine ownsEliot Horowitz2014-08-051-1/+7
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-11/+32
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-2/+20
* SERVER-14352: clean up static init so no longer need DEFINEEliot Horowitz2014-06-261-0/+9
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-0/+3
* SERVER-13635: DatabaseHolder goes through StorageEngine to create DatabasesEliot Horowitz2014-06-191-0/+7
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-0/+11
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-0/+50