aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Fix read-balancing during node failureGoldwyn Rodrigues1-1/+11
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues1-1/+47
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues1-0/+30
2015-04-22md-cluster: correct the num for comparisonGuoqing Jiang1-3/+3
2015-03-21md/cluster: Communication Framework: fix semicolon.cocci warningskbuild test robot1-1/+1
2015-03-21md: recover_bitmaps() can be statickbuild test robot1-1/+1
2015-03-21md: Fix stray --cluster-confirm crashGoldwyn Rodrigues1-1/+14
2015-02-23Add new disk to clustered arrayGoldwyn Rodrigues1-1/+103
2015-02-23Suspend writes in RAID1 if within rangeGoldwyn Rodrigues1-0/+20
2015-02-23Resync start/Finish actionsGoldwyn Rodrigues1-0/+46
2015-02-23Send RESYNCING while performing resync start/stopGoldwyn Rodrigues1-0/+32
2015-02-23Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues1-0/+1
2015-02-23metadata_update sends message to other nodesGoldwyn Rodrigues1-0/+28
2015-02-23Communication Framework: Sending functionsGoldwyn Rodrigues1-0/+87
2015-02-23Communication Framework: ReceivingGoldwyn Rodrigues1-0/+102
2015-02-23Perform resync for cluster node failureGoldwyn Rodrigues1-1/+11
2015-02-23Initiate recovery on node failureGoldwyn Rodrigues1-0/+58
2015-02-23Gather on-going resync information of other nodesGoldwyn Rodrigues1-0/+111
2015-02-23Lock bitmap while joining the clusterGoldwyn Rodrigues1-0/+14
2015-02-23Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues1-0/+6
2015-02-23Add node recovery callbacksGoldwyn Rodrigues1-5/+57
2015-02-23Introduce md_cluster_infoGoldwyn Rodrigues1-3/+62
2015-02-23Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues1-0/+18
2015-02-23DLM lock and unlock functionsGoldwyn Rodrigues1-0/+102
2015-02-23Create a separate module for clustering supportGoldwyn Rodrigues1-0/+28