summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur.cpp
Commit message (Expand)AuthorAgeFilesLines
* normalize #includes in many filesEric Milkie2013-04-181-14/+14
* remove all references to unimplemented _ageOutEliot Horowitz2012-12-211-5/+0
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+1
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-0/+16
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* whitespace: tabs and indentationTad Marshall2012-10-241-4/+4
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-1/+1
* SERVER-6948 Make it safe to call commitIfNeeded() from a read lockMathias Stearn2012-09-071-27/+36
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* SERVER-4243 prevent write lock in network rs thread from blocking readers dur...Eric Milkie2012-06-071-3/+1
* commentDwight2012-05-221-0/+4
* SERVER-4243 allow reading on secondaries with fsyncLock mode is enabled. prev...Dwight2012-05-221-0/+3
* include what you useEric Milkie2012-05-181-0/+1
* Release groupCommitMutex before remapping private view.Andy Schwerin2012-05-101-23/+26
* Include what you use fixes.Andy Schwerin2012-05-101-0/+3
* Fix remap private view memory leak and formalize w->X ugprade process.Andy Schwerin2012-05-091-29/+11
* durThread should try to commit sooner if data is piling up. hopefully then a ...Dwight2012-05-081-3/+2
* a little code cleaning before making a real change to comeDwight2012-05-081-16/+23
* tab minorDwight2012-05-081-1/+1
* SERVER-5680 fix Windows accvios due to incorrect recursive locking of MongoFilesEric Milkie2012-04-301-0/+9
* SERVER-4392 remapprivateview() more oftenDwight2012-04-241-15/+17
* give var a real nameDwight2012-04-241-2/+2
* remove more of dbMutexEliot Horowitz2012-04-231-1/+1
* more removal of dbMutexEliot Horowitz2012-04-231-2/+2
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-7/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-13/+13
* make buildscripts pay attention to fassert and assign error codesEliot Horowitz2012-03-231-2/+2
* SERVER-4328 support nested locking of admin database. we need this for auth. ...Dwight2012-03-211-1/+1
* SERVER-4328 we will not allow runexclusively on nested db locks as that would...Dwight2012-03-211-2/+17
* SERVER-4328 cleaning of d_concurrency for readability. removed the 't' state ...Dwight2012-03-181-12/+5
* closingfilenotification was failing when in a db-specific lock. it calls comm...Dwight2012-03-151-4/+7
* no one uses setNoJournal anymore so get rid of SERVER-5183Eliot Horowitz2012-03-141-34/+0
* SERVER-4328 better assertdwight2012-03-061-3/+22
* SERVER-4328 commitIfNeeded new handling when in a w lock which is trickydwight2012-03-061-7/+27
* SERVER-4328 releasingwritelock call palcement wasnt quite rightdwight2012-03-031-1/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-011-5/+4
|\
| * Continue holding lock while finding error location SERVER-5101Mathias Stearn2012-03-011-5/+4
* | SERVER-4328 updates for replication for db level concurrencyDwight2012-03-011-1/+1
* | SERVER-4328 we upgrade the qlock from R to W during commits so we can REMAPPR...Dwight2012-02-291-2/+6
* | SERVER-4328 change how commitIfNeeded called. call before lock acquisition ra...dwight2012-02-261-26/+29
* | SERVER-4328 more concurrency work. a lot of cleaning and slight refactoring t...Dwight2012-02-161-17/+14
* | SERVER-4328 write intentdwight2012-02-151-8/+16
* | SERVER-4328 prep for how we hook unlock of w locks and durability more to doDwight2012-02-141-0/+4
* | fairly substantial simplification of the write intent journaling code. probab...dwight2012-02-131-5/+2
* | SERVER-4328 make note DurOp multi writer threadsafe; while we are at it we ge...dwight2012-02-131-6/+3
* | SERVER-4328 make the alignedbuilder object a sort of local variable since it ...dwight2012-02-101-12/+19
* | SERVER-4519 disable greedy while we are doing journaling work and locked. thi...dwight2012-02-091-3/+5
* | SERVER-4328 goodbye MongoMutex [almost]Dwight2012-02-081-1/+1
* | SERVER-4328 remapprivateviewrequested will not be very effective with the new...dwight2012-02-061-31/+35
* | mergedwight2012-02-041-2/+2