summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-171/+0
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-3/+2
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-2/+3
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-3/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-1/+1
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-1/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in dur_journal.cppWaley Chen2016-05-101-2/+3
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-1/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-92/+96
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-1/+1
* SERVER-10044: Simplify DurableInterfaceGeert Bosch2015-04-231-27/+2
* Revert "SERVER-10044: Simplify DurableInterface"Geert Bosch2015-04-231-2/+27
* SERVER-10044: Simplify DurableInterfaceGeert Bosch2015-04-221-27/+2
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-3/+3
* SERVER-16065, SERVER-5080 Write MMAP V1 journal in a separate threadKaloian Manassiev2015-01-211-0/+8
* SERVER-16688 Shutdown should wait for the durability thread to completeKaloian Manassiev2015-01-151-41/+15
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-121-4/+4
* SERVER-16065 Cleanup the MMAP V1 durability codeKaloian Manassiev2015-01-021-188/+164
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-3/+3
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-1/+0
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15950 Optimize handing of writingPtrMathias Stearn2014-11-061-0/+9
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-6/+10
* SERVER-15711: revert changes to flush lock ordering an increase buffer sizeEliot Horowitz2014-10-221-1/+1
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-8/+11
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-3/+3
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-5/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-1/+1
* SERVER-13635 keep mmapv1-specific record.h within mmapv1 implHari Khalsa2014-06-271-11/+0
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+1
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-10/+12
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-0/+1
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-7/+0
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-0/+232