summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2115-143/+143
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-211-1/+19
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-2115-152/+145
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-211-1/+1
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-211-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2115-145/+152
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-204-7/+9
* SERVER-16221 Enable UBSAN build and unittestAndrew Morrow2016-04-191-36/+46
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-194-9/+7
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-184-7/+9
* SERVER-23624 Allow wiredTigerCacheSizeGB to be specified as a floatDan Pasette2016-04-154-6/+12
* SERVER-23658 Lower default wiredTigerCacheSizeGB to 50% of available memoryDan Pasette2016-04-151-2/+2
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-154-17/+26
* SERVER-23735 ephemeral KVEngines aren't durableKyle Suarez2016-04-152-3/+6
* SERVER-16221 SERVER-22706 Don't negate integral minima in KeyString testAndrew Morrow2016-04-151-4/+14
* SERVER-23590 fix lintKyle Suarez2016-04-141-2/+1
* SERVER-23590 don't propagate DupKeyValue errsKyle Suarez2016-04-142-3/+6
* SERVER-23604 allow validate() to be interruptedRobert Guo2016-04-131-1/+4
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-1/+1
* Revert "SERVER-23391 Lower WiredTiger cache size floor"Geert Bosch2016-04-092-10/+7
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-082-7/+10
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-2/+2
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-2/+2
* SERVER-22599 uassert on cache full errorGeert Bosch2016-04-041-0/+2
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-044-0/+14
* SERVER-23452 Enable -Werror on SolarisMark Benvenuto2016-04-021-3/+1
* SERVER-23418 Use globally unique snapshot IDsr3.3.4Geert Bosch2016-04-012-5/+11
* SERVER-22869 Guard against an already saved cursor in WT RandomCursorGeert Bosch2016-03-311-1/+3
* SERVER-15234 Better log message on reusing/deleting MMAPv1 journal filesGeert Bosch2016-03-311-1/+3
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-0/+3
* SERVER-23010: do not update durable OpTime, and update commited snapshot, if ...Scott Hernandez2016-03-271-1/+1
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+5
* SERVER-23276: Fix cpplint.pyMark Benvenuto2016-03-241-0/+29
* SERVER-23276: Disable MMapV1 on Big EndianMark Benvenuto2016-03-242-82/+85
* Merge pull request #1074 from dgottlieb/masterGeert Bosch2016-03-231-1/+1
|\
| * SERVER-23273 Allow MmapV1ExtentManager::recordNeedsFetch to be overridableDaniel Gottlieb2016-03-211-1/+1
* | SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-212-0/+6
|/
* SERVER-23130 rename readOnly flag to querableBackupMode and hide itAdam Midvidy2016-03-183-4/+4
* SERVER-23183 remove redundant NULL check in WiredTigerIndex::fullValidateRobert Guo2016-03-181-2/+1
* SERVER-22956 abstract ExtentManager constructionAdam Midvidy2016-03-1710-41/+114
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-146-31/+13
* SERVER-21681 Replace 'or' with operator || to fix Windows buildKaloian Manassiev2016-03-111-1/+1
* SERVER-21681: Use cursor statistics to derive index sizes for inMemoryGeert Bosch2016-03-111-1/+35
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-103-0/+21
* SERVER-22791 check if wt configString is invalid when creating a collectionRobert Guo2016-03-093-1/+20
* Initialize more variables to make gcc happyJason Carey2016-03-021-1/+6
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-025-42/+63
* SERVER-21414 serverStatus storageEngine.persistentKyle Suarez2016-02-294-1/+13