summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-301-0/+9
* SERVER-27493 do not enforce oplog visibility hack for reverse cursorsEric Milkie2017-02-062-8/+24
* SERVER-24116 fix KeyString's parsing of strings with leading nullRobert Guo2016-05-162-1/+9
* SERVER-19800 DataSizeChange forces an int into a boolMartin Bligh2016-02-212-4/+4
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-02-028-60/+138
* SERVER-17747 Fix compile on FreeBSD 11Jonathan Reams2016-01-112-6/+4
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-213-7/+35
* SERVER-21543 Lengthen delay before deleting old journal filesCharlie Swanson2015-11-231-1/+5
* SERVER-20876 Backport seekExact to 3.0 (lint)Michael Cahill2015-11-131-4/+4
* SERVER-20876 Backport seekExact to 3.0Michael Cahill2015-11-122-0/+30
* SERVER-21278 Remove execute permission bit from mongod.lockAndreas Nilsson2015-11-061-1/+3
* fix lintEric Milkie2015-10-221-3/+8
* SERVER-20650 backport recent changes from MongoRocksIgor Canadi2015-10-225-73/+167
* SERVER-20823 Do not leak RecordIterator in MMAPV1DatabaseCatalogEntry::_init()Charlie Swanson2015-10-081-1/+1
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-255-52/+46
* SERVER-18250 On transition from journal to no-journal, run WT recovery.Susan LoVerso2015-09-251-6/+27
* SERVER-18624 Track location of collection in system.namespacesCharlie Swanson2015-09-214-109/+126
* SERVER-20322 Fixup lint from last push.Alex Gorrod2015-09-101-1/+1
* SERVER-20322 Use a separate session when creating new indexes in WiredTiger.Alex Gorrod2015-09-101-1/+3
* SERVER-20091: Use mutex instead of spinlock to protect session cacheMartin Bligh2015-08-262-4/+4
* SERVER-19966 evict cursors unused in the last 10K operationsRamon Fernandez2015-08-141-2/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-2924-81/+107
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-28242-41677/+41371
* SERVER-19052 fix compileDan Pasette2015-07-221-1/+1
* SERVER-19525: use of wrong type for size count of rolling back insertMartin Bligh2015-07-221-1/+1
* SERVER-19052 cleanup unreachable if statement from removal of sizeStorer calcsDan Pasette2015-07-221-6/+1
* SERVER-19052 Remove sizeStorer recalculations at startup with WiredTigerDan Pasette2015-07-223-13/+3
* Revert "Revert "SERVER-19513: Unindex documents when truncating WT capped col...Ramon Fernandez2015-07-221-0/+3
* Revert "SERVER-19513: Unindex documents when truncating WT capped collections"Ramon Fernandez2015-07-221-3/+0
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-221-0/+3
* SERVER-17254: Throttle retry of failed drop attemptsMartin Bligh2015-07-202-0/+15
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-07-102-2/+2
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-102-41/+15
* SERVER-19189: Checking epoch outside of the lock is racyMartin Bligh2015-07-101-4/+5
* SERVER-19189: dont check sessions is empty outside of the lockMartin Bligh2015-07-101-1/+1
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-07-0110-94/+105
* SERVER-19178 Fix a bug positioning cursors for capped collection truncatesMichael Cahill2015-07-011-4/+8
* SERVER-19178 In WiredTiger capped collection truncates, avoid walking lists o...Michael Cahill2015-06-292-10/+24
* SERVER-17386 WiredTiger session cache improvementsMichael Cahill2015-06-292-117/+120
* SERVER-18874 Backport changes to RocksDB from mongo-partners repoIgor Canadi2015-06-1917-85/+550
* SERVER-18902 Bump leaf_value_max to 64MB to keep large docs in WiredTiger cacheDan Pasette2015-06-161-1/+1
* SERVER-15192 Roll up of patches required to make logOp rollback safe in v3.0.Andy Schwerin2015-06-085-35/+85
* SERVER-17944 backport to 3.0daveh862015-05-191-5/+12
* SERVER-18442 better error message when user attempts to change unchangable st...Eric Milkie2015-05-131-3/+4
* SERVER-18286 Increase the value of the WiredTiger close_idle_timeDan Pasette2015-05-131-0/+1
* SERVER-17939 Backport mongo-rocks updates to v3.0 branchIgor Canadi2015-04-2017-70/+420
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-171-4/+15
* SERVER-17892 Explicitly turn checksum on for all collections/indexes in Wired...Dan Pasette2015-04-092-0/+2
* SERVER-17616: Bound memory usage of MMAPv1 rollback buffers.Geert Bosch2015-03-312-99/+304
* SERVER-17562: Rollback transaction in WT commitAndRestartGeert Bosch2015-03-301-3/+4