summaryrefslogtreecommitdiff
path: root/src/mongo/db/structure/record_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13084: put all RecordStore subclasses in own filesEliot Horowitz2014-04-031-262/+0
* SERVER-13084: clean up ExtentManager layeringEliot Horowitz2014-04-031-8/+38
* remove Record::getNext and Record::getPrevEliot Horowitz2014-04-031-2/+2
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-4/+6
* SERVER-9335: madvise sequenetial for all capped collectionsEliot Horowitz2014-01-291-0/+10
* SERVER-9335: remove addRecordToRecListInExtent and allocateSpaceForANewRecord...Eliot Horowitz2014-01-291-2/+19
* SERVER-9335: don't call getCollection from NamesapceDetailsEliot Horowitz2014-01-291-6/+8
* SERVER-9335: some notion of interface is there nowEliot Horowitz2014-01-291-81/+117
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11595: move compact into Collection structure and do index bulk buildsEliot Horowitz2014-01-121-1/+3
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-5/+9
* SERVER-11611 SERVER-11543: push some record logic from Collection down into R...Eliot Horowitz2013-12-301-1/+49
* move RecordStore from storage to structure where its more appropriateEliot Horowitz2013-12-091-0/+153
* SERVER-6405: move RecordStore to storageEliot Horowitz2013-09-091-111/+0
* SERVER-6405: better encapsulation around RecordStoreEliot Horowitz2013-09-091-10/+11
* SERVER-6405: start moving delete code into collection structureEliot Horowitz2013-09-071-0/+110