index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-raid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-25
dm raid: protect md_stop() with 'reconfig_mutex'
Yu Kuai
1
-1
/
+3
2023-07-25
dm raid: clean up four equivalent goto tags in raid_ctr()
Yu Kuai
1
-18
/
+9
2023-07-25
dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths
Yu Kuai
1
-2
/
+7
2023-06-14
dm-raid: remove useless checking in raid_message()
Yu Kuai
1
-2
/
+2
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
1
-17
/
+1
2023-04-11
dm raid: remove unused d variable
Tom Rix
1
-4
/
+0
2023-02-14
dm: fix suspect indent whitespace
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
1
-6
/
+6
2023-02-14
dm: address indent/space issues
Heinz Mauelshagen
1
-4
/
+4
2023-02-14
dm: avoid initializing static variables
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
1
-0
/
+1
2023-02-12
dm raid: fix some spelling mistakes in comments
Yu Zhe
1
-3
/
+3
2022-10-19
dm raid: fix typo in analyse_superblocks code comment
Jiangshan Yi
1
-1
/
+1
2022-10-19
dm raid: delete the redundant word 'that' in comment
Jilin Yuan
1
-1
/
+1
2022-08-03
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
1
-0
/
+1
2022-08-03
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+4
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-07-29
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
1
-0
/
+1
2022-07-29
dm raid: fix address sanitizer warning in raid_resume
Mikulas Patocka
1
-1
/
+1
2022-07-29
dm raid: fix address sanitizer warning in raid_status
Mikulas Patocka
1
-1
/
+1
2022-07-14
md/core: Combine two sync_page_io() arguments
Bart Van Assche
1
-1
/
+1
2022-07-07
dm raid: remove redundant "the" in parse_raid_params() comment
Jiang Jian
1
-1
/
+1
2022-06-28
dm raid: fix accesses beyond end of raid member array
Heinz Mauelshagen
1
-16
/
+18
2022-06-15
Revert "md: don't unregister sync_thread with reconfig_mutex held"
Guoqing Jiang
1
-1
/
+1
2022-05-23
md: don't unregister sync_thread with reconfig_mutex held
Guoqing Jiang
1
-1
/
+1
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-7
/
+2
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-3
/
+3
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+39
2021-04-30
dm raid: remove unnecessary discard limits for raid0 and raid10
Mike Snitzer
1
-9
/
+0
2021-04-22
dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...
Heinz Mauelshagen
1
-6
/
+28
2021-04-21
dm raid: fix fall-through warning in rs_check_takeover() for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-01-04
dm raid: fix discard limits for raid1
Mike Snitzer
1
-3
/
+3
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2020-12-14
Revert "dm raid: fix discard limits for raid1 and raid10"
Mike Snitzer
1
-7
/
+5
2020-12-10
Revert "dm raid: remove unnecessary discard limits for raid10"
Song Liu
1
-0
/
+11
2020-11-16
dm-raid: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-09-29
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
1
-11
/
+0
2020-09-29
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
1
-5
/
+7
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-1
/
+1
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+0
2020-08-04
dm raid: Remove empty if statement
Damien Le Moal
1
-2
/
+0
2020-07-09
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-12
/
+0
2020-05-21
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-01-07
dm raid: table line rebuild status fixes
Heinz Mauelshagen
1
-21
/
+22
2019-11-07
dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout
Nathan Chancellor
1
-1
/
+0
2019-11-05
dm raid: streamline rs_get_progress() and its raid_status() caller side
Heinz Mauelshagen
1
-27
/
+20
2019-11-05
dm raid: simplify rs_setup_recovery call chain
Heinz Mauelshagen
1
-21
/
+6
2019-11-05
dm raid: to ensure resynchronization, perform raid set grow in preresume
Heinz Mauelshagen
1
-21
/
+60
[next]