summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/record_store_v1_capped.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-696/+0
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-4/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-108/+113
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-3/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+10
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+1
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+1
* SERVER-20370: AwaitData doesn't work properly with WiredTiger OplogHack visib...Scott Hernandez2015-09-171-4/+4
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-548/+520
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-20/+17
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-1/+1
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16919 Improve WT capped collection age-outMathias Stearn2015-01-221-2/+2
* SERVER-16676 don't trash indexes for RecordStores that can compact in-placeMathias Stearn2015-01-151-11/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-6981 Remove maxPasses limit and unify capped no-space errorsMathias Stearn2014-12-081-18/+18
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-7/+8
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-2/+1
* SERVER-14081 Add more deletedList buckets to cover more sizesMathias Stearn2014-10-171-3/+3
* SERVER-15273 Only quantize to exact bucket sizesMathias Stearn2014-10-171-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-1/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-0/+717