summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-29/+38
|\
| * md/cluster: fix deadlock when node is doing resync jobZhao Heming2020-11-301-29/+38
* | md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig2020-11-161-2/+0
* | md: use set_capacity_and_notifyChristoph Hellwig2020-11-161-4/+2
|/
* md/bitmap: fix memory leak of temporary bitmapZhao Heming2020-10-081-0/+1
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-3/+3
* md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter2020-08-051-0/+1
* md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming2020-07-141-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner2019-05-241-6/+1
* md-cluster: remove suspend_infoGuoqing Jiang2018-10-181-71/+32
* md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2018-10-181-3/+16
* md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang2018-10-181-7/+20
* md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-181-0/+14
* md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-181-0/+81
* md-cluster: release RESYNC lock after the last resync messageGuoqing Jiang2018-08-311-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-10/+8
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-10/+8
* | md-cluster: don't send msg if array is closingGuoqing Jiang2018-07-051-1/+9
* | md-cluster: show array's status more accurateGuoqing Jiang2018-07-051-2/+16
* | md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang2018-07-051-9/+10
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
|/
* md-cluster: update document for raid10Guoqing Jiang2017-11-011-1/+1
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-011-3/+3
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-1/+1
* md-cluster: make function cluster_check_sync_size staticColin Ian King2017-10-161-1/+1
* md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang2017-05-211-1/+3
* md-cluster: Fix a memleak in an error handling pathChristophe JAILLET2017-04-141-1/+1
* md-cluster: add the support for resizeGuoqing Jiang2017-03-161-0/+76
* md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang2017-03-161-0/+60
* md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang2017-03-161-0/+5
* md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-161-16/+66
* md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang2017-03-091-1/+0
* md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang2017-03-091-0/+1
* md-cluster: make resync lock also could be interrupttedGuoqing Jiang2016-09-211-2/+3
* md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hangGuoqing Jiang2016-09-211-1/+39
* md-cluster: convert the completion to wait queueGuoqing Jiang2016-09-211-5/+9
* md-cluster: protect md_find_rdev_nr_rcu with rcu lockGuoqing Jiang2016-09-211-4/+8
* md-cluster: remove some unnecessary dlm_unlock_syncGuoqing Jiang2016-09-211-5/+1
* md-cluster: use FORCEUNLOCK in lockres_freeGuoqing Jiang2016-09-211-15/+11
* md-cluster: fix error return code in join()Wei Yongjun2016-08-241-3/+9
* md-cluster: check the return value of process_recvd_msgGuoqing Jiang2016-05-091-3/+10
* md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang2016-05-091-6/+24
* md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang2016-05-041-0/+27
* md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang2016-05-041-3/+10
* md-cluster: unregister thread if err happenedGuoqing Jiang2016-05-041-0/+2
* md-cluster: wake up thread to continue recoveryGuoqing Jiang2016-05-041-3/+6
* md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang2016-05-041-2/+0
* md-cluster: fix missing memory freeShaohua Li2016-01-241-1/+5
* md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang2016-01-061-5/+18
* md-cluster: Protect communication with mutexesGuoqing Jiang2016-01-061-10/+63