index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
md/raid1: don't split discard io for write behind
Yu Kuai
1
-1
/
+2
2023-09-22
md: initialize 'writes_pending' while allocating mddev
Yu Kuai
1
-2
/
+1
2023-09-12
md/raid1: fix error: ISO C90 forbids mixed declarations
Nigel Croxon
1
-2
/
+1
2023-08-18
md raid1: allow writebehind to work on any leg device set WriteMostly
Heinz Mauelshagen
1
-2
/
+1
2023-08-18
md/raid1: hold the barrier until handle_read_error() finishes
Xueshi Hu
1
-1
/
+3
2023-08-18
md/raid1: free the r1bio before waiting for blocked rdev
Xueshi Hu
1
-2
/
+2
2023-08-18
md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()
Xueshi Hu
1
-3
/
+4
2023-08-15
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
Li Lingfeng
1
-2
/
+2
2023-08-15
md: raid1: fix potential OOB in raid1_remove_disk()
Zhang Shurong
1
-0
/
+4
2023-07-27
md/raid1: Avoid lock contention from wake_up()
Jack Wang
1
-6
/
+12
2023-07-27
md: remove redundant check in fix_read_error()
Li Nan
1
-1
/
+1
2023-07-27
md/raid1: prioritize adding disk to 'removed' mirror
Li Nan
1
-11
/
+15
2023-07-27
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
1
-8
/
+6
2023-06-14
md/raid1-10: limit the number of plugged bio
Yu Kuai
1
-1
/
+1
2023-06-14
md/raid1-10: don't handle pluged bio by daemon thread
Yu Kuai
1
-2
/
+2
2023-06-14
md/raid1-10: factor out a helper to submit normal write
Yu Kuai
1
-11
/
+2
2023-06-14
md/raid1-10: factor out a helper to add bio to plug
Yu Kuai
1
-11
/
+1
2023-06-14
md: protect md_thread with rcu
Yu Kuai
1
-3
/
+4
2023-06-01
md: raid1: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-06-01
md: check for failure when adding pages in alloc_behind_master_bio
Johannes Thumshirn
1
-1
/
+4
2022-12-07
block: remove bio_set_op_attrs
Christoph Hellwig
1
-6
/
+6
2022-11-14
md/raid1: stop mdx_raid1 thread when raid1 array run failed
Jiang Li
1
-0
/
+1
2022-07-14
md/raid1: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+2
2022-07-14
md/core: Combine two sync_page_io() arguments
Bart Van Assche
1
-4
/
+4
2022-07-14
block: remove bdevname
Christoph Hellwig
1
-1
/
+1
2022-05-23
md: remove most calls to bdevname
Christoph Hellwig
1
-14
/
+10
2022-04-26
md: Set MD_BROKEN for RAID1 and RAID10
Mariusz Tkaczyk
1
-17
/
+26
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-15
/
+1
2022-04-18
block: add a bdev_nonrot helper
Christoph Hellwig
1
-1
/
+1
2022-04-18
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-4
/
+8
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2022-03-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+1
2022-03-22
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+0
2022-03-09
md: raid1/raid10: drop pending_cnt
Mariusz Tkaczyk
1
-11
/
+0
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
1
-2
/
+0
2022-03-07
raid1: stop using bio_devname
Christoph Hellwig
1
-3
/
+2
2022-02-23
scsi: md: Remove WRITE_SAME support
Christoph Hellwig
1
-3
/
+1
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
1
-17
/
+17
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-1
/
+2
2022-01-12
Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+56
2022-01-06
md: raid1 add nowait support
Vishal Verma
1
-20
/
+56
2022-01-06
md: drop queue limitation for RAID1 and RAID10
Mariusz Tkaczyk
1
-7
/
+0
2022-01-04
md/raid1: fix missing bitmap update w/o WriteMostly devices
Song Liu
1
-1
/
+2
2021-10-18
md/raid1: use rdev in raid1_write_request directly
Guoqing Jiang
1
-6
/
+5
2021-10-18
md/raid1: only allocate write behind bio for WriteMostly device
Guoqing Jiang
1
-1
/
+1
2021-08-31
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+19
2021-08-28
raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
Guoqing Jiang
1
-0
/
+19
2021-08-05
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...
Jens Axboe
1
-2
/
+0
2021-07-23
md/raid10: properly indicate failure when ending a failed write request
Wei Shuyu
1
-2
/
+0
[next]