summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/record_store_v1_base.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-364/+0
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-121-0/+4
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-5/+4
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-4/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-56/+56
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-4/+4
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-6/+6
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-6/+6
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-6/+6
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-2/+1
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-5/+5
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-232/+239
* 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-19/+14
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-091-4/+4
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-9/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-211-1/+1
* Better repair for WTMathias Stearn2015-01-151-0/+6
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-0/+2
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-071-4/+60
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-16030 make RecordStore::validate non-constBenety Goh2014-12-241-1/+1
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-26/+26
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-2/+2
* SERVER-15665 implement recordLikelyInPhysicalMemDavid Storch2014-10-291-0/+3
* SERVER-15373 Add noPadding flag to reduce disk usage for insert-only workloadsMathias Stearn2014-10-171-1/+4
* SERVER-14081 Add more deletedList buckets to cover more sizesMathias Stearn2014-10-171-3/+9
* SERVER-15273 Only quantize to exact bucket sizesMathias Stearn2014-10-171-22/+2
* SERVER-15701 Pass the old object down to updateWithDamages in the formJohn Esmet2014-10-171-1/+2
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-0/+2
* SERVER-15033 Implement SimpleRecordStoreV1::truncate()Mathias Stearn2014-10-081-2/+2
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-0/+303