summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* md-cluster: fix error return code in join()Wei Yongjun2016-08-241-3/+9
* md-cluster: check the return value of process_recvd_msgGuoqing Jiang2016-05-091-3/+10
* md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang2016-05-091-6/+24
* md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang2016-05-041-0/+27
* md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang2016-05-041-3/+10
* md-cluster: unregister thread if err happenedGuoqing Jiang2016-05-041-0/+2
* md-cluster: wake up thread to continue recoveryGuoqing Jiang2016-05-041-3/+6
* md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang2016-05-041-2/+0
* md-cluster: fix missing memory freeShaohua Li2016-01-241-1/+5
* md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang2016-01-061-5/+18
* md-cluster: Protect communication with mutexesGuoqing Jiang2016-01-061-10/+63
* md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang2016-01-061-1/+3
* md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang2016-01-061-0/+57
* md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues2016-01-061-1/+1
* md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang2016-01-061-2/+5
* md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues2016-01-061-0/+8
* md-cluster: remove mddev arg from add_resync_info()NeilBrown2015-10-241-3/+3
* md-cluster: don't cast void pointers when assigning them.NeilBrown2015-10-241-2/+2
* md-cluster: discard unused sb_mutex.NeilBrown2015-10-241-2/+0
* md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__Guoqing Jiang2015-10-241-10/+11
* md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32NeilBrown2015-10-161-4/+5
* md-cluster: Add 'SUSE' as author for md-cluster.cGuoqing Jiang2015-10-121-0/+1
* md-cluster: zero cmsg before it was sentGuoqing Jiang2015-10-121-3/+3
* md-cluster: make sure the node do not receive it's own msgGuoqing Jiang2015-10-121-0/+3
* md-cluster: remove unnecessary setting for slotGuoqing Jiang2015-10-121-2/+0
* md-cluster: make other members of cluster_msg is handled by little endian funcsGuoqing Jiang2015-10-121-10/+14
* md-cluster: Do not printk() every received messageGoldwyn Rodrigues2015-10-121-14/+0
* md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues2015-10-121-10/+25
* md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues2015-10-121-3/+26
* md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues2015-10-121-11/+16
* md-cluster: Wake up suspended processGoldwyn Rodrigues2015-10-121-2/+5
* md-cluster: send BITMAP_NEEDS_SYNC when node is leaving clusterGuoqing Jiang2015-10-121-0/+20
* md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-36/+5
* md-cluster: complete all write requests before adding suspend_infoGoldwyn Rodrigues2015-10-121-2/+5
* md-cluster: remove inappropriate try_module_get from join()NeilBrown2015-08-311-4/+0
* md-cluster: Read the disk bitmap sb and check if it needs recoveryGuoqing Jiang2015-08-311-1/+15
* md-cluster: only call complete(&cinfo->completion) when node join clusterGuoqing Jiang2015-08-311-1/+10
* md-cluster: add missed lockres_freeGuoqing Jiang2015-08-311-1/+3
* md-cluster: remove the unused sb_lockGuoqing Jiang2015-08-311-9/+0
* md-cluster: init suspend_list and suspend_lock early in joinGuoqing Jiang2015-08-311-3/+2
* md-cluster: add the error check if failed to get dlm lockGuoqing Jiang2015-08-311-6/+35
* md-cluster: init completion within lockres_initGuoqing Jiang2015-08-311-2/+1
* md-cluster: fix deadlock issue on message lockGuoqing Jiang2015-08-311-7/+7
* md-cluster: transfer the resync ownership to another nodeGuoqing Jiang2015-08-311-0/+15
* md-cluster: split recover_slot for future code reuseGuoqing Jiang2015-08-311-7/+16
* md-cluster: use %pU to print UUIDsGuoqing Jiang2015-08-311-14/+2
* Fix read-balancing during node failureGoldwyn Rodrigues2015-07-241-1/+11
* md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-221-1/+47
* md-cluster: remove capabilitiesGoldwyn Rodrigues2015-04-221-0/+30
* md-cluster: correct the num for comparisonGuoqing Jiang2015-04-221-3/+3