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
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
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
/
raid1-10.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
1
-0
/
+20
2024-03-01
md/raid1-10: add a helper raid1_check_read_range()
Yu Kuai
1
-0
/
+49
2023-12-16
md: factor out a helper exceed_read_errors() to check read_errors
Li Nan
1
-0
/
+54
2023-06-23
md/raid1-10: fix casting from randomized structure in raid1_submit_write()
Yu Kuai
1
-1
/
+1
2023-06-14
md/raid1-10: limit the number of plugged bio
Yu Kuai
1
-1
/
+8
2023-06-14
md/raid1-10: don't handle pluged bio by daemon thread
Yu Kuai
1
-0
/
+14
2023-06-14
md/raid1-10: submit write io directly if bitmap is not enabled
Yu Kuai
1
-2
/
+11
2023-06-14
md/raid1-10: factor out a helper to submit normal write
Yu Kuai
1
-0
/
+17
2023-06-14
md/raid1-10: factor out a helper to add bio to plug
Yu Kuai
1
-0
/
+16
2023-06-01
md: raid1: check if adding pages to resync bio fails
Johannes Thumshirn
1
-5
/
+6
2022-03-09
md: raid1/raid10: drop pending_cnt
Mariusz Tkaczyk
1
-0
/
+5
2022-01-06
md: drop queue limitation for RAID1 and RAID10
Mariusz Tkaczyk
1
-6
/
+0
2019-06-15
md: raid1-10: Unify r{1,10}bio_pool_free
Marcos Paulo de Souza
1
-0
/
+5
2019-06-15
drivers: md: Unify common definitions of raid1 and raid10
Marcos Paulo de Souza
1
-0
/
+25
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-21
md: raid1-10: move raid1/raid10 common code into raid1-10.c
Ming Lei
1
-0
/
+62
2017-07-21
md: raid1/raid10: initialize bvec table via bio_add_page()
Ming Lei
1
-0
/
+19