summaryrefslogtreecommitdiff
path: root/src/mongo/db/structure
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-2/+2
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-012-5/+7
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-013-12/+15
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-013-12/+17
* SERVER-13638: document touchEliot Horowitz2014-05-011-0/+5
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-013-0/+56
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-293-176/+1
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-292-5/+2
* SERVER-13641: add methods to transaction to check if an op is killedEliot Horowitz2014-04-294-9/+10
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-292-9/+13
* SERVER-13641 move dur above index layerHari Khalsa2014-04-295-41/+57
* SERVER-13643 clarify some dur logicHari Khalsa2014-04-292-4/+5
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-293-7/+6
* SERVER-13643 Stop using getDur() in RecordStoreMathias Stearn2014-04-2910-205/+282
* SERVER-13680: bring some user flags under Collection for nowEliot Horowitz2014-04-282-33/+0
* SERVER-13643 remove getDur from btreeHari Khalsa2014-04-283-211/+264
* SERVER-13717 remove transitional namespace from btree stuffHari Khalsa2014-04-285-10/+0
* Kill ExtentManager::get(Next|Prev)Record(InExtent)? and preallocateAFileMathias Stearn2014-04-281-2/+2
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-286-50/+32
* SERVER-13717 fix btree dup key error msgHari Khalsa2014-04-284-10/+34
* SERVER-13084 port comments from btree.cpp to btree_logic.cppHari Khalsa2014-04-281-1/+191
* SERVER-13037 Fix misspelling ("compatability" to "compatibility")Sean Wilkinson2014-04-251-1/+1
* SERVER-13629 Remove old btree code and DiskLoc::btree/btreemodMathias Stearn2014-04-252-3087/+0
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-257-289/+294
* SERVER-13630 OplogStart and ParallelCollectionScan no longer rely on storage ...Mathias Stearn2014-04-237-1/+124
* SERVER-13631 Bring mongodump --repair implementation under RecordStoreKaloian Manassiev2014-04-236-2/+300
* SERVER-13638: add copyright noticeEliot Horowitz2014-04-221-0/+30
* SERVER-13638: add hidden interface for NamespaceDetails in RecordStoreV1Eliot Horowitz2014-04-2110-18/+194
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-2110-11/+11
* SERVER-13638: NamespaceDetails now only modified via methods from RecordStoreEliot Horowitz2014-04-215-46/+68
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-2110-11/+11
* SERVER-13638: moving some NamespaceDetails magic writing to explicitEliot Horowitz2014-04-215-19/+24
* SERVER-13638: RecordStore uses smaller ExtentManager apiEliot Horowitz2014-04-186-15/+93
* SERVER-13638: record stores don't call DiskLoc::writingEliot Horowitz2014-04-183-28/+28
* SERVER-13638: remove friend access to NamespaceDetails from record store implsEliot Horowitz2014-04-184-65/+61
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-184-37/+667
* SERVER-13635: move more methods out of NamespaceDetailsEliot Horowitz2014-04-189-127/+159
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+2
* SERVER-12084 fix comment in RecordStoreV1Base::validateMathias Stearn2014-04-161-1/+2
* SERVER-13084: move validate down a levelEliot Horowitz2014-04-145-0/+355
* SERVER-13084: move compact details down into RecordStore layerEliot Horowitz2014-04-146-203/+301
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-132-10/+16
* SERVER-13084: remove some DiskLoc::ref referencesEliot Horowitz2014-04-115-16/+33
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-1011-185/+290
* SERVER-13084: remove some magic DiskLoc callsEliot Horowitz2014-04-102-4/+4
* SERVER-13084: class IndexDetails -> structEliot Horowitz2014-04-101-2/+0
* SERVER-13084: remove DiskLoc::drecEliot Horowitz2014-04-107-39/+63