summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30445 A non-full validation should also return the number of invalid d...Gregory Wlodarek2017-08-012-9/+2
* SERVER-30453 Remove the record_store_validate_adaptor library and move its so...Gregory Wlodarek2017-08-013-369/+0
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of initial...Judah Schvimer2017-08-011-0/+6
* SERVER-30350 Move the RecordStoreValidateAdaptor into its own file from Colle...Gregory Wlodarek2017-08-013-0/+369
* SERVER-30374 Change = to == in _findIndexNumber invariantMaria van Keulen2017-07-271-1/+1
* SERVER-30370 ephemeral_for_test should traverse the record store in a non-ful...Gregory Wlodarek2017-07-271-13/+11
* SERVER-29250 change WiredTigerRecordStore::updateWithDamages to use WiredTige...Keith Bostic2017-07-272-10/+31
* SERVER-30313 Add a isInRecordIdOrder() function in the Record Store APIGregory Wlodarek2017-07-262-0/+17
* SERVER-30315 Refactor WiredTiger's Record Store validate() to call updateStat...Gregory Wlodarek2017-07-261-11/+2
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-2612-30/+212
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-254-140/+125
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-255-0/+124
* SERVER-29241 WiredTigerRecordStore::updateRecord has an unnecessary WT_CURSOR...Keith Bostic2017-07-211-1/+0
* SERVER-28918 Merge sessions and write_ops librariesJack Mulrow2017-07-201-1/+1
* Import wiredtiger: 6173a98979715ed727c432c1a31da64ea8a37048 from branch mongo...Alex Gorrod2017-07-201-0/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29176: Implement --clusterIpSourceWhitelistADAM David Alan Martin2017-07-123-5/+40
* SERVER-29889 Creates skeleton for recovery to timestamp storage engine API ch...Judah Schvimer2017-07-111-0/+38
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-0/+1
* SERVER-23543 Hide WiredTiger option.Ian Kuehne2017-07-061-0/+2
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2017-07-059-84/+93
* SERVER-29855 Pull major/minor from sys/sysmacros.hJason Carey2017-06-261-0/+4
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-2/+7
* SERVER-29497 Make validate use KeyString instead of woCompare to improve comp...Gregory Wlodarek2017-06-191-0/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-1813-124/+169
* SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-163-10/+8
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-166-23/+80
* SERVER-29276 make renameCollection error codes consistentJudah Schvimer2017-06-151-2/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-2/+1
* SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
* SERVER-14864 refine mmapv1 file allocation loggingKevin Pulo2017-06-081-2/+5
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-073-4/+6
* SERVER-24735 Correct logger to use STORAGE instead of INDEXGregory Wlodarek2017-06-071-1/+1
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-062-6/+19
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-5/+4
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-0217-891/+1933
* SERVER-29210: Manage WiredTiger checkpoints in MongoDB.Daniel Gottlieb2017-06-012-2/+56
* SERVER-29274 include namespace in mmapv1 Namespace 'ns too long' error messageBenety Goh2017-05-241-1/+5
* SERVER-28637 Remove journal files if journaling is toggled off.Susan LoVerso2017-05-221-0/+7
* SERVER-29281 Resolve edges related to the dcommands libraryAndrew Morrow2017-05-193-3/+2
* SERVER-29296 Fix warning in key_string.cppKaloian Manassiev2017-05-191-1/+2
* SERVER-29284: Log time spent allocating mmap NS filesDaniel Gottlieb2017-05-181-0/+6
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29252 Rotate the coreshard & sharding client cycle.ADAM David Alan Martin2017-05-171-0/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-1530-76/+517
* SERVER-7325 print message of certain mmapv1 validate() errorsRobert Guo2017-05-081-2/+4
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-0530-510/+76
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-0530-76/+510