summaryrefslogtreecommitdiff
path: root/util/file_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* FileAllocator::hasFailed methodEliot Horowitz2011-04-061-1/+3
* temp file compile fix and better if using different mount pointsEliot Horowitz2011-03-171-1/+1
* Make sure parent dir exists before creating a fileMathias Stearn2011-01-121-0/+3
* FileAllocator cleaningEliot Horowitz2011-01-091-4/+11
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-12/+12
* toward standardsEliot Horowitz2010-12-301-6/+7
* moving impl. of FileAllocator to .cppEliot Horowitz2010-12-301-223/+31
* durdwight2010-11-251-1/+1
* diskfull.js expects to see the messageAlberto Lerner2010-10-251-1/+4
* much cleaner error messages on out of disk space. we shouldnt print a stack ...dwight2010-10-241-11/+15
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-0/+2
* compiledwight2010-09-091-1/+1
* Don't put 256k array on stack. Caused overflow on OpenBSDMathias Stearn2010-07-201-2/+3
* More error verbosity in file_allocator.Richard Kreuter2010-07-151-1/+5
* Make MongoDB compile and work on OpenBSD (gcc4 archs, tested on OpenBSD-curre...Frank DENIS2010-06-221-1/+1
* cleaning db.vcxprojDwight Merriman2010-06-011-1/+1
* try to fix linuxDwight Merriman2010-05-261-1/+1
* don't define __linux__ on sunEliot Horowitz2010-04-271-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* tweaks for posix_fallocateEliot Horowitz2010-04-271-3/+11
* sunEliot Horowitz2010-04-271-1/+1
* windowsEliot Horowitz2010-04-271-1/+4
* use posix_fallocate on linux SERVER-1057Eliot Horowitz2010-04-271-26/+41
* missed one errnowithdescriptionDwight Merriman2010-04-241-2/+2
* get rid of macros in log.hDwight Merriman2010-04-241-3/+3
* SERVER-695 expose boost object to work better with older boost versionsAaron2010-03-151-3/+3
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-8/+8
* make allocation handle smaller os buffersEliot Horowitz2010-02-041-7/+8
* better errno reportingEliot Horowitz2010-02-041-2/+2
* SERVER-541 make file allocation start log more preciseAaron2010-01-251-1/+1
* SERVER-228 assert rather than exit when run out of disk spaceAaron2010-01-111-2/+14
* SERVER-255 lock on fsync for snapshottingunknown2010-01-021-3/+3
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-6/+6
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-211-0/+4
|\
| * commentDwight2009-12-181-0/+4
* | macro for errno so messages are consistent and have full debuggingEliot Horowitz2009-12-211-2/+2
|/
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-11/+12
* use posix_fadvise when we populate a new datafileDwight2009-09-211-4/+10
* minor commentsDwight2009-09-011-5/+8
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* long instead of int for file sizeEliot Horowitz2009-07-091-10/+10
* comments MINORAaron2009-05-281-1/+2
* file allocator compile windows MINORAaron2009-05-281-2/+12
* wait for file allocator to finish before removing filesAaron2009-05-271-2/+2
* support compilation under FreeBSD 7.xEliot Horowitz2009-05-271-0/+3
* check exception when cleaning up file on failed allocation MINORAaron2009-05-121-5/+8
* when exhaust disk space, delete file and exit immediatelyAaron2009-05-121-0/+7
* clean up locking in file allocator; unlike in doc example, lock may be held w...Aaron2009-05-121-37/+25
* hopefully compile winAaron2009-04-161-2/+2
* compile visual studio windowsDwight2009-04-161-1/+1