summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/mmap_windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-487/+0
|
* SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
|
* SERVER-28967 Remove whitelist marks & break cyclesADAM David Alan Martin2017-04-271-12/+12
| | | | | Some cycles were broken by fixing the initialization order dependency in `mmap_v1`.
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-18/+33
|
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-33/+18
| | | | This reverts commit 9c9bbf3318113cfdd4d9b72f493b6ebd23f1837e.
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-18/+33
|
* SERVER-23715: Make the failure to mmap a fatal errorDaniel Gottlieb2016-11-221-18/+19
|
* SERVER-22357 do not flush READONLY filesAdam Midvidy2016-02-231-14/+4
|
* SERVER-22357 mmapv1 support for read-only modeAdam Midvidy2016-02-231-55/+18
|
* SERVER-19805: MMap memory mapped file address allocation code cannot handleMark Benvenuto2015-08-101-2/+5
| | | | addresses non-aligned to OS allocation granularity
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-394/+368
|
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-4/+5
|
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-9/+9
|
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-0/+539
Also removes some dependencies on MMAP_v1 specific files that are not needed anymore, and moves the 'paths' library to db/storage.