summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/data_file.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-232/+0
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-1/+1
* SERVER-13951 First phase of rollback implementationKaloian Manassiev2014-06-051-2/+6
* Revert "SERVER-13951 First phase of rollback implementation"Mark Benvenuto2014-06-041-6/+2
* SERVER-13951 First phase of rollback implementationMathias Stearn2014-06-041-2/+6
* SERVER-14113 logging cleanup - removed MONGO_DLOGBenety Goh2014-06-031-1/+0
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-1/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-6/+6
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-6/+6
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-14/+18
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-3/+3
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13638: record stores don't call DiskLoc::writingEliot Horowitz2014-04-181-1/+1
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-271-1/+1
* SERVER-12565: remove old extent freelist implementation and replace with new oneEliot Horowitz2014-02-101-0/+15
* SERVER-10017 Remove "run repair" recommendation from error messagesMatt Kangas2013-12-201-6/+6
* SERVER-6405: remove dead code and move things aroundEliot Horowitz2013-10-081-0/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-7/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: ExtentManager has to make sure to use correct max extent sizeEliot Horowitz2013-08-031-1/+1
* SERVER-6405: fix some spacingEliot Horowitz2013-08-011-3/+3
* SERVER-6405: re-arranging DataFile, Database and ExtentManager to encapsulate...Eliot Horowitz2013-08-011-27/+7
* SERVER-6405 SERVER-10256 - unify extent quantization code to avoid loopingEliot Horowitz2013-07-191-8/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-0/+223