summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_split.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-7/+10
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-9/+9
* SERVER-17760 moveChunk, mergeChunk, splitChunk commands should use catalog ma...Daniel Alabi2015-04-201-24/+6
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-4/+24
* SERVER-17760 shardId no longer used by splitChunk and moveChunk commandsDaniel Alabi2015-04-171-6/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-2/+2
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+2
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-3/+7
* SERVER-17394 Top chunk optimization logic can move chunk other than the extre...Randolph Tan2015-03-021-3/+7
* SERVER-17246 Invariant failure when dropping collection during chunk splitRandolph Tan2015-02-111-1/+5
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-15674 Auto split of low top chunk does not move it to appropriate shar...Randolph Tan2014-12-051-12/+32
* 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/+1
* SERVER-15633 ShardingState::doRefreshMetadata should take a more granular loc...Randolph Tan2014-10-271-1/+2
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-2/+5
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-0/+3
* 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-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-6/+6
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14215 Log error when ScopedDistributedLock::acquire fails to acquire l...Randolph Tan2014-10-021-4/+4
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-5/+5
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-5/+5
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-5/+5
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-021-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-15007 Add epoch check for split and moveChunkRandolph Tan2014-08-271-0/+17
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-7/+9
* SERVER-13474 remove redundant split and migrate metadata validation stepsGreg Studer2014-08-201-110/+84
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-59/+42
* SERVER-14667 mongos does not move top chunk after auto-splitRandolph Tan2014-08-061-30/+27
* SERVER-14431 Invalid chunk data after splitting on a key that's too large to ...Randolph Tan2014-07-231-0/+7
* SERVER-14407 delete runner.hDavid Storch2014-07-231-6/+6
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-12/+14
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-5/+5
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+3
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-10/+6
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-6/+10