summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* md/md-bitmap: make in memory structure internalYu Kuai2024-08-271-2/+2
* md/md-bitmap: merge md_bitmap_free() into bitmap_operationsYu Kuai2024-08-271-6/+6
* md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operationsYu Kuai2024-08-271-1/+1
* md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.Yu Kuai2024-08-271-3/+3
* md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operationsYu Kuai2024-08-271-2/+2
* md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai2024-08-271-2/+3
* md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai2024-08-271-2/+2
* md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operationsYu Kuai2024-08-271-2/+2
* md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai2024-08-271-4/+4
* md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operationsYu Kuai2024-08-271-1/+1
* md/md-bitmap: add a new helper md_bitmap_set_pages()Yu Kuai2024-08-271-3/+1
* md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()Yu Kuai2024-08-271-5/+15
* md/md-bitmap: add 'sync_size' into struct md_bitmap_statsYu Kuai2024-08-271-14/+20
* md/md-cluster: fix spares warnings for __le64Yu Kuai2024-08-271-3/+3
* Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-221-10/+39
|\
| * md-cluster: fix no recovery job when adding/re-adding a diskHeming Zhao2024-07-121-0/+27
| * md-cluster: fix hanging issue while a new disk addingHeming Zhao2024-07-121-10/+12
* | Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2024-07-171-1/+1
|\ \ | |/ |/|
| * md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring2024-06-111-1/+1
* | md-cluster: Constify struct md_cluster_operationsChristophe JAILLET2024-07-041-1/+1
|/
* md-cluster: check for timeout while a new disk addingDenis Plotnikov2023-10-121-4/+11
* md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-151-4/+4
* md: protect md_thread with rcuYu Kuai2023-06-141-6/+11
* fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring2022-08-231-2/+2
* md: Fix spelling mistake in commentsZhang Jiaming2022-08-031-2/+2
* md: replace deprecated strlcpy & remove duplicated lineHeming Zhao2022-04-251-1/+1
* md: fix spelling of "its"Randy Dunlap2022-01-061-1/+1
* 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-091-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-061-0/+1
* md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming2020-07-151-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-09-011-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-191-10/+8
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-021-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-131-3/+3
|/
* md-cluster: update document for raid10Guoqing Jiang2017-11-021-1/+1
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-021-3/+3