summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+0
* SERVER-14198: Fix memory allocation reuseMark Benvenuto2014-06-091-5/+14
* SERVER-13729: Fix Data File Growth on WindowsMark Benvenuto2014-06-051-8/+17
* SERVER-13681: Remove lock that was an incorrect workaround for Azure Drive wr...Mark Benvenuto2014-06-051-30/+44
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-10044: Add more diagnostic information on OOMMark Benvenuto2014-05-221-0/+12
* SERVER-13910: Warn the user when running a 32-bit build on Win64Mark Benvenuto2014-05-221-0/+15
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10516: Mitigate invalid address errors for MapViewOfFileExMark Benvenuto2014-05-081-35/+149
* Extend the error reporting during file mapping operations so it includes the ...Kaloian Manassiev2014-01-231-0/+2
* SERVER-12395 add unique id and check when msync failsEric Milkie2014-01-171-1/+1
* remove memconcept for now as its not being used universallyEliot Horowitz2014-01-141-5/+0
* SERVER-12257: improve mongod behavior on storage write errors during msyncEliot Horowitz2014-01-091-1/+3
* SERVER-7973: when fsyncing the data files to disk, do not hold any locksEliot Horowitz2013-11-221-4/+12
* SERVER-10101 fixed whitespace issuesEric Daniels2013-08-021-2/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-10/+11
* SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile from running at the ...Tad Marshall2012-10-231-0/+4
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+4
* SERVER-6603 remove remapLock and hook functions (Windows)Tad Marshall2012-08-011-14/+0
* SERVER-6311 do not crash if FlushFileBuffers failsEric Milkie2012-07-111-1/+0
* SERVER-6311 abort if FlushViewOfFile takes longer than 15 minutesEric Milkie2012-07-091-3/+5
* SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall2012-06-201-6/+15
* SERVER-5819: fix file allocator on win32Ben Becker2012-06-101-0/+2
* SERVER-2942 For x64, place memory-mapped files at higher addressesTad Marshall2012-06-071-12/+38
* startuptest for pagesize constantEric Milkie2012-06-011-2/+4
* global pageSize constantEric Milkie2012-06-011-0/+8
* SERVER-2942 Hook functions in the Windows Import Address TableTad Marshall2012-05-171-1/+1
* Fix issues in MemoryMappedFile::map (Windows)Tad Marshall2012-05-091-10/+18
* LockMongoFilesExclusive in remapViewOfFiles on Windows.Andy Schwerin2012-04-251-0/+2
* fix windows compileEliot Horowitz2012-04-231-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-04-231-4/+4
|\
| * Have errorcodes.py track fassert and fassertFailed.Andy Schwerin2012-04-231-4/+4
* | more removal of dbMutexEliot Horowitz2012-04-231-1/+1
|/
* SERVER-5287 Abort if Windows MapViewOfFile failsTad Marshall2012-04-131-36/+58
* SERVER-2942 Windows remapPrivateView() should unmap & remapTad Marshall2012-04-101-28/+29
* Move Windows mmap code from mongommf.cpp to mmap_win.cppTad Marshall2012-03-281-0/+102
* SERVER-1163 Fix race condition in FlushViewOfFile loopTad Marshall2012-03-271-1/+3
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-1163 Retry calls to FlushViewOfFile on error 33Tad Marshall2012-03-231-5/+30
* compile windowsDwight2012-03-161-2/+0
* compiler warning vstudiodwight2012-01-141-1/+1
* xdwight2012-01-031-3/+2
* better name is memconcept change itdwight2011-12-301-4/+4
* stub out some concurrency assertion frameworkingdwight2011-12-251-0/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+202