summaryrefslogtreecommitdiff
path: root/db/dur_preplogbuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* dur try to fix fileId bugDwight2011-02-071-0/+1
* preallocate journal files. some file systems are quite slow otherwise.dwight2011-02-041-0/+4
* SERVER-2320 finish lsn some code was missingdwight2011-01-091-1/+1
* just name changes to make things more explicit and clear hopefullyDwight2011-01-041-7/+9
* unusual to reach this code, so be explicit that it was reached for safetyDwight2011-01-041-0/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-14/+14
* Compiler warningMathias Stearn2010-12-301-1/+1
* dur statsdwight2010-12-271-1/+7
* dur speed researchdwight2010-12-261-1/+3
* safetyMathias Stearn2010-12-231-2/+13
* privatize permanent members of WriteIntentMathias Stearn2010-12-221-3/+3
* do insertWriteIntent outside of dbMutex, which yeilds a small throughput incr...Dwight2010-12-211-1/+9
* more on seq numsdwight2010-12-211-1/+2
* dur journal file format change in prep for addtl workdwight2010-12-201-6/+4
* replace WriteIntent vector with a set and merge overlapping/adjacent intentsMathias Stearn2010-12-201-2/+2
* Manually revert JObjAppendOp stuffMathias Stearn2010-12-201-48/+8
* remove comrpessedbuilderdwight2010-12-201-11/+9
* dur stub out a compressed builderdwight2010-12-191-9/+15
* cleaningdwight2010-12-191-10/+14
* in prep of a fixdwight2010-12-191-32/+36
* reorganize in preparation of a fixdwight2010-12-191-78/+85
* dur objappend temporarily off until fixed; objappend moved to its own data st...dwight2010-12-191-58/+61
* no newline at eofdwight2010-12-191-1/+1
* dur optimize writing to the oplog for durabilitydwight2010-12-191-0/+175