summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_lock_file_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35068 Properly release file descriptor in destructor of ↵Andy Schwerin2018-05-301-16/+5
| | | | StorageEngineLockFile.
* 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
| | | | This reverts commit 2e975bcf036ed7ff2760a213827c0a02e0cded66.
* 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
| | | | This reverts commit 77191d85a8a42d28cd32ce37365defae23556069.
* SERVER-22352 lockFile changes for readOnlyAdam Midvidy2016-02-051-0/+6
| | | | | modify StorageEngineLockFile::open() to return a different status if it fails due to the dbpath having read-only permissions
* 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
| | | | | Also removes some dependencies on MMAP_v1 specific files that are not needed anymore, and moves the 'paths' library to db/storage.
* 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 ↵Benety Goh2015-01-051-0/+192
of mongod.lock in data directory.