summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur_recovery_unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-250/+236
* SERVER-15192 Roll up of patches required to make logOp rollback safe in v3.0.Andy Schwerin2015-06-081-5/+15
* SERVER-17616: Bound memory usage of MMAPv1 rollback buffers.Geert Bosch2015-03-311-77/+207
* SERVER-17219 At rollback of the last level, clear the _mustRollback flagKaloian Manassiev2015-02-101-2/+9
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+1
* SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-221-9/+23
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-121-0/+1
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-6/+4
* SERVER-15043 Don't log about rollbacks at default log levelMathias Stearn2014-12-091-5/+3
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-2/+2
* SERVER-16285: Crash when dropping and creating databases concurrently on WindowsMark Benvenuto2014-12-081-1/+1
* Use OwnedPointerVector to track ChangesMathias Stearn2014-11-181-2/+2
* SERVER-15950 Optimize handing of writingPtrMathias Stearn2014-11-061-47/+69
* SERVER-15165 Check invariant before early returnMathias Stearn2014-11-041-3/+2
* SERVER-13951 Remove ROLLBACK_ENABLED flagMathias Stearn2014-11-041-23/+0
* SERVER-15165 Don't error out when passed 0 len to writtingPtrMathias Stearn2014-11-041-1/+3
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-7/+0
* SERVER-15541 RecoveryUnit::commitAndRestart to avoid WriteUnitOfWorkDavid Storch2014-10-211-0/+5
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13951 ROLLBACK_ENABLED=1Mathias Stearn2014-10-031-1/+1
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-9/+0
* SERVER-13951 extra logging for rollback to help with debuggingMathias Stearn2014-08-281-0/+9
* SERVER-13951 Give DurRecoveryUnit the semantics we wantMathias Stearn2014-08-281-21/+28
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-4/+0
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-281-13/+45
* SERVER-13951 Improve Rollback code for DurRecoveryUnitMathias Stearn2014-07-011-45/+46
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-0/+3
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-4/+6
* SERVER-13951 First phase of rollback implementationKaloian Manassiev2014-06-051-4/+106
* Revert "SERVER-13951 First phase of rollback implementation"Mark Benvenuto2014-06-041-106/+4
* SERVER-13951 First phase of rollback implementationMathias Stearn2014-06-041-4/+106
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-0/+10
* SERVER-13641 split out dur from transactionexperiment part 1Hari Khalsa2014-05-151-0/+55