summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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