summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-263/+241
* SERVER-17774 Remove useless log messageDaniel Alabi2015-06-101-1/+0
* SERVER-17774 Do not use OwnedPointerVector when merging chunksDaniel Alabi2015-06-101-58/+40
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-8/+5
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-7/+8
* SERVER-17760 moveChunk, mergeChunk, splitChunk commands should use catalog ma...Daniel Alabi2015-04-201-44/+20
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-4/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* 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-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* 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
* 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-3/+3
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-6/+6
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+3
* SERVER-13385 relax merge chunk constraintsRandolph Tan2014-05-151-65/+0
* SERVER-11681 move distlock to s/ directory - not part of clientGreg Studer2014-01-081-1/+1
* SERVER-11054 mergeChunks doesn't increment minor version correctlyRandolph Tan2013-11-131-1/+1
* SERVER-11055 mergeChunk error message wrong when chunk on wrong shardRandolph Tan2013-10-241-4/+42
* SERVER-10977 check return value from metadata refresh in merge chunksGreg Studer2013-10-031-1/+10
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-141-0/+428
* Revert "SERVER-8869 command to merge co-located chunks"Greg Studer2013-08-131-428/+0
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-131-0/+428