summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6405: move RecordStore to storageEliot Horowitz2013-09-092-0/+167
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-0616-0/+192
* SERVER-6405: convert FlatIterator to new Collection modelEliot Horowitz2013-08-162-20/+30
* SERVER-6405 SERVER-10423: fix Extent allocation at max size to not waste spaceEliot Horowitz2013-08-042-9/+24
* SERVER-6405: move Extent:: sizing methods into extent.cppEliot Horowitz2013-08-041-0/+31
* SERVER-6405: ExtentManager has to make sure to use correct max extent sizeEliot Horowitz2013-08-032-3/+8
* SERVER-6405: fix Extent::maxSize, take into consideration data file headerEliot Horowitz2013-08-031-5/+1
* SERVER-6405: enforce quota before creating a new fileEliot Horowitz2013-08-021-2/+17
* SERVER-6405: add ExtentManager::get(Next|Prev)ExtentEliot Horowitz2013-08-012-0/+15
* SERVER-6405: move db/record* to db/storage/record.*Eliot Horowitz2013-08-012-0/+632
* SERVER-6405: fix some spacingEliot Horowitz2013-08-011-3/+3
* SERVER-6405: re-arranging DataFile, Database and ExtentManager to encapsulate...Eliot Horowitz2013-08-014-43/+100
* SERVER-6405: add ExtentManager::getExtentEliot Horowitz2013-08-013-2/+24
* SERVER-6405: make ExtentManager not use global directoryperdbEliot Horowitz2013-08-012-7/+9
* make some asserts DEV and use log() instead of out()Eliot Horowitz2013-07-291-6/+6
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+3
* SERVER-6405 SERVER-10256 - unify extent quantization code to avoid loopingEliot Horowitz2013-07-193-8/+24
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-189-1/+1342
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+1
* Namespace: include what you useEliot Horowitz2013-07-082-3/+7
* add a test for Namespace::extraNameEliot Horowitz2013-07-082-3/+61
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-084-1/+157
* fixing members of NamespaceIndexEliot Horowitz2013-07-072-32/+32
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-072-0/+244