summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-131-1/+2
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+1
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-241-0/+6
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39635 SERVER-39636 SERVER-39637 SERVER-39640 IDL'ify server parameters...Henrik Edin2019-02-251-6/+1
* SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collection crit...Blake Oler2019-02-211-5/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-20/+0
* Revert "SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collect...Blake Oler2019-01-311-13/+25
* Introduce CollectionShardingRuntimeLock usage to collection critical sections.Blake Oler2019-01-301-25/+13
* SERVER-38147: cap donor migration lock acquisition stalls in the presence of ...Kim Tao2019-01-241-2/+18
* SERVER-38284 Create concurrency lock for CollectionShardingRuntimeBlake Oler2018-12-281-0/+21
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2018-12-071-2/+2
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-2/+34
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-8/+12
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-0/+162