summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur_commitjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* normalize #includes in many filesEric Milkie2013-04-181-6/+8
* SERVER-8431: make large index updates much less impactfulEliot Horowitz2013-03-041-11/+45
* include what you useEric Milkie2012-05-181-0/+1
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-3/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SERVER-4328 compile gccdwight2012-03-131-0/+1
* SERVER-4328 compile warnings gccdwight2012-03-131-2/+5
* SERVER-4328 commitIfNeeded new handling when in a w lock which is trickydwight2012-03-061-3/+3
* SERVER-4328 releasingwritelock call palcement wasnt quite rightdwight2012-03-031-5/+1
* SERVER-4328 compile 32 bit'Dwight2012-02-281-3/+13
* SERVER-4328 more concurrency work. a lot of cleaning and slight refactoring t...Dwight2012-02-161-21/+36
* SERVER-4328 write intentdwight2012-02-151-13/+49
* fairly substantial simplification of the write intent journaling code. probab...dwight2012-02-131-57/+6
* SERVER-4328 asserts and make code more readabledwight2012-02-131-3/+3
* SERVER-4328 make note DurOp multi writer threadsafe; while we are at it we ge...dwight2012-02-131-5/+5
* SERVER-4328 make the alignedbuilder object a sort of local variable since it ...dwight2012-02-101-1/+1
* SERVER-4328 remapprivateviewrequested will not be very effective with the new...dwight2012-02-061-4/+0
* some cleaning of the PageFaultException api to remove public membersEliot Horowitz2012-01-051-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+240