index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-22
md: remove most calls to bdevname
Christoph Hellwig
1
-14
/
+10
2022-04-25
md: Set MD_BROKEN for RAID1 and RAID10
Mariusz Tkaczyk
1
-17
/
+26
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-15
/
+1
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
1
-1
/
+1
2022-04-17
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-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+1
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+0
2022-03-08
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-22
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-03
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-30
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+19
2021-08-27
raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
Guoqing Jiang
1
-0
/
+19
2021-08-04
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
2021-06-14
md/raid1: enable io accounting
Guoqing Jiang
1
-0
/
+7
2021-06-14
md/raid1: rename print_msg with r1bio_existed
Guoqing Jiang
1
-4
/
+4
2021-04-23
md/raid1: properly indicate failure when ending a failed write request
Paul Clements
1
-0
/
+2
2021-01-27
md: remove bio_alloc_mddev
Christoph Hellwig
1
-1
/
+1
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-3
/
+3
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-4
/
+3
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-31
/
+0
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-7
/
+7
2020-05-13
md/raid1: release pending accounting for an I/O only after write-behind is al...
David Jeffery
1
-6
/
+7
2020-01-13
md/raid1: introduce wait_for_serialization
Guoqing Jiang
1
-19
/
+22
2020-01-13
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
1
-3
/
+6
2020-01-13
md: introduce a new struct for IO serialization
Guoqing Jiang
1
-28
/
+33
2020-01-13
raid1: serialize the overlap write
Guoqing Jiang
1
-14
/
+13
2020-01-13
md: rename wb stuffs
Guoqing Jiang
1
-21
/
+22
2019-12-11
md: raid1: check rdev before reference in raid1_sync_request func
Zhiqiang Liu
1
-1
/
+1
2019-11-11
md/raid1: avoid soft lockup under high load
Hannes Reinecke
1
-0
/
+1
2019-10-24
md: improve handling of bio with REQ_PREFLUSH in md_flush_request()
David Jeffery
1
-3
/
+2
2019-09-03
md/raid1: fail run raid1 array when active disk less than one
Yufen Yu
1
-1
/
+12
2019-08-07
raid1: factor out a common routine to handle the completion of sync write
Hou Tao
1
-21
/
+18
2019-08-07
md: allow last device to be forcibly removed from RAID1/RAID10.
Guoqing Jiang
1
-3
/
+3
2019-08-07
md/raid1: end bio when the device faulty
Yufen Yu
1
-12
/
+14
2019-08-07
raid1: use an int as the return value of raise_barrier()
Hou Tao
1
-1
/
+4
2019-06-26
md/raid1: Fix a warning message in remove_wb()
Dan Carpenter
1
-1
/
+1
2019-06-20
md/raid1: fix potential data inconsistency issue with write behind device
Guoqing Jiang
1
-1
/
+67
2019-06-15
md: raid1-10: Unify r{1,10}bio_pool_free
Marcos Paulo de Souza
1
-9
/
+4
[next]