summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_lock_file_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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