summaryrefslogtreecommitdiff
path: root/src/mongo/db/pagefault.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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