summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/record_store_v1_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-962/+0
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-2/+2
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-4/+3
* SERVER-30445 A non-full validation should also return the number of invalid d...Gregory Wlodarek2017-08-011-5/+1
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-111/+108
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-2/+3
* SERVER-7325 print message of certain mmapv1 validate() errorsRobert Guo2017-05-081-2/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-122/+127
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-261-2/+3
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-4/+4
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+14
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-1/+1
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-23/+31
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-10/+10
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-28/+9
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-9/+28
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-28/+9
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-1/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-1/+6
* SERVER-20529: Prevent size changes in capped updatesGeert Bosch2015-10-091-4/+2
* SERVER-19551 Oplog stones.Max Hirschhorn2015-09-111-3/+4
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-4/+0
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-6/+7
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-3/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-766/+751
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-21/+30
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-091-19/+19
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-3/+6
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-32/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-15539 Fix a typo and possible concurrency issueKaloian Manassiev2015-01-221-1/+1
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-211-1/+9
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16275 MMAPv1 does not report when capped is false in colstatsDan Pasette2015-01-111-2/+1
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-0/+3
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-071-0/+39
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16030 make RecordStore::validate non-constBenety Goh2014-12-241-1/+1
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-3/+4
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-49/+43
* Don't include padding in writingPtr lengthMathias Stearn2014-11-181-9/+10
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-3/+3
* SERVER-15665 implement recordLikelyInPhysicalMemDavid Storch2014-10-291-0/+5
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-1/+0
* SERVER-15373 Add noPadding flag to reduce disk usage for insert-only workloadsMathias Stearn2014-10-171-12/+18
* SERVER-14081 Add more deletedList buckets to cover more sizesMathias Stearn2014-10-171-16/+42