summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-1026-3/+51
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in dur_journal.cppWaley Chen2016-05-108-32/+56
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-0916-118/+206
* SERVER-24005 inline WiredTigerRecoveryUnit::get()Mathias Stearn2016-05-092-7/+4
* SERVER-24005 Mark WiredTigerRecordStore finalMathias Stearn2016-05-091-1/+1
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-082-4/+15
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-089-16/+510
* SERVER-23243 Refactor KVHarnessHelper::createWaley Chen2016-05-055-18/+19
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-029-26/+41
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-029-41/+26
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-029-26/+41
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-2919-148/+64
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-291-7/+16
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in record_access_tracke...Waley Chen2016-04-287-56/+66
* Revert "SERVER-23952 ephemeralForTest storage engine should handle seeking to...Kyle Suarez2016-04-271-16/+7
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-271-7/+16
* SERVER-23894 Coverity analysis defect 98850: Logically dead codeGeert Bosch2016-04-271-2/+1
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-274-1/+13
* Update storage README.md with linksDan Pasette2016-04-251-7/+7
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-7/+0
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-225-341/+1391
* 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