summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-4/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-50/+46
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-2/+2
* SERVER-15836 Clean up several rollback js tests.Andy Schwerin2014-10-281-2/+2
* SERVER-15535 Consider return value of setFollowerMode in call sites that care.Andy Schwerin2014-10-271-2/+10
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-0/+1
* SERVER-13635: fix rollback using system.namespacesEliot Horowitz2014-10-121-3/+4
* SERVER-15586 Potential use-after-free in rollbackDavid Percy2014-10-091-6/+8
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+1
* SERVER-15089 separate h fields for lastFetched vs. lastAppliedEric Milkie2014-09-261-3/+3
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-3/+6
* SERVER-15089 minvalid helper functions; move tryToGoLiveAsASecondary() to syn...Eric Milkie2014-09-191-15/+14
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-3/+3
* SERVER-14412 Remove threadState from the public Locker APIKaloian Manassiev2014-09-171-1/+1
* SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie2014-09-121-150/+162
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-5/+17
* SERVER-14950 Move rsLog to its own librarySpencer T Brody2014-08-191-0/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-5/+4
* SERVER-14407 delete runner.hDavid Storch2014-07-231-3/+3
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-4/+4
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-2/+2
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-3/+3
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+0
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+5
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-4/+4
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-4/+4
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-4/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-4/+4
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-4/+4
* SERVER-14318 Implement processReplSetGetRBID in LegacyReplicationCoordinatorSpencer T Brody2014-06-261-5/+4
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-3/+2
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-7/+0
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+2
* SERVER-13922 Remove dbtempreleaseKaloian Manassiev2014-06-101-8/+26
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-24/+22
* SERVER-13961 move repl-specific cloner static methods to where they're usedHari Khalsa2014-06-031-2/+16
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-6/+7
* SERVER-13575 log rollback operation progress every 10 secondsmatt dannenberg2014-05-301-1/+9
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-6/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14001 remove reIndex branch from rollback code since we do not oplog r...matt dannenberg2014-05-221-3/+0