summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur_commitjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-57/+50
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+1
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-16065 Fix indentation in CommitJobKaloian Manassiev2015-01-151-62/+59
* SERVER-16065 Cleanup CommitJob and RecoveryJob so there is encapsulationKaloian Manassiev2015-01-151-86/+24
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-121-1/+1
* SERVER-16065 Move stuff out of CommitJob and into dur.cppKaloian Manassiev2015-01-121-35/+25
* SERVER-16065 Drop flush lock early if not doing remapKaloian Manassiev2015-01-061-5/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16285: Crash when dropping and creating databases concurrently on WindowsMark Benvenuto2014-12-081-1/+1
* SERVER-15950 Optimize handing of writingPtrMathias Stearn2014-11-061-1/+10
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-0/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-3/+0
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-3/+1
* SERVER-13961 Remove thread-local write intentsKaloian Manassiev2014-05-281-113/+4
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-2/+0
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-1/+0
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-0/+299