summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-024-5/+5
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-024-4/+19
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-04-281-1/+2
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-04-282-8/+7
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-052-10/+35
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ...Eric Milkie2017-04-041-4/+0
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsr3.4.3-rc0Maria van Keulen2017-03-063-29/+28
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-061-1/+20
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-061-0/+9
* SERVER-28026 Ensure WiredTiger eviction threads are startedAlex Gorrod2017-03-061-1/+1
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2017-02-031-0/+12
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-12-051-3/+5
* SERVER-26646: Add structure that allows multiple WT extensions to be declared.Daniel Gottlieb2016-11-109-13/+162
* Revert "SERVER-26646: Add structure to build up wiredtiger extensions"Daniel Gottlieb2016-11-079-162/+13
* SERVER-26646: Add structure to build up wiredtiger extensionsDaniel Gottlieb2016-11-079-13/+162
* SERVER-26685 move ephemeral bypass for waitUntilDurable into SessionCacheMathias Stearn2016-11-072-5/+6
* SERVER-26674 Add missing header includessamantharitter2016-11-055-0/+10
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-0311-69/+253
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-264-8/+4
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-265-3/+87
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-0414-86/+111
* SERVER-25498 Fix cases of missing decimal continuations for KeyStringGeert Bosch2016-09-292-36/+128
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-09-221-0/+5
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-212-3/+7
* SERVER-25012 Use non blocking call for opening bulk cursor to WTSulabh Mahajan2016-09-201-2/+6
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-163-19/+31
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+1
* SERVER-22606 add warning for using wiredtiger with ext4Sam Rossi2016-09-091-0/+22
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-0918-71/+65
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-074-24/+36
* SERVER-25789 Reset WiredTiger sessions before caching.Michael Cahill2016-09-051-2/+5
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-022-3/+9
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-2513-35/+38
* 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