aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-24md-cluster: fix missing memory freeShaohua Li1-1/+5
2016-01-06md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang1-5/+18
2016-01-06md-cluster: Protect communication with mutexesGuoqing Jiang1-10/+63
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang1-1/+3
2016-01-06md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang1-0/+57
2016-01-06md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues1-1/+1
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang1-2/+5
2016-01-06md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues1-0/+8
2015-10-24md-cluster: remove mddev arg from add_resync_info()NeilBrown1-3/+3
2015-10-24md-cluster: don't cast void pointers when assigning them.NeilBrown1-2/+2
2015-10-24md-cluster: discard unused sb_mutex.NeilBrown1-2/+0
2015-10-24md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__Guoqing Jiang1-10/+11
2015-10-16md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32NeilBrown1-4/+5
2015-10-12md-cluster: Add 'SUSE' as author for md-cluster.cGuoqing Jiang1-0/+1
2015-10-12md-cluster: zero cmsg before it was sentGuoqing Jiang1-3/+3
2015-10-12md-cluster: make sure the node do not receive it's own msgGuoqing Jiang1-0/+3
2015-10-12md-cluster: remove unnecessary setting for slotGuoqing Jiang1-2/+0
2015-10-12md-cluster: make other members of cluster_msg is handled by little endian funcsGuoqing Jiang1-10/+14
2015-10-12md-cluster: Do not printk() every received messageGoldwyn Rodrigues1-14/+0
2015-10-12md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues1-10/+25
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues1-3/+26
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues1-11/+16
2015-10-12md-cluster: Wake up suspended processGoldwyn Rodrigues1-2/+5
2015-10-12md-cluster: send BITMAP_NEEDS_SYNC when node is leaving clusterGuoqing Jiang1-0/+20
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues1-36/+5
2015-10-12md-cluster: complete all write requests before adding suspend_infoGoldwyn Rodrigues1-2/+5
2015-08-31md-cluster: remove inappropriate try_module_get from join()NeilBrown1-4/+0
2015-08-31md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang1-1/+15
2015-08-31md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang1-1/+10
2015-08-31md-cluster: add missed lockres_freeGuoqing Jiang1-1/+3
2015-08-31md-cluster: remove the unused sb_lockGuoqing Jiang1-9/+0
2015-08-31md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang1-3/+2
2015-08-31md-cluster: add the error check if failed to get dlm lockGuoqing Jiang1-6/+35
2015-08-31md-cluster: init completion within lockres_initGuoqing Jiang1-2/+1
2015-08-31md-cluster: fix deadlock issue on message lockGuoqing Jiang1-7/+7
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang1-0/+15
2015-08-31md-cluster: split recover_slot for future code reuseGuoqing Jiang1-7/+16
2015-08-31md-cluster: use %pU to print UUIDsGuoqing Jiang1-14/+2
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