summaryrefslogtreecommitdiff
path: root/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2791 use write intent when setting initial bucketAaron2011-03-171-1/+1
* make warning about missing index entries for large keys nicer SERVER-2693Eliot Horowitz2011-03-071-1/+3
* add FileCreatedOp on first use of file, regardless of preexistence 180?Mathias Stearn2011-03-011-1/+1
* SERVER-2650 prevent too small extentsAaron2011-03-011-2/+6
* SERVER-2417 wait for file allocator to finish in _deleteDataFiles directorype...Aaron2011-01-311-0/+1
* fix 32-bit file sizeEliot Horowitz2011-01-201-1/+1
* make 32-bit files smaller so can fit more and for durability since we need mo...Eliot Horowitz2011-01-201-1/+1
* remove old _hudsonSmall hackEliot Horowitz2011-01-201-8/+1
* rename backgroundIndexBuildInProgress to indexBuildInProgressAaron2011-01-141-5/+5
* For blocking index builds, commit periodically and improve recoverabilityAaron2011-01-141-5/+26
* get rid of TempDisableDurability and replace with syncDataAndTruncateJournalMathias Stearn2011-01-121-3/+8
* do group commit inside of TempDisableDurabilityMathias Stearn2011-01-121-1/+0
* TempDisableDurability in repairMathias Stearn2011-01-101-0/+4
* dropDB uses TempDisableDurability rather than DropDbOpMathias Stearn2011-01-101-1/+4
* FileAllocator cleaningEliot Horowitz2011-01-091-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-166/+175
* probably should log it on this caseDwight2011-01-031-1/+1
* don't allow empty collection names SERVER-2314Eliot Horowitz2010-12-301-3/+14
* Add support for making NamespaceDetails::Extra writes durable and use this du...Aaron2010-12-281-2/+2
* SERVER-2294 fix nExtents test paramenter handling to satisfy existing unit testsAaron2010-12-271-27/+24
* SERVER-2294 capped truncate handle empty extentAaron2010-12-271-11/+28
* move some extent methods into Extent classEliot Horowitz2010-12-241-7/+7
* fix follow up extent sizing when an int overflow SERVER-2287Eliot Horowitz2010-12-241-3/+7
* better invalid ns messageEliot Horowitz2010-12-221-1/+1
* remove temp collection codeEliot Horowitz2010-12-171-5/+0
* initialize boolEliot Horowitz2010-12-141-2/+2
* dur drop database handlingdwight2010-12-121-1/+2
* can never change _id with a full object update SERVER-2206Eliot Horowitz2010-12-121-1/+3
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-35/+35
* dur remapdwight2010-11-271-3/+3
* clean obsoletedwight2010-11-251-1/+1
* dur optimizations to not journal too muchdwight2010-11-211-22/+28
* replace goingAway with inShutdown() SERVER-1876Eliot Horowitz2010-11-111-1/+1
* durDwight2010-11-051-9/+11
* move inl header inclusion to topDwight2010-11-041-1/+1
* move include to top of file from bottomDwight2010-11-041-1/+1
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-291-7/+7
* better loggingEliot Horowitz2010-10-241-1/+1
* readability of codeDwight2010-10-061-1/+1
* remove MMF:pointer to keep code simple - we are going to take a different app...Dwight2010-09-301-2/+2
* write intent work on updatesDwight2010-09-291-2/+2
* intent to writeDwight2010-09-291-14/+9
* write intentDwight2010-09-281-3/+12
* intentDwight2010-09-281-1/+2
* more intent to write declarationsDwight2010-09-281-3/+3
* durability more work on declaring intent to write in the codeDwight2010-09-281-10/+9
* Merge branch 'master' of github.com:mongodb/mongodwight2010-09-271-2/+9
|\
| * staring to work on versioning indexes so don't have to force re-index SERVER-...Eliot Horowitz2010-09-231-2/+9
* | towards durabilitydwight2010-09-271-43/+59
|/
* towards a new capped impl; NamespaceDetails readability; cleaningdwight2010-09-091-7/+12