index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-cluster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md-cluster: check for timeout while a new disk adding
Denis Plotnikov
2023-10-12
1
-4
/
+11
*
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
Li Lingfeng
2023-08-15
1
-4
/
+4
*
md: protect md_thread with rcu
Yu Kuai
2023-06-13
1
-6
/
+11
*
fs: dlm: remove DLM_LSFL_FS from uapi
Alexander Aring
2022-08-23
1
-2
/
+2
*
md: Fix spelling mistake in comments
Zhang Jiaming
2022-08-02
1
-2
/
+2
*
md: replace deprecated strlcpy & remove duplicated line
Heming Zhao
2022-04-25
1
-1
/
+1
*
md: fix spelling of "its"
Randy Dunlap
2022-01-06
1
-1
/
+1
*
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-29
/
+38
|
\
|
*
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
2020-11-30
1
-29
/
+38
*
|
md: remove a spurious call to revalidate_disk_size in update_size
Christoph Hellwig
2020-11-16
1
-2
/
+0
*
|
md: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-4
/
+2
|
/
*
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2020-10-08
1
-0
/
+1
*
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-09-02
1
-3
/
+3
*
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
Dan Carpenter
2020-08-05
1
-0
/
+1
*
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
2020-07-14
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45
Thomas Gleixner
2019-05-24
1
-6
/
+1
*
md-cluster: remove suspend_info
Guoqing Jiang
2018-10-18
1
-71
/
+32
*
md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted
Guoqing Jiang
2018-10-18
1
-3
/
+16
*
md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage
Guoqing Jiang
2018-10-18
1
-7
/
+20
*
md-cluster: introduce resync_info_get interface for sanity check
Guoqing Jiang
2018-10-18
1
-0
/
+14
*
md-cluster/raid10: resize all the bitmaps before start reshape
Guoqing Jiang
2018-10-18
1
-0
/
+81
*
md-cluster: release RESYNC lock after the last resync message
Guoqing Jiang
2018-08-31
1
-5
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-08-18
1
-10
/
+8
|
\
|
*
md: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-08-01
1
-10
/
+8
*
|
md-cluster: don't send msg if array is closing
Guoqing Jiang
2018-07-05
1
-1
/
+9
*
|
md-cluster: show array's status more accurate
Guoqing Jiang
2018-07-05
1
-2
/
+16
*
|
md-cluster: clear another node's suspend_area after the copy is finished
Guoqing Jiang
2018-07-05
1
-9
/
+10
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-3
/
+3
|
/
*
md-cluster: update document for raid10
Guoqing Jiang
2017-11-01
1
-1
/
+1
*
md: remove special meaning of ->quiesce(.., 2)
NeilBrown
2017-11-01
1
-3
/
+3
*
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
2017-10-16
1
-1
/
+1
*
md-cluster: make function cluster_check_sync_size static
Colin Ian King
2017-10-16
1
-1
/
+1
*
md-cluster: fix potential lock issue in add_new_disk
Guoqing Jiang
2017-05-21
1
-1
/
+3
*
md-cluster: Fix a memleak in an error handling path
Christophe JAILLET
2017-04-14
1
-1
/
+1
*
md-cluster: add the support for resize
Guoqing Jiang
2017-03-16
1
-0
/
+76
*
md-cluster: introduce cluster_check_sync_size
Guoqing Jiang
2017-03-16
1
-0
/
+60
*
md-cluster: add CHANGE_CAPACITY message type
Guoqing Jiang
2017-03-16
1
-0
/
+5
*
md-cluster: use sync way to handle METADATA_UPDATED msg
Guoqing Jiang
2017-03-16
1
-16
/
+66
*
md-cluster: remove useless memset from gather_all_resync_info
Guoqing Jiang
2017-03-09
1
-1
/
+0
*
md-cluster: free md_cluster_info if node leave cluster
Guoqing Jiang
2017-03-09
1
-0
/
+1
*
md-cluster: make resync lock also could be interruptted
Guoqing Jiang
2016-09-21
1
-2
/
+3
*
md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang
Guoqing Jiang
2016-09-21
1
-1
/
+39
*
md-cluster: convert the completion to wait queue
Guoqing Jiang
2016-09-21
1
-5
/
+9
*
md-cluster: protect md_find_rdev_nr_rcu with rcu lock
Guoqing Jiang
2016-09-21
1
-4
/
+8
*
md-cluster: remove some unnecessary dlm_unlock_sync
Guoqing Jiang
2016-09-21
1
-5
/
+1
*
md-cluster: use FORCEUNLOCK in lockres_free
Guoqing Jiang
2016-09-21
1
-15
/
+11
*
md-cluster: fix error return code in join()
Wei Yongjun
2016-08-24
1
-3
/
+9
*
md-cluster: check the return value of process_recvd_msg
Guoqing Jiang
2016-05-09
1
-3
/
+10
*
md-cluster: gather resync infos and enable recv_thread after bitmap is ready
Guoqing Jiang
2016-05-09
1
-6
/
+24
*
md-cluster: sync bitmap when node received RESYNCING msg
Guoqing Jiang
2016-05-04
1
-0
/
+27
[next]