summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25628 make FileAllocator::get() thread-safejianghua.yjh2016-08-232-7/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+7
* SERVER-25715 in shutdown, delete WiredTigerSessions w/o closing the underlyin...Mathias Stearn2016-08-231-4/+7
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-1/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-39/+41
* SERVER-25385 Eliminate checks of this against nullptrAndrew Morrow2016-08-171-1/+0
* SERVER-25480 Remove unused MmapV1ExtentManager::printFreeListjianghua.yjh2016-08-152-15/+0
* SERVER-25500 Close cursors rather than sessions when a drop fails.Michael Cahill2016-08-114-15/+61
* SERVER-25232: Avoid table scans on startup with queryableBackupMode WTDaniel Gottlieb2016-08-041-11/+10
* SERVER-25394 Add keystring support for NumberDecimal inside subdocGeert Bosch2016-08-022-5/+5
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-1/+2
* SERVER-24989 MigrationManager unit-testing.Dianna Hohensee2016-07-191-6/+1
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-181-2/+8
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-6/+1
* SERVER-24808 Use const ref for MsgAssertionExceptionAndreas Nilsson2016-06-271-2/+4
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-3/+3
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-1/+2
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-162-2/+0
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-162-2/+0
* SERVER-23761 on MMAPv1, set data file version bit for collationDavid Storch2016-06-165-2/+51
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-156-21/+28
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-153-1/+22
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-1/+0
* SERVER-24477 Make NotifyAll an MMAPV1-only utilityKaloian Manassiev2016-06-096-16/+174
* SERVER-22747 Fixed coverity analysis bug can't be negativeKenneth Lee2016-06-061-1/+1
* SERVER-23906 Enable path-level multikey tracking for 2dsphere indexes.Max Hirschhorn2016-06-032-7/+16
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-034-5/+14
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-0333-595/+625
* SERVER-24301 fix typo in error messageRobert Guo2016-06-021-3/+3
* Reintroduce ExtentManager::Factory to the MMAPV1Engine constructorDaniel Gottlieb2016-06-012-1/+10
* SERVER-24194 - switch from the WiredTiger lock_wait flag to the checkpoint_wa...David Hows2016-06-011-4/+4
* SERVER-24095 Set feature bit for path-level multikey tracking.Max Hirschhorn2016-05-312-1/+10
* SERVER-24313 Acquire lock when RS backing KVCatalog isn't thread-safe.Max Hirschhorn2016-05-311-0/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2863-263/+367
* SERVER-24301 increase mmapv1 max journal size on debug buildsRobert Guo2016-05-271-3/+5
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-1/+1
* SERVER-23960 Add error message for index downgrade from 3.4 to 3.2Vincent Do2016-05-272-2/+9
* SERVER-24194 - Change the dropAllQueued loop to avoid duplicating work over m...David Hows2016-05-263-34/+34
* SERVER-24275 Use enableBSON1_1 parameter to control KeyString version.Max Hirschhorn2016-05-251-7/+3
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-1/+0
* SERVER-23116 Skip over the feature document when listing all the idents.Max Hirschhorn2016-05-241-0/+5
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-1/+4
* SERVER-23852 validate() should log errors to server logs instead of returning...Robert Guo2016-05-181-1/+13
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-0/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-1/+0
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-178-7/+16
* SERVER-23116 remove pessimizing movesEric Milkie2016-05-171-2/+2
* SERVER-23116 Add versioning scheme to the KVCatalog.Max Hirschhorn2016-05-176-3/+931
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-177-31/+179
* SERVER-24116 fix KeyString's parsing of strings with leading nullRobert Guo2016-05-162-1/+9