summaryrefslogtreecommitdiff
path: root/src/mongo/util/file_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not zero-fill newly allocated files on WindowsKaloian Manassiev2014-01-291-0/+10
* Revert "On Windows platforms code was added to zero-fill each newly allocated...Kaloian Manassiev2014-01-271-10/+0
* On Windows platforms code was added to zero-fill each newly allocated data fi...Kaloian Manassiev2014-01-271-0/+10
* SERVER-11904 Preallocated files are sparse in FreeBSD/UFS.Davide Italiano2013-12-231-7/+17
* Initialize variable for correctness per pull/24Matt Kangas2013-12-191-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+1
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-191-3/+6
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* SERVER-5819: fix file allocator on win32Ben Becker2012-06-101-27/+42
* SERVER-5819: initialize PRNGBen Becker2012-06-081-6/+9
* SERVER-5819: implement FileAllocator on Windows to prevent FlushViewOfFiles f...Ben Becker2012-06-071-38/+22
* SERVER-5557: Higher performance timer on Linux.Andy Schwerin2012-04-231-2/+6
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SERVER-5348: fix wrong usage of BOOST_CHECK_EXCEPTION macro BOOST_CHECK_EXCEP...Pedro Larroy2012-03-231-2/+2
* Remove check for BtrFS SERVER-4885Mathias Stearn2012-02-091-4/+1
* Temp disable test for BtrFS SERVER-4652Mathias Stearn2012-02-061-1/+1
* Fix signed / unsigned comparison SERVER-4652Mathias Stearn2012-02-061-3/+3
* Use sparse files on freebsd, solaris, and when using NFS or BtrFS on linux SE...Mathias Stearn2012-02-061-0/+35
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-2/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+329