summaryrefslogtreecommitdiff
path: root/db/dur.cpp
Commit message (Expand)AuthorAgeFilesLines
* dur typo in constant 180Dwight2011-03-071-1/+1
* dur commitIfNeeded returns if it commitedEliot Horowitz2011-03-071-1/+3
* faster: groupCommit already catches exceptionsdwight2011-03-071-16/+9
* 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
* fixes for new groupCommitMutexdwight2011-01-221-4/+8
* call shutdown at end of thread to be nicedwight2011-01-221-0/+1
* local statics arent thread safedwight2011-01-221-2/+2
* fix race conditiondwight2011-01-221-0/+7
* better error reporting on groupcommitdwight2011-01-221-0/+12
* commentdwight2011-01-191-0/+3
* Make sure awaitCommit never blocks foreverMathias Stearn2011-01-171-1/+3
* Don't let durThread allocate new journal during shutdownMathias Stearn2011-01-141-1/+1
* Get rid of durThreadMutexMathias Stearn2011-01-141-7/+1
* implement setNoJournaldwight2011-01-131-21/+17
* get rid of TempDisableDurability and replace with syncDataAndTruncateJournalMathias Stearn2011-01-121-18/+5
* do group commit inside of TempDisableDurabilityMathias Stearn2011-01-121-0/+2
* dur debug log display of commitIfNeeded missing invocationsdwight2011-01-121-0/+3
* dur assert if too much is written in one commit groupdwight2011-01-121-3/+1
* lastremap was not being setdwight2011-01-121-0/+1
* dont use too much memory in private views with durdwight2011-01-111-7/+16
* easier to read inline as command can be a single linedwight2011-01-101-7/+2
* Revert "dur try to fix a deadlock issue" (double fix)Mathias Stearn2011-01-101-3/+3
* dur try to fix a deadlock issuedwight2011-01-101-3/+3
* Fix deadlock with drainSome()Mathias Stearn2011-01-101-7/+0
* fix deadlocksMathias Stearn2011-01-101-2/+8
* dropDB uses TempDisableDurability rather than DropDbOpMathias Stearn2011-01-101-11/+0
* fix deadlock between durThreadMutex and dbMutexMathias Stearn2011-01-101-19/+25
* TempDisableDurability now does SyncAndTruncateMathias Stearn2011-01-101-0/+5
* remove _TESTINTENTdwight2011-01-081-12/+1
* adding some self testing for concurrency. fledgling and will likelyDwight2011-01-061-0/+4
* shorterDwight2011-01-061-54/+33
* old boost compileMathias Stearn2011-01-051-1/+1
* Stop durThread during TempDisableDurability.Mathias Stearn2011-01-051-43/+73
* Recovery uses mmaped files againMathias Stearn2011-01-041-4/+0
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-84/+84
* missing lock? durDwight2011-01-031-0/+1
* Revert "remove what appears to be dead code"Dwight2011-01-031-0/+5
* fix compile *nixEliot Horowitz2011-01-031-0/+1
* dur fix potential await issueDwight2011-01-031-1/+4
* small optimizationDwight2011-01-031-4/+1
* dur saferDwight2011-01-031-6/+15
* commentDwight2011-01-031-1/+4