aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c
AgeCommit message (Expand)Author
2020-08-21md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-01-29md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-10-03md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown
2017-05-21md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang
2017-04-14md-cluster: Fix a memleak in an error handling pathChristophe JAILLET
2017-03-16md-cluster: add the support for resizeGuoqing Jiang
2017-03-16md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang
2017-03-16md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang
2017-03-16md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang
2017-03-09md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang
2017-03-09md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang
2016-09-21md-cluster: make resync lock also could be interrupttedGuoqing Jiang
2016-09-21md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hangGuoqing Jiang
2016-09-21md-cluster: convert the completion to wait queueGuoqing Jiang
2016-09-21md-cluster: protect md_find_rdev_nr_rcu with rcu lockGuoqing Jiang
2016-09-21md-cluster: remove some unnecessary dlm_unlock_syncGuoqing Jiang
2016-09-21md-cluster: use FORCEUNLOCK in lockres_freeGuoqing Jiang
2016-08-24md-cluster: fix error return code in join()Wei Yongjun
2016-05-09md-cluster: check the return value of process_recvd_msgGuoqing Jiang
2016-05-09md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang
2016-05-04md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang
2016-05-04md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang
2016-05-04md-cluster: unregister thread if err happenedGuoqing Jiang
2016-05-04md-cluster: wake up thread to continue recoveryGuoqing Jiang
2016-05-04md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang
2016-01-24md-cluster: fix missing memory freeShaohua Li
2016-01-06md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang
2016-01-06md-cluster: Protect communication with mutexesGuoqing Jiang
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang
2016-01-06md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang
2016-01-06md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang
2016-01-06md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues
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