index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
dur.cpp
Age
Commit message (
Expand
)
Author
2011-09-04
turn off ageout code for now as implementation is unfinished
dwight
2011-08-19
SERVER-2506 wasnt looping quite enough on journal commit checks
dwight
2011-08-17
samePartition should default to false as it is safer
Mathias Stearn
2011-08-17
localized fix for SERVER-3623. Broader fix is SERVER-3632
Mathias Stearn
2011-08-10
SERVER-2506 journal faster if a j:1 pending
dwight
2011-08-10
dbtests was broken on windows debug build after _rotate call change
dwight
2011-08-09
Don't do commitIfNeeded when not writeLocked SERVER-3553
Mathias Stearn
2011-08-08
SERVER-2506 configurable journal batch commit time
dwight
2011-08-02
journal compression
dwight
2011-08-02
journal compression
dwight
2011-08-02
journal compression. the write half of the work.
dwight
2011-08-01
Rotation is now an internal detail of the jouurnal code called automatically ...
Mathias Stearn
2011-08-01
journalRotate inside groupCommit not durThread SERVER-3412
Mathias Stearn
2011-08-01
comment
dwight
2011-07-22
fix 1.9.0 assertion curlogfile==0, dropdb_race.js manifests (rarely)
dwight
2011-07-09
comments
dwight
2011-06-21
temp stop age out of journal files for backups. backport?
Dwight
2011-04-29
fix a race bug with mmmutex and dur in particular with closealldatabases
Dwight
2011-04-18
trap segfaults and such and try to log them on windows
dwight
2011-04-15
fix race condition with experimental setparameter for commitfrequency more wo...
Dwight
2011-04-08
configurable commit batch time but this is still experimental
Dwight
2011-04-06
validate during commit
Dwight
2011-04-05
compact faster
Dwight
2011-04-04
replace "dur" with "journal" in log messages
Mathias Stearn
2011-03-25
towards some actual performance tests
Dwight
2011-03-20
make perftests stats output a little more easy to read
dwight
2011-03-20
attempt to fix setNoJournal. it could have been racing with WRITETODATAFILES?
dwight
2011-03-20
Revert "Temp make setNoJournal use journal to try to fix buildbot (or at leas...
dwight
2011-03-19
line endings
Mathias Stearn
2011-03-18
Temp make setNoJournal use journal to try to fix buildbot (or at least isolat...
Mathias Stearn
2011-03-18
fix compile
Mathias Stearn
2011-03-18
with this change it is much more likely that a dur write intent issue will be...
Dwight
2011-03-18
improve paranoid debug output
dwight
2011-03-15
fix attempt for getlasterror fsync true in 1.9
dwight
2011-03-11
dur move journal write outside of read lock
dwight
2011-03-07
comment
Dwight
2011-03-07
dur typo in constant 180
Dwight
2011-03-07
dur commitIfNeeded returns if it commited
Eliot Horowitz
2011-03-02
the same check is done in the lock so if we remove this we eliminate the race...
Dwight
2011-02-24
faster: groupCommit already catches exceptions
dwight
2011-02-23
csv output for dbtests perf for easy spreadsheetization
dwight
2011-02-15
SERVER-2500 private map was using too much memory on windows
dwight
2011-02-11
Releasing write lock is implicit commitIfNeeded
Mathias Stearn
2011-02-04
preallocate journal files. some file systems are quite slow otherwise.
dwight
2011-02-04
report earlycommits in serverStatus, as this could be very important to see i...
dwight
2011-02-02
dur stats are supposed to reset every 3 seconds, not be cumulative
dwight
2011-01-28
comments
dwight
2011-01-26
mispelling
dwight
2011-01-25
Fix asserts. MongoMMF::open is outside mmmutex so files could be partially op...
Mathias Stearn
2011-01-25
dur debugging
Eliot Horowitz
[next]