aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md-cluster.c
AgeCommit message (Expand)Author
2018-10-18md-cluster: remove suspend_infoGuoqing Jiang
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang
2018-10-18md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang
2018-10-18md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang
2018-10-18md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang
2018-08-31md-cluster: release RESYNC lock after the last resync messageGuoqing Jiang
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-07-05md-cluster: don't send msg if array is closingGuoqing Jiang
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang
2018-07-05md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-01md-cluster: update document for raid10Guoqing Jiang
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-10-16md-cluster: make function cluster_check_sync_size staticColin Ian King
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