summaryrefslogtreecommitdiff
path: root/src/mongo/db/pagefault.cpp
Commit message (Expand)AuthorAgeFilesLines
* normalize #includes in many filesEric Milkie2013-04-181-6/+8
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+17
* SERVER-5999 option to turn of page fault exception in critical sectionsEliot Horowitz2012-06-071-0/+9
* change assert to warning() for now if recursively lockedEliot Horowitz2012-06-071-1/+3
* remove more of dbMutexEliot Horowitz2012-04-231-2/+2
* putting all PageFaultException lap logic in 1 place (Client::allowedToThrowPa...Eliot Horowitz2012-04-011-1/+1
* in Record::_accessing throw PageFaultException if allowedEliot Horowitz2012-03-301-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* log PageFault exceptionsEliot Horowitz2012-01-071-0/+1
* helper method Client::allowedToThrowPageFaultException and some PageFault* cl...Eliot Horowitz2012-01-061-8/+3
* some cleaning of the PageFaultException api to remove public membersEliot Horowitz2012-01-051-3/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+55