index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-cluster.c
Age
Commit message (
Expand
)
Author
2024-08-27
md/md-bitmap: make in memory structure internal
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_free() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.
Yu Kuai
2024-08-27
md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: pass in mddev directly for md_bitmap_resize()
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_status() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: add a new helper md_bitmap_set_pages()
Yu Kuai
2024-08-27
md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
Yu Kuai
2024-08-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-cluster: fix spares warnings for __le64
Yu Kuai
2024-07-22
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-17
Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2024-07-12
md-cluster: fix no recovery job when adding/re-adding a disk
Heming Zhao
2024-07-12
md-cluster: fix hanging issue while a new disk adding
Heming Zhao
2024-07-04
md-cluster: Constify struct md_cluster_operations
Christophe JAILLET
2024-06-11
md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()
Alexander Aring
2023-10-12
md-cluster: check for timeout while a new disk adding
Denis Plotnikov
2023-08-15
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
Li Lingfeng
2023-06-13
md: protect md_thread with rcu
Yu Kuai
2022-08-23
fs: dlm: remove DLM_LSFL_FS from uapi
Alexander Aring
2022-08-02
md: Fix spelling mistake in comments
Zhang Jiaming
2022-04-25
md: replace deprecated strlcpy & remove duplicated line
Heming Zhao
2022-01-06
md: fix spelling of "its"
Randy Dunlap
2020-12-16
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-30
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
2020-11-16
md: remove a spurious call to revalidate_disk_size in update_size
Christoph Hellwig
2020-11-16
md: use set_capacity_and_notify
Christoph Hellwig
2020-10-08
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-08-05
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
Dan Carpenter
2020-07-14
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45
Thomas Gleixner
2018-10-18
md-cluster: remove suspend_info
Guoqing Jiang
2018-10-18
md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted
Guoqing Jiang
2018-10-18
md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage
Guoqing Jiang
2018-10-18
md-cluster: introduce resync_info_get interface for sanity check
Guoqing Jiang
2018-10-18
md-cluster/raid10: resize all the bitmaps before start reshape
Guoqing Jiang
2018-08-31
md-cluster: release RESYNC lock after the last resync message
Guoqing Jiang
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-08-01
md: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-07-05
md-cluster: don't send msg if array is closing
Guoqing Jiang
2018-07-05
md-cluster: show array's status more accurate
Guoqing Jiang
2018-07-05
md-cluster: clear another node's suspend_area after the copy is finished
Guoqing Jiang
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-11-01
md-cluster: update document for raid10
Guoqing Jiang
2017-11-01
md: remove special meaning of ->quiesce(.., 2)
NeilBrown
[next]