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
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
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-04-30
dm raid: remove unnecessary discard limits for raid0 and raid10
Mike Snitzer
2021-04-21
dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...
Heinz Mauelshagen
2021-04-20
dm raid: fix fall-through warning in rs_check_takeover() for Clang
Gustavo A. R. Silva
2021-01-04
dm raid: fix discard limits for raid1
Mike Snitzer
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-14
Revert "dm raid: fix discard limits for raid1 and raid10"
Mike Snitzer
2020-12-09
Revert "dm raid: remove unnecessary discard limits for raid10"
Song Liu
2020-11-16
dm-raid: use set_capacity_and_notify
Christoph Hellwig
2020-09-29
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
2020-09-29
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-04
dm raid: Remove empty if statement
Damien Le Moal
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-05-20
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-01-07
dm raid: table line rebuild status fixes
Heinz Mauelshagen
2019-11-07
dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout
Nathan Chancellor
2019-11-05
dm raid: streamline rs_get_progress() and its raid_status() caller side
Heinz Mauelshagen
2019-11-05
dm raid: simplify rs_setup_recovery call chain
Heinz Mauelshagen
2019-11-05
dm raid: to ensure resynchronization, perform raid set grow in preresume
Heinz Mauelshagen
2019-11-05
dm raid: change rs_set_dev_and_array_sectors API and callers
Heinz Mauelshagen
2019-09-11
dm raid: fix updating of max_discard_sectors limit
Ming Lei
2019-08-21
dm raid: add missing cleanup in raid_ctr()
Wenwen Wang
2019-07-15
docs: device-mapper: move it to the admin-guide
Mauro Carvalho Chehab
2019-06-14
docs: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-02-20
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
2018-12-18
dm raid: fix false -EBUSY when handling check/repair message
Heinz Mauelshagen
2018-10-18
dm raid: avoid bitmap with raid4/5/6 journal device
Heinz Mauelshagen
2018-09-17
dm raid: remove bogus const from decipher_sync_action() return type
Geert Uytterhoeven
2018-09-06
dm raid: bump target version, update comments and documentation
Heinz Mauelshagen
2018-09-06
dm raid: fix RAID leg rebuild errors
Heinz Mauelshagen
2018-09-06
dm raid: fix rebuild of specific devices by updating superblock
Heinz Mauelshagen
2018-09-06
dm raid: fix stripe adding reshape deadlock
Heinz Mauelshagen
2018-09-06
dm raid: fix reshape race on small devices
Heinz Mauelshagen
[next]