summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-7/+0
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-231-1/+1
* SERVER-20176: Clarify contract of waitUntilDurableGeert Bosch2015-09-241-1/+1
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-181-3/+3
* SERVER-20384 Add simplified interface to perform an action on commit or rollbackMathias Stearn2015-09-111-0/+44
* SERVER-20120 error instead of hanging on readConcern: majority in an mmapv1 r...matt dannenberg2015-08-261-1/+1
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-1/+21
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-4/+4
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+7
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+21
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-124/+125
* SERVER-18171: Remove obsolete commentGeert Bosch2015-05-181-6/+0
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-17/+5
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-6/+10
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-3/+4
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+2
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+2
* SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-221-0/+15
* SERVER-16351: make sure when we swap out recovery units, we don't commit acti...Eliot Horowitz2014-12-311-0/+3
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+5
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-12/+0
* SERVER-15541 RecoveryUnit::commitAndRestart to avoid WriteUnitOfWorkDavid Storch2014-10-211-0/+6
* SERVER-13635: add hook to RecoveryUnit for when we are take out of and put ba...Eliot Horowitz2014-10-161-0/+3
* SERVER-15683: add command to introspect OperationContext and RecoveryUnitEliot Horowitz2014-10-161-0/+4
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-7/+0
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-5/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-11/+0
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-281-0/+29
* SERVER-13951 First phase of rollback implementationKaloian Manassiev2014-06-051-10/+48
* Revert "SERVER-13951 First phase of rollback implementation"Mark Benvenuto2014-06-041-48/+10
* SERVER-13951 First phase of rollback implementationMathias Stearn2014-06-041-10/+48
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-0/+5
* SERVER-13641 split out dur from transactionexperiment part 1Hari Khalsa2014-05-151-0/+108