summaryrefslogtreecommitdiff
path: root/db/dur_journal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix journal compression ratio reporting SERVER-5135Mathias Stearn2012-03-041-1/+1
* turn off ageout code for now as implementation is unfinisheddwight2011-09-041-2/+2
* Use LSN file outside of DEBUG modeMathias Stearn2011-08-101-6/+0
* dbtests was broken on windows debug build after _rotate call changedwight2011-08-101-4/+1
* add hidden --nopreallocj option to turn off journal preallocationgregs2011-08-031-3/+3
* journal compressiondwight2011-08-021-28/+37
* journal compressiondwight2011-08-021-13/+48
* journal compression. the write half of the work.dwight2011-08-021-5/+19
* Rotation is now an internal detail of the jouurnal code called automatically ...Mathias Stearn2011-08-011-11/+3
* Truncate journal files to 1GB before recycling for prealloc SERVER-3412Mathias Stearn2011-08-011-0/+1
* journalRotate inside groupCommit not durThread SERVER-3412Mathias Stearn2011-08-011-3/+0
* Truncate log files to end of current commit on rotate SERVER-3412Mathias Stearn2011-08-011-0/+1
* don't use direct io for cleaning journal filesEliot Horowitz2011-07-251-1/+2
* crlfdwight2011-07-011-3/+3
* make journal files smaller on OS X as that is probably a developer box not a ...dwight2011-06-271-0/+4
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-1/+1
* net cleaning: starting to split up message.hEliot Horowitz2011-06-261-1/+1
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* temp stop age out of journal files for backups. backport?Dwight2011-06-211-0/+12
* clean up nonce implementationdwight2011-06-051-3/+3
* commentdwight2011-05-051-0/+2
* fix journal recovery for case when lsn file is zero bytes longDwight2011-04-281-0/+5
* better error messageEliot Horowitz2011-04-251-1/+1
* use smaller journal files with --smallfiles optiondwight2011-04-181-4/+13
* less chattyDwight2011-04-181-1/+1
* replace "dur" with "journal" in log messagesMathias Stearn2011-04-041-1/+1
* dur prealloc - this should be better/saferDwight2011-03-181-5/+12
* prealloc files contentDwight2011-03-181-1/+4
* bump journal prealloc block size to 1MB and don't use direct IO for >5X speedupMathias Stearn2011-03-181-3/+4
* ensure preallocated journal is zeroed out 181?Mathias Stearn2011-03-181-0/+1
* ProgressMeter for journal prealloc 181?Mathias Stearn2011-03-161-0/+3
* flush directories where needed SERVER-2763Mathias Stearn2011-03-151-0/+3
* use File for pre-allocating journal since its much fasterEliot Horowitz2011-03-101-6/+15
* Open a journal file on startup 180Mathias 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
* more conservative preallocateIsFaster checkDwight2011-03-071-1/+7
* clarify confusing log linedwight2011-03-011-2/+4
* preallocateIsFaster check can be slow. change order to avoid when possible. a...Dwight2011-03-011-4/+8
* change to a faster checksum (old was md5). new is less discriminating but fast.dwight2011-02-241-14/+12
* header to cpps from hdwight2011-02-231-0/+1
* move some code from h to cpp file - our convention is longer methods generall...dwight2011-02-231-0/+23
* 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