summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur_recover.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-682/+0
* SERVER-17414 Disable warnings with optimized code generationMark Benvenuto2017-10-211-0/+4
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-28508 Make BufReader propagate the actual errorsMathias Stearn2017-04-121-1/+4
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-37/+38
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-34/+44
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-44/+34
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-34/+44
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-1/+3
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+8
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+4
* Initialize more variables to make gcc happyJason Carey2016-03-021-1/+6
* SERVER-22357 do not flush READONLY filesAdam Midvidy2016-02-231-4/+3
* SERVER-22621 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-01-261-10/+38
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-513/+506
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+4
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* 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-2/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-4/+3
* SERVER-16065 Cleanup CommitJob and RecoveryJob so there is encapsulationKaloian Manassiev2015-01-151-73/+64
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+11
* SERVER-15614 Fix up durability metrics reportingKaloian Manassiev2015-01-121-1/+1
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-121-7/+0
* SERVER-16065 Move stuff out of CommitJob and into dur.cppKaloian Manassiev2015-01-121-9/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Move hexdump out of goodies.h and into hex.hAndrew Morrow2015-01-051-0/+1
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16615: Fix mmapv1 repairDatabase for long db pathsSpencer Jackson2014-12-291-4/+1
* SERVER-16258 Remove our strnlen and audit all callersMathias Stearn2014-12-081-2/+2
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16209 LogComponent::kJournaling -> kJournalMatt Kangas2014-11-181-1/+1
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-12/+13
* SERVER-15111 Treat corruption of final journal section as an expected eventMathias Stearn2014-09-121-24/+40
* Revert "SERVER-15111 Treat corruption of final journal section as an expected...Wisdom Omuya2014-09-101-40/+24
* SERVER-15111 Treat corruption of final journal section as an expected eventMathias Stearn2014-09-091-24/+40
* SERVER-14413 Make dur::startup not recursively depend on globalStorageEngineMathias Stearn2014-08-281-2/+4
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-1/+2
* SERVER-14413 move globalStorageEngine inside of global envHari Khalsa2014-08-261-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-0/+2