aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner1-6/+1
2018-10-18md-cluster: remove suspend_infoGuoqing Jiang1-71/+32
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang1-3/+16
2018-10-18md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang1-7/+20
2018-10-18md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang1-0/+14
2018-10-18md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang1-0/+81
2018-08-31md-cluster: release RESYNC lock after the last resync messageGuoqing Jiang1-5/+5
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-10/+8
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko1-10/+8
2018-07-05md-cluster: don't send msg if array is closingGuoqing Jiang1-1/+9
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang1-2/+16
2018-07-05md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang1-9/+10
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