summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-13/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-16/+2
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-2/+16
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-0/+17
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+1
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-5/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-8/+54
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-2/+3
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-0/+308