summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/file_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-13223 use sparse file allocation on ZFS on linuxMathias Stearn2015-09-251-2/+3
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* 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-318/+326
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-3/+3
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-9/+9
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-1/+1
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-0/+472