summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_lock_file_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48148 Log cleanup in db/storageHenrik Edin2020-05-151-11/+8
* SERVER-46398 Expand the data directory not found message on startup to be mor...Gregory Wlodarek2020-04-271-2/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+20
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-22/+12
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-181-4/+2
* SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto2019-06-171-14/+7
* 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-39131 Refactor storage engine lock file supportMark Benvenuto2019-01-231-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35068 Properly release file descriptor in destructor of StorageEngineL...Andy Schwerin2018-05-301-16/+5
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-061-4/+12
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-031-1/+43
* Revert "SERVER-27886 Move paths.* into mmap_v1"Geert Bosch2017-03-011-43/+1
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-011-1/+43
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+15
* SERVER-23130 rename readOnly flag to querableBackupMode and hide itAdam Midvidy2016-03-181-1/+1
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-1/+1
* SERVER-22352 lockFile changes for readOnly modeAdam Midvidy2016-02-161-0/+6
* Revert "SERVER-22352 lockFile changes for readOnly"Kyle Suarez2016-02-051-6/+0
* SERVER-22352 lockFile changes for readOnlyAdam Midvidy2016-02-051-0/+6
* SERVER-21278 Remove execute permission bit from mongod.lockAndreas Nilsson2015-11-061-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-122/+125
* SERVER-18876 server should not start up if fsync fails on lock fileBenety Goh2015-06-081-2/+9
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-1/+1
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-4/+4
* SERVER-16760 fixed file descriptor check when opening lock fileBenety Goh2015-01-091-1/+1
* SERVER-16677 added platform-dependent class to management creation/locking of...Benety Goh2015-01-051-0/+192