summaryrefslogtreecommitdiff
path: root/drivers/md/md-cluster.c
AgeCommit message (Expand)Author
2024-08-27md/md-bitmap: make in memory structure internalYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_free() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.Yu Kuai
2024-08-27md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: add a new helper md_bitmap_set_pages()Yu Kuai
2024-08-27md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()Yu Kuai
2024-08-27md/md-bitmap: add 'sync_size' into struct md_bitmap_statsYu Kuai
2024-08-27md/md-cluster: fix spares warnings for __le64Yu Kuai
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-17Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2024-07-12md-cluster: fix no recovery job when adding/re-adding a diskHeming Zhao
2024-07-12md-cluster: fix hanging issue while a new disk addingHeming Zhao
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET
2024-06-11md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring
2023-10-12md-cluster: check for timeout while a new disk addingDenis Plotnikov
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng
2023-06-13md: protect md_thread with rcuYu Kuai
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring
2022-08-02md: Fix spelling mistake in commentsZhang Jiaming
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-01-06md: fix spelling of "its"Randy Dunlap
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming
2020-11-16md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig
2020-11-16md: use set_capacity_and_notifyChristoph Hellwig
2020-10-08md/bitmap: fix memory leak of temporary bitmapZhao Heming
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-08-05md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter
2020-07-14md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner
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