index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.c
Age
Commit message (
Expand
)
Author
2024-03-08
raid1: fix use-after-free for original bio in raid1_write_request()
Yu Kuai
2024-03-06
md: remove mddev->queue
Christoph Hellwig
2024-03-06
md/raid1: use the atomic queue limit update APIs
Christoph Hellwig
2024-03-06
md: add a mddev_is_dm helper
Christoph Hellwig
2024-03-06
md: add a mddev_add_trace_msg helper
Christoph Hellwig
2024-03-06
md: add a mddev_trace_remap helper
Christoph Hellwig
2024-02-29
md/raid1: factor out helpers to choose the best rdev from read_balance()
Yu Kuai
2024-02-29
md/raid1: factor out the code to manage sequential IO
Yu Kuai
2024-02-29
md/raid1: factor out choose_bb_rdev() from read_balance()
Yu Kuai
2024-02-29
md/raid1: factor out choose_slow_rdev() from read_balance()
Yu Kuai
2024-02-29
md/raid1: factor out read_first_rdev() from read_balance()
Yu Kuai
2024-02-29
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
2024-02-29
md/raid1: fix choose next idle in read_balance()
Yu Kuai
2024-02-29
md/raid1: record nonrot rdevs while adding/removing rdevs to conf
Yu Kuai
2024-02-29
md/raid1: factor out helpers to add rdev to conf
Yu Kuai
2024-02-29
md: add a new helper rdev_has_badblock()
Yu Kuai
2024-01-24
md: fix a suspicious RCU usage warning
Mikulas Patocka
2024-01-09
md/raid1: Use blk_opf_t for read and write operations
Bart Van Assche
2023-12-15
md/raid1: support read error check
Li Nan
2023-12-15
md: factor out a helper exceed_read_errors() to check read_errors
Li Nan
2023-12-15
md/raid1: remove unnecessary null checking
Gou Hao
2023-11-27
md/raid1: remove rcu protection to access rdev from conf
Yu Kuai
2023-11-27
md: remove flag RemoveSynchronized
Yu Kuai
2023-10-09
md/raid1: don't split discard io for write behind
Yu Kuai
2023-09-22
md: initialize 'writes_pending' while allocating mddev
Yu Kuai
2023-09-11
md/raid1: fix error: ISO C90 forbids mixed declarations
Nigel Croxon
2023-08-17
md raid1: allow writebehind to work on any leg device set WriteMostly
Heinz Mauelshagen
2023-08-17
md/raid1: hold the barrier until handle_read_error() finishes
Xueshi Hu
2023-08-17
md/raid1: free the r1bio before waiting for blocked rdev
Xueshi Hu
2023-08-17
md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()
Xueshi Hu
2023-08-15
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
Li Lingfeng
2023-08-15
md: raid1: fix potential OOB in raid1_remove_disk()
Zhang Shurong
2023-07-27
md/raid1: Avoid lock contention from wake_up()
Jack Wang
2023-07-27
md: remove redundant check in fix_read_error()
Li Nan
2023-07-27
md/raid1: prioritize adding disk to 'removed' mirror
Li Nan
2023-07-27
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
2023-06-13
md/raid1-10: limit the number of plugged bio
Yu Kuai
2023-06-13
md/raid1-10: don't handle pluged bio by daemon thread
Yu Kuai
2023-06-13
md/raid1-10: factor out a helper to submit normal write
Yu Kuai
2023-06-13
md/raid1-10: factor out a helper to add bio to plug
Yu Kuai
2023-06-13
md: protect md_thread with rcu
Yu Kuai
2023-06-01
md: raid1: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-06-01
md: check for failure when adding pages in alloc_behind_master_bio
Johannes Thumshirn
2022-12-07
block: remove bio_set_op_attrs
Christoph Hellwig
2022-11-14
md/raid1: stop mdx_raid1 thread when raid1 array run failed
Jiang Li
2022-07-14
md/raid1: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
md/core: Combine two sync_page_io() arguments
Bart Van Assche
2022-07-14
block: remove bdevname
Christoph Hellwig
2022-05-22
md: remove most calls to bdevname
Christoph Hellwig
2022-04-25
md: Set MD_BROKEN for RAID1 and RAID10
Mariusz Tkaczyk
[next]