summaryrefslogtreecommitdiff
path: root/src/mongo/db/structure/record_store_v1_capped.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-717/+0
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-33/+42
* SERVER-13989: clean up quota apiEliot Horowitz2014-07-011-1/+1
* SERVER-13635 extents are mmapv1 specific, move into mmapv1Hari Khalsa2014-06-271-2/+2
* SERVER-13635 keep mmapv1-specific record.h within mmapv1 implHari Khalsa2014-06-271-1/+1
* SERVER-13640 Capped structural unit testsMathias Stearn2014-05-161-6/+2
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-12/+12
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-16/+16
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-121-7/+1
* SERVER-13640: fix capped collections with records < 8 bytes, re-enable testEliot Horowitz2014-05-101-0/+2
* SERVER-13635: pull out MAdvise interface, prove capped collection can compile...Eliot Horowitz2014-05-091-4/+2
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-8/+15
* SERVER-13638: remove system flags from NamespaceDetailsEliot Horowitz2014-05-051-1/+0
* SERVER-13639: make Extent only have read methodsEliot Horowitz2014-05-051-6/+4
* SERVER-13638: remove NamespaceDetails from record store entirelyEliot Horowitz2014-05-051-1/+1
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-9/+11
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+2
* SERVER-13643 Stop using getDur() in RecordStoreMathias Stearn2014-04-291-75/+88
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-7/+7
* SERVER-13630 OplogStart and ParallelCollectionScan no longer rely on storage ...Mathias Stearn2014-04-231-0/+52
* SERVER-13638: add hidden interface for NamespaceDetails in RecordStoreV1Eliot Horowitz2014-04-211-4/+2
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13638: NamespaceDetails now only modified via methods from RecordStoreEliot Horowitz2014-04-211-19/+34
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13638: moving some NamespaceDetails magic writing to explicitEliot Horowitz2014-04-211-14/+12
* SERVER-13638: RecordStore uses smaller ExtentManager apiEliot Horowitz2014-04-181-5/+1
* SERVER-13638: record stores don't call DiskLoc::writingEliot Horowitz2014-04-181-23/+23
* SERVER-13638: remove friend access to NamespaceDetails from record store implsEliot Horowitz2014-04-181-56/+51
* SERVER-13635: move more methods out of NamespaceDetailsEliot Horowitz2014-04-181-1/+54
* SERVER-13084: move compact details down into RecordStore layerEliot Horowitz2014-04-141-0/+6
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-10/+15
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-0/+6
* SERVER-13084: remove DiskLoc::drecEliot Horowitz2014-04-101-28/+32
* SERVER-13084: remove all main capped methods into record storeEliot Horowitz2014-04-101-21/+358
* SERVER-13084: move capped core methods into record storeEliot Horowitz2014-04-101-6/+123
* SERVER-13084: hide cappedTruncateAfter inside CollectionEliot Horowitz2014-04-101-0/+4
* SERVER-13084: remove NamespaceDetails::emptyCappedCollection and replace with...Eliot Horowitz2014-04-031-0/+40
* SERVER-13084: put all RecordStore subclasses in own filesEliot Horowitz2014-04-031-0/+73