summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17003 Check command status for WriteConflictException on secondaries a...Eric Milkie2015-01-231-3/+8
* SERVER-16994 handle WriteConflictException when writing oplog on secondariesEric Milkie2015-01-221-44/+52
* SERVER-16867 Allow logOp() to throw before calling first non-rollback-safe lo...Andy Schwerin2015-01-221-5/+4
* SERVER-16878 Add extra diagnostics to help debug stepdown.js test failureSpencer T Brody2015-01-151-1/+2
* SERVER-16786 set the global optime when we rollback or startupEric Milkie2015-01-151-6/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16764 ns can't be null in _logOpRSEric Milkie2015-01-121-1/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16415: Use new OplogIntentWriteLockGeert Bosch2015-01-081-6/+7
* SERVER-16706 On primary, call setMyLastOptime when generating the new optime,...Andy Schwerin2015-01-071-78/+90
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-5/+6
* SERVER-16502: only check locking if ns is fullScott Hernandez2015-01-021-8/+10
* SERVER-16429: assert if locking not correct during oplog applicationScott Hernandez2014-12-121-2/+9
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-1/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-1/+1
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-3/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+4
* SERVER-16257 - replSetInitiate races with initial sync, resulting in no primaryScott Hernandez2014-11-211-15/+1
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-6/+6
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-2/+0
* SERVER-15645: allow writes to oplog in IX by managing reads to block on oldes...Eliot Horowitz2014-11-101-69/+97
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-8/+7
* SERVER-14860 Refine locking scheme for background index builds, to support do...Eric Milkie2014-11-031-26/+0
* SERVER-14860 Re-add support for interruptable background index builds on seco...Eric Milkie2014-11-031-15/+1
* SERVER-15496 Code movement to facilitate ripping out legacy replication codeSpencer T Brody2014-10-301-5/+0
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+1
* SERVER-13635: better txn lines for replication syncEliot Horowitz2014-10-161-5/+5
* SERVER-15535 fix deadlock in drain modeEric Milkie2014-10-151-1/+0
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-3/+3
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-3/+3
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-3/+3
* SERVER-13635 Stop assuming storageSize == cappedSizeMathias Stearn2014-10-021-1/+5
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-3/+3
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-3/+3
* SERVER-15089 separate h fields for lastFetched vs. lastAppliedEric Milkie2014-09-261-3/+5
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-39/+34
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-3/+3
* SERVER-14233 remove support for old oplog versionsEric Milkie2014-09-191-1/+0
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-1/+2
* SERVER-15192 Temporarily disallow rollback of logOpMathias Stearn2014-09-121-0/+10
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-15188 all lastOpTimeWritten setting goes through the legacy repl coordEric Milkie2014-09-091-29/+12
* SERVER-15031 Properly pass our own optime into the ReplicationCoordinatorSpencer T Brody2014-08-291-0/+8
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-4/+4
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-5/+19
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2