summaryrefslogtreecommitdiff
path: root/db/dur_journal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Open a journal file on startup 180r1.8.0-rc2Mathias Stearn2011-03-091-0/+1
* Don't rotate and open a journal file if one isn't already opened SERVER-2655 180Mathias Stearn2011-03-091-1/+1
* dur try to fix fileId bugDwight2011-02-071-2/+4
* make preallocateIfFaster() less noisy. dont want to get unlucky and false ind...Dwight2011-02-071-2/+5
* dur once prealloc is used keep using itdwight2011-02-061-11/+12
* only preallocate journal files if it helpsdwight2011-02-051-11/+50
* nicer latency test admin commanddwight2011-02-051-10/+16
* use odirect (LogFile class) to prealloc, no reason not to, code shorter toodwight2011-02-051-23/+17
* more syncingdwight2011-02-041-4/+8
* add fsyncdwight2011-02-041-0/+3
* dos2unixdwight2011-02-041-51/+51
* use fadvise for preallocdwight2011-02-041-0/+5
* error numbersdwight2011-02-041-2/+2
* preallocate journal files. some file systems are quite slow otherwise.dwight2011-02-041-8/+109
* LSN file now uses regular File I/O rather than mmapMathias Stearn2011-01-181-9/+14
* dont assert on an lsnfile open error. give a better message toodwight2011-01-151-3/+7
* updateLSNFile with _curLogFileMutex heldMathias Stearn2011-01-141-5/+2
* Remove extra debug infoMathias Stearn2011-01-141-11/+0
* Don't let durThread allocate new journal during shutdownMathias Stearn2011-01-141-0/+4
* more debugging infoMathias Stearn2011-01-141-1/+3
* debugging info for failing tests on bbMathias Stearn2011-01-131-0/+10
* fix deadlocksMathias Stearn2011-01-101-2/+3
* Get rid of tryToCloseCurFileMathias Stearn2011-01-101-12/+4
* rename functionMathias Stearn2011-01-101-1/+1
* Comment correctionMathias Stearn2011-01-101-1/+1
* SERVER-2320 finish lsn some code was missingdwight2011-01-091-1/+6
* remove _TESTINTENTdwight2011-01-081-2/+0
* adding some self testing for concurrency. fledgling and will likelyDwight2011-01-061-1/+5
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-54/+53
* tweak testdwight2011-01-021-1/+1
* old journal files were not aging outdwight2010-12-301-0/+1
* Stop ignoring failuresMathias Stearn2010-12-291-0/+6
* get rid of unlinkThreadMathias Stearn2010-12-291-27/+2
* CommentMathias Stearn2010-12-281-1/+1
* unused variabledwight2010-12-271-1/+0
* eliminate the lsn threaddwight2010-12-271-34/+26
* less chattydwight2010-12-271-1/+1
* commentdwight2010-12-271-1/+1
* lsnthread shutdown trying to fix stilldwight2010-12-271-0/+1
* clean lsnThread shutdowndwight2010-12-271-1/+10
* dur statsdwight2010-12-271-1/+1
* clearer loggingdwight2010-12-241-1/+8
* fix size of lsnfile didnt change on the last revisiondwight2010-12-241-1/+2
* fix ver#Dwight2010-12-231-1/+1
* in nondebug build dont use lsn during recovery yet to be more conservative. w...Dwight2010-12-231-1/+8
* more of an lsn fileDwight2010-12-231-10/+25
* clarify error messagesdwight2010-12-221-1/+8
* Disable writting to LSN for now since it doesn't work on linuxMathias Stearn2010-12-211-0/+3
* dur sequence numbers to speed recoverydwight2010-12-201-2/+51
* dur journal file format change in prep for addtl workdwight2010-12-201-1/+1