summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-284-7/+7
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-284-7/+7
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-274-7/+7
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-221-0/+2
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-216-14/+46
* SERVER-19083 Strip out WT internal metadata from creation string.Max Hirschhorn2015-07-201-1/+1
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-193-7/+7
* Change to std::string on files depending on s2Kevin Albertson2015-07-162-8/+8
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-1623-189/+211
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-134-5/+23
* SERVER-17335 Fix lint.Max Hirschhorn2015-07-132-5/+3
* SERVER-17335 Add validation for WT index and collection options.Max Hirschhorn2015-07-136-55/+97
* SERVER-19189: Rename CursorId -> TableIdMartin Bligh2015-07-0910-41/+38
* SERVER-16395: Remove shared_mutex and use atomics for protectionGeert Bosch2015-07-092-18/+48
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-0918-47/+66
* SERVER-18250 On transition from journal to no-journal, run WT recovery.Susan LoVerso2015-07-071-6/+27
* SERVER-19234 Move tracking of snapshots to ReplicationCoordinator from Extern...Mathias Stearn2015-07-071-1/+2
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-072-49/+14
* SERVER-18928 Remove remaining uses of platform/cstdintAndrew Morrow2015-07-061-1/+2
* SERVER-19189: WT session cache: use a single compareAndSwap rather than load ...Martin Bligh2015-07-061-2/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-19189: Checking epoch outside of the lock is racyMartin Bligh2015-07-061-3/+5
* SERVER-19189: dont check sessions is empty outside of the lockMartin Bligh2015-07-061-1/+1
* SERVER-19189: Use vector instead of list for WT session cacheMartin Bligh2015-07-021-1/+1
* SERVER-18912 WiredTigerRecordCursor::seekExact() should set _eof=false on su...Mathias Stearn2015-06-302-0/+56
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-302-5/+5
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-304-5/+6
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-2916-8/+440
* SERVER-17314 Stop using boost::shared_array in WiredTigerRS::insertRecordMathias Stearn2015-06-291-2/+1
* SERVER-18912 Document and implement correct capped visibility rulesMathias Stearn2015-06-2910-39/+316
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-292-2/+2
* SERVER-17386 WiredTiger session cache improvementsMichael Cahill2015-06-292-102/+110
* SERVER-19070: Revert accidental commitMartin Bligh2015-06-261-1/+3
* SERVER-19070: Fix various clang-format issuesMartin Bligh2015-06-261-3/+1
* SERVER-19135: Autoscale WT cache size as 60% of RAM -1GBMartin Bligh2015-06-261-2/+4
* SERVER-17254 Throttle retry of failed drop attemptsMartin Bligh2015-06-242-0/+15
* SERVER-19052 cleanup unreachable if statement from removal of sizeStorer calcsMartin Bligh2015-06-241-7/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-2030-100/+136
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-20228-39054/+38701
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-1912-29/+26
* SERVER-19052 Remove sizeStorer recalculations at startup with WiredTigerDan Pasette2015-06-193-13/+3
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-1/+0
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-183-8/+6
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-187-16/+14
* SERVER-18732 boost -> stdx for timed_mutexAdam Midvidy2015-06-173-6/+6
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-1727-116/+109
* Add missing pragma onceGeert Bosch2015-06-171-0/+2
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+2
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-159-2/+177
* SERVER-18679 Wrong key count for reverse indexes in WTDavid Hows2015-06-151-1/+1