summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c
Commit message (Expand)AuthorAge
* md-cluster: remove suspend_infoGuoqing Jiang2018-10-18
* md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2018-10-18
* md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang2018-10-18
* md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-18
* md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-18
* md-cluster: release RESYNC lock after the last resync messageGuoqing Jiang2018-08-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-18
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-01
* | md-cluster: don't send msg if array is closingGuoqing Jiang2018-07-05
* | md-cluster: show array's status more accurateGuoqing Jiang2018-07-05
* | md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang2018-07-05
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
|/
* md-cluster: update document for raid10Guoqing Jiang2017-11-02
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-02
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-16
* md-cluster: make function cluster_check_sync_size staticColin Ian King2017-10-16
* md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang2017-05-21
* md-cluster: Fix a memleak in an error handling pathChristophe JAILLET2017-04-14
* md-cluster: add the support for resizeGuoqing Jiang2017-03-16
* md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang2017-03-16
* md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang2017-03-16
* md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-16
* md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang2017-03-09
* md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang2017-03-09
* md-cluster: make resync lock also could be interrupttedGuoqing Jiang2016-09-21
* md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hangGuoqing Jiang2016-09-21
* md-cluster: convert the completion to wait queueGuoqing Jiang2016-09-21
* md-cluster: protect md_find_rdev_nr_rcu with rcu lockGuoqing Jiang2016-09-21
* md-cluster: remove some unnecessary dlm_unlock_syncGuoqing Jiang2016-09-21
* md-cluster: use FORCEUNLOCK in lockres_freeGuoqing Jiang2016-09-21
* md-cluster: fix error return code in join()Wei Yongjun2016-08-24
* md-cluster: check the return value of process_recvd_msgGuoqing Jiang2016-05-09
* md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang2016-05-09
* md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang2016-05-04
* md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang2016-05-04
* md-cluster: unregister thread if err happenedGuoqing Jiang2016-05-04
* md-cluster: wake up thread to continue recoveryGuoqing Jiang2016-05-04
* md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang2016-05-04
* md-cluster: fix missing memory freeShaohua Li2016-01-24
* md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang2016-01-05
* md-cluster: Protect communication with mutexesGuoqing Jiang2016-01-05
* md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang2016-01-05
* md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang2016-01-05
* md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues2016-01-05
* md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang2016-01-05
* md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues2016-01-05
* md-cluster: remove mddev arg from add_resync_info()NeilBrown2015-10-24
* md-cluster: don't cast void pointers when assigning them.NeilBrown2015-10-24
* md-cluster: discard unused sb_mutex.NeilBrown2015-10-24
* md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__Guoqing Jiang2015-10-24