summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-3/+9
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-21/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+1
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-2/+2
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-2/+2
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-2/+2
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-2/+2
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-2/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-271-3/+3
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-2/+1
* SERVER-17003 Add WriteConflict retry logic to IndexBuilderMathias Stearn2015-01-231-51/+80
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-5/+38
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-1/+0
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-14860 allow bg index builds on secondaries with doc-level-locking sto...Eric Milkie2014-11-041-14/+29
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-1/+1
* SERVER-14860 Re-add support for interruptable background index builds on seco...Eric Milkie2014-11-031-8/+15
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+3
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-2/+2
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-2/+2
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-2/+2
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-8/+41
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+2
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-6/+7
* SERVER-13643 have index builder use TransactionExperimentHari Khalsa2014-04-301-4/+6