summaryrefslogtreecommitdiff
path: root/db/dur.cpp
Commit message (Expand)AuthorAgeFilesLines
* turn off ageout code for now as implementation is unfinisheddwight2011-09-041-3/+3
* SERVER-2506 wasnt looping quite enough on journal commit checksdwight2011-08-191-1/+2
* samePartition should default to false as it is saferMathias Stearn2011-08-171-1/+1
* localized fix for SERVER-3623. Broader fix is SERVER-3632Mathias Stearn2011-08-171-2/+6
* SERVER-2506 journal faster if a j:1 pendingdwight2011-08-101-10/+15
* dbtests was broken on windows debug build after _rotate call changedwight2011-08-101-4/+0
* Don't do commitIfNeeded when not writeLocked SERVER-3553Mathias Stearn2011-08-091-0/+3
* SERVER-2506 configurable journal batch commit timedwight2011-08-081-3/+18
* journal compressiondwight2011-08-021-20/+14
* journal compressiondwight2011-08-021-3/+1
* journal compression. the write half of the work.dwight2011-08-021-0/+1
* Rotation is now an internal detail of the jouurnal code called automatically ...Mathias Stearn2011-08-011-4/+0
* journalRotate inside groupCommit not durThread SERVER-3412Mathias Stearn2011-08-011-19/+12
* commentdwight2011-08-011-0/+1
* fix 1.9.0 assertion curlogfile==0, dropdb_race.js manifests (rarely)dwight2011-07-221-0/+8
* commentsdwight2011-07-091-2/+18
* temp stop age out of journal files for backups. backport?Dwight2011-06-211-3/+10
* fix a race bug with mmmutex and dur in particular with closealldatabasesDwight2011-04-291-1/+1
* trap segfaults and such and try to log them on windowsdwight2011-04-181-9/+9
* fix race condition with experimental setparameter for commitfrequency more wo...Dwight2011-04-151-1/+1
* configurable commit batch time but this is still experimentalDwight2011-04-081-6/+6
* validate during commitDwight2011-04-061-0/+1
* compact fasterDwight2011-04-051-0/+4
* replace "dur" with "journal" in log messagesMathias Stearn2011-04-041-4/+4
* towards some actual performance testsDwight2011-03-251-2/+2
* make perftests stats output a little more easy to readdwight2011-03-201-1/+2
* attempt to fix setNoJournal. it could have been racing with WRITETODATAFILES?dwight2011-03-201-2/+10
* Revert "Temp make setNoJournal use journal to try to fix buildbot (or at leas...dwight2011-03-201-4/+0
* line endingsMathias Stearn2011-03-191-76/+76
* Temp make setNoJournal use journal to try to fix buildbot (or at least isolat...Mathias Stearn2011-03-181-0/+4
* fix compileMathias Stearn2011-03-181-1/+1
* with this change it is much more likely that a dur write intent issue will be...Dwight2011-03-181-2/+17
* improve paranoid debug outputdwight2011-03-181-2/+4
* fix attempt for getlasterror fsync true in 1.9dwight2011-03-151-3/+3
* dur move journal write outside of read lockdwight2011-03-111-3/+82
* commentDwight2011-03-071-0/+3
* dur typo in constant 180Dwight2011-03-071-1/+1
* dur commitIfNeeded returns if it commitedEliot Horowitz2011-03-071-1/+3
* the same check is done in the lock so if we remove this we eliminate the race...Dwight2011-03-021-5/+0
* faster: groupCommit already catches exceptionsdwight2011-02-241-16/+9
* csv output for dbtests perf for easy spreadsheetizationdwight2011-02-231-0/+20
* SERVER-2500 private map was using too much memory on windowsdwight2011-02-151-0/+3
* Releasing write lock is implicit commitIfNeededMathias Stearn2011-02-111-0/+3
* preallocate journal files. some file systems are quite slow otherwise.dwight2011-02-041-0/+4
* report earlycommits in serverStatus, as this could be very important to see i...dwight2011-02-041-2/+8
* dur stats are supposed to reset every 3 seconds, not be cumulativedwight2011-02-021-0/+1
* commentsdwight2011-01-281-7/+11
* mispellingdwight2011-01-261-1/+1
* Fix asserts. MongoMMF::open is outside mmmutex so files could be partially op...Mathias Stearn2011-01-251-4/+1
* dur debuggingEliot Horowitz2011-01-251-2/+2