index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1-10.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/raid1-10: fix casting from randomized structure in raid1_submit_write()
Yu Kuai
2023-06-23
1
-1
/
+1
*
md/raid1-10: limit the number of plugged bio
Yu Kuai
2023-06-13
1
-1
/
+8
*
md/raid1-10: don't handle pluged bio by daemon thread
Yu Kuai
2023-06-13
1
-0
/
+14
*
md/raid1-10: submit write io directly if bitmap is not enabled
Yu Kuai
2023-06-13
1
-2
/
+11
*
md/raid1-10: factor out a helper to submit normal write
Yu Kuai
2023-06-13
1
-0
/
+17
*
md/raid1-10: factor out a helper to add bio to plug
Yu Kuai
2023-06-13
1
-0
/
+16
*
md: raid1: check if adding pages to resync bio fails
Johannes Thumshirn
2023-06-01
1
-5
/
+6
*
md: raid1/raid10: drop pending_cnt
Mariusz Tkaczyk
2022-03-08
1
-0
/
+5
*
md: drop queue limitation for RAID1 and RAID10
Mariusz Tkaczyk
2022-01-06
1
-6
/
+0
*
md: raid1-10: Unify r{1,10}bio_pool_free
Marcos Paulo de Souza
2019-06-15
1
-0
/
+5
*
drivers: md: Unify common definitions of raid1 and raid10
Marcos Paulo de Souza
2019-06-15
1
-0
/
+25
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
md: raid1-10: move raid1/raid10 common code into raid1-10.c
Ming Lei
2017-07-21
1
-0
/
+62
*
md: raid1/raid10: initialize bvec table via bio_add_page()
Ming Lei
2017-07-21
1
-0
/
+19