summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/repair_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-3/+3
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-3/+3
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-0/+13
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-2/+7
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-4/+5
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-32/+32
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-3/+6
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-3/+2
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-2/+3
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+1
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-1/+1
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+7
* SERVER-22956 abstract ExtentManager constructionAdam Midvidy2016-03-171-1/+7
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-4/+3
* SERVER-19564: revertMartin Bligh2015-08-081-3/+4
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-4/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-356/+344
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+4
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-10/+6
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-2/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-3/+4
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-9/+7
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-8/+0
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-5/+5
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-2/+2
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-5/+6
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-6/+9
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-4/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-5/+9
* SERVER-15389 Refactor initAndListen to create server socket ids earlyKaloian Manassiev2014-10-021-2/+2
* SERVER-14668 Move WriteUnitOfWork around DatabaseCatalogEntry creation outsid...Kaloian Manassiev2014-10-011-5/+1
* SERVER-14412 Remove threadState from the public Locker APIKaloian Manassiev2014-09-171-1/+1
* Fix repair5.js failures when killOp comes after first file is allocatedMathias Stearn2014-08-261-0/+6
* SERVER-14413 move globalStorageEngine inside of global envHari Khalsa2014-08-261-3/+4
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+3
* SERVER-8994: Boost 1.56 build fixesMark Benvenuto2014-08-201-5/+0
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-10/+11
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-22/+20
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2