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
/
dm-raid.c
Age
Commit message (
Expand
)
Author
2024-07-10
dm raid: fix stripes adding reshape size issues
Heinz Mauelshagen
2024-07-10
dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...
Heinz Mauelshagen
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
2024-07-03
dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
Benjamin Marzinski
2024-06-12
md: replace last_sync_action with new enum type
Yu Kuai
2024-03-13
Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-12
dm raid: fix false positive for requeue needed during reshape
Ming Lei
2024-03-05
dm-raid: fix lockdep waring in "pers->hot_add_disk"
Yu Kuai
2024-03-05
dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...
Yu Kuai
2024-03-05
dm-raid: add a new helper prepare_suspend() in md_personality
Yu Kuai
2024-03-05
md/dm-raid: don't call md_reap_sync_thread() directly
Yu Kuai
2024-03-05
dm-raid: really frozen sync_thread during suspend
Yu Kuai
2024-02-20
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Mike Snitzer
2023-12-18
dm-raid: delay flushing event_work() after reconfig_mutex is released
Yu Kuai
2023-11-01
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-10
md: rename __mddev_suspend/resume() back to mddev_suspend/resume()
Yu Kuai
2023-10-10
md/dm-raid: use new apis to suspend array
Yu Kuai
2023-10-02
dm raid: Annotate struct raid_set with __counted_by
Kees Cook
2023-09-22
md: initialize 'active_io' while allocating mddev
Yu Kuai
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-07-27
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2023-07-25
dm raid: protect md_stop() with 'reconfig_mutex'
Yu Kuai
2023-07-25
dm raid: clean up four equivalent goto tags in raid_ctr()
Yu Kuai
2023-07-25
dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths
Yu Kuai
2023-06-13
dm-raid: remove useless checking in raid_message()
Yu Kuai
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
dm raid: remove unused d variable
Tom Rix
2023-02-14
dm: fix suspect indent whitespace
Heinz Mauelshagen
2023-02-14
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
dm: address indent/space issues
Heinz Mauelshagen
2023-02-14
dm: avoid initializing static variables
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-12
dm raid: fix some spelling mistakes in comments
Yu Zhe
2022-10-18
dm raid: fix typo in analyse_superblocks code comment
Jiangshan Yi
2022-10-18
dm raid: delete the redundant word 'that' in comment
Jilin Yuan
2022-08-02
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
2022-08-02
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-07-28
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
2022-07-28
dm raid: fix address sanitizer warning in raid_resume
Mikulas Patocka
2022-07-28
dm raid: fix address sanitizer warning in raid_status
Mikulas Patocka
2022-07-14
md/core: Combine two sync_page_io() arguments
Bart Van Assche
2022-07-07
dm raid: remove redundant "the" in parse_raid_params() comment
Jiang Jian
2022-06-27
dm raid: fix accesses beyond end of raid member array
Heinz Mauelshagen
2022-06-15
Revert "md: don't unregister sync_thread with reconfig_mutex held"
Guoqing Jiang
2022-05-22
md: don't unregister sync_thread with reconfig_mutex held
Guoqing Jiang
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
[next]