aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2017-11-01md-cluster: update document for raid10Guoqing Jiang1-1/+1
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-3/+3
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-1/+1
2017-10-16md-cluster: make function cluster_check_sync_size staticColin Ian King1-1/+1
2017-05-21md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang1-1/+3
2017-04-14md-cluster: Fix a memleak in an error handling pathChristophe JAILLET1-1/+1
2017-03-16md-cluster: add the support for resizeGuoqing Jiang1-0/+76
2017-03-16md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang1-0/+60
2017-03-16md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang1-0/+5
2017-03-16md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang1-16/+66
2017-03-09md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang1-1/+0
2017-03-09md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang1-0/+1
2016-09-21md-cluster: make resync lock also could be interrupttedGuoqing Jiang1-2/+3
2016-09-21md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hangGuoqing Jiang1-1/+39
2016-09-21md-cluster: convert the completion to wait queueGuoqing Jiang1-5/+9
2016-09-21md-cluster: protect md_find_rdev_nr_rcu with rcu lockGuoqing Jiang1-4/+8
2016-09-21md-cluster: remove some unnecessary dlm_unlock_syncGuoqing Jiang1-5/+1
2016-09-21md-cluster: use FORCEUNLOCK in lockres_freeGuoqing Jiang1-15/+11
2016-08-24md-cluster: fix error return code in join()Wei Yongjun1-3/+9
2016-05-09md-cluster: check the return value of process_recvd_msgGuoqing Jiang1-3/+10
2016-05-09md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang1-6/+24
2016-05-04md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang1-0/+27
2016-05-04md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang1-3/+10
2016-05-04md-cluster: unregister thread if err happenedGuoqing Jiang1-0/+2
2016-05-04md-cluster: wake up thread to continue recoveryGuoqing Jiang1-3/+6
2016-05-04md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang1-2/+0
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