summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23425 Correctly track inserts and deletes to migrating chunks.Andy Schwerin2016-03-311-3/+3
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-141-0/+4
* SERVER-22109 validate index spec namespace in applyOperation_inlockBenety Goh2016-01-121-0/+15
* SERVER-21583 applyOperation_inlock builds background indexes in foreground if...Benety Goh2016-01-071-5/+14
* SERVER-20866: Fix race in rollback of oplog insertionsGeert Bosch2015-12-231-1/+44
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-151-8/+32
* Revert "SERVER-21382 In chunk migration out-of-range deletes on the donor sha...Andy Schwerin2015-12-111-32/+8
* SERVER-21382 In chunk migration out-of-range deletes on the donor shard.Andy Schwerin2015-12-111-8/+32
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-291-7/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-619/+592
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-07-061-52/+49
* SERVER-15192 Roll up of patches required to make logOp rollback safe in v3.0.Andy Schwerin2015-06-081-30/+16
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-051-0/+2
* Revert "SERVER-17689: handle wce better in initial sync"Scott Hernandez2015-06-011-49/+52
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-06-011-52/+49
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-011-0/+2
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-041-15/+2
* 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