summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-4/+3
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-10/+13
* SERVER-24477 Make NotifyAll an MMAPV1-only utilityKaloian Manassiev2016-06-091-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+9
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+2
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in dur_journal.cppWaley Chen2016-05-101-10/+14
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+2
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+17
* SERVER-16609: Periodically flush journal to stable storageGeert Bosch2015-10-091-3/+3
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+4
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-11/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-652/+620
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+2
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+2
* SERVER-10044: Simplify DurableInterfaceGeert Bosch2015-04-231-12/+1
* Revert "SERVER-10044: Simplify DurableInterface"Geert Bosch2015-04-231-1/+12
* SERVER-10044: Simplify DurableInterfaceGeert Bosch2015-04-221-12/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-2/+0
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-031-4/+15
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-1/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-17056 Consolidate data file flush and journal cleanupKaloian Manassiev2015-01-261-8/+36
* SERVER-16065, SERVER-5080 Write MMAP V1 journal in a separate threadKaloian Manassiev2015-01-211-236/+283
* SERVER-16688 Shutdown should wait for the durability thread to completeKaloian Manassiev2015-01-151-34/+72
* SERVER-16065 Cleanup CommitJob and RecoveryJob so there is encapsulationKaloian Manassiev2015-01-151-1/+21
* SERVER-16243 db.serverStatus().backgroundFlushing should be generated only fo...Benety Goh2015-01-151-1/+1
* Rename the commitsInWriteLockMicros metric to align with the restKaloian Manassiev2015-01-151-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+10
* SERVER-15614 Lock statistics for db.serverStatus.locksKaloian Manassiev2015-01-121-1/+5
* SERVER-15614 Fix up durability metrics reportingKaloian Manassiev2015-01-121-48/+55
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-121-0/+2
* SERVER-16065 Move stuff out of CommitJob and into dur.cppKaloian Manassiev2015-01-121-9/+14
* SERVER-16065 MMAP V1 remap alwaysKaloian Manassiev2015-01-071-52/+27
* SERVER-16711 Do not require a non-empty intent setKaloian Manassiev2015-01-071-517/+519
* SERVER-16065 Drop flush lock early if not doing remapKaloian Manassiev2015-01-061-56/+110
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16065 Check for private/shared view match before remapKaloian Manassiev2015-01-051-78/+78