aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md-cluster.c
AgeCommit message (Expand)Author
2015-10-24md-cluster: remove mddev arg from add_resync_info()NeilBrown
2015-10-24md-cluster: don't cast void pointers when assigning them.NeilBrown
2015-10-24md-cluster: discard unused sb_mutex.NeilBrown
2015-10-24md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__Guoqing Jiang
2015-10-16md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32NeilBrown
2015-10-12md-cluster: Add 'SUSE' as author for md-cluster.cGuoqing Jiang
2015-10-12md-cluster: zero cmsg before it was sentGuoqing Jiang
2015-10-12md-cluster: make sure the node do not receive it's own msgGuoqing Jiang
2015-10-12md-cluster: remove unnecessary setting for slotGuoqing Jiang
2015-10-12md-cluster: make other members of cluster_msg is handled by little endian funcsGuoqing Jiang
2015-10-12md-cluster: Do not printk() every received messageGoldwyn Rodrigues
2015-10-12md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues
2015-10-12md-cluster: Wake up suspended processGoldwyn Rodrigues
2015-10-12md-cluster: send BITMAP_NEEDS_SYNC when node is leaving clusterGuoqing Jiang
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues
2015-10-12md-cluster: complete all write requests before adding suspend_infoGoldwyn Rodrigues
2015-08-31md-cluster: remove inappropriate try_module_get from join()NeilBrown
2015-08-31md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang
2015-08-31md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang
2015-08-31md-cluster: add missed lockres_freeGuoqing Jiang
2015-08-31md-cluster: remove the unused sb_lockGuoqing Jiang
2015-08-31md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang
2015-08-31md-cluster: add the error check if failed to get dlm lockGuoqing Jiang
2015-08-31md-cluster: init completion within lockres_initGuoqing Jiang
2015-08-31md-cluster: fix deadlock issue on message lockGuoqing Jiang
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang
2015-08-31md-cluster: split recover_slot for future code reuseGuoqing Jiang
2015-08-31md-cluster: use %pU to print UUIDsGuoqing Jiang
2015-07-24Fix read-balancing during node failureGoldwyn Rodrigues
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues
2015-04-22md-cluster: correct the num for comparisonGuoqing Jiang
2015-03-21md/cluster: Communication Framework: fix semicolon.cocci warningskbuild test robot
2015-03-21md: recover_bitmaps() can be statickbuild test robot
2015-03-21md: Fix stray --cluster-confirm crashGoldwyn Rodrigues
2015-02-23Add new disk to clustered arrayGoldwyn Rodrigues
2015-02-23Suspend writes in RAID1 if within rangeGoldwyn Rodrigues
2015-02-23Resync start/Finish actionsGoldwyn Rodrigues
2015-02-23Send RESYNCING while performing resync start/stopGoldwyn Rodrigues
2015-02-23Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues
2015-02-23metadata_update sends message to other nodesGoldwyn Rodrigues
2015-02-23Communication Framework: Sending functionsGoldwyn Rodrigues
2015-02-23Communication Framework: ReceivingGoldwyn Rodrigues
2015-02-23Perform resync for cluster node failureGoldwyn Rodrigues
2015-02-23Initiate recovery on node failureGoldwyn Rodrigues
2015-02-23Gather on-going resync information of other nodesGoldwyn Rodrigues
2015-02-23Lock bitmap while joining the clusterGoldwyn Rodrigues
2015-02-23Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues