index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1-10.c
Age
Commit message (
Expand
)
Author
2025-03-13
Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
2025-03-05
md: don't export md_cluster_ops
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_enabled() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge bitmap_unplug() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
Yu Kuai
2024-02-29
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
2024-02-29
md/raid1-10: add a helper raid1_check_read_range()
Yu Kuai
2023-12-15
md: factor out a helper exceed_read_errors() to check read_errors
Li Nan
2023-06-23
md/raid1-10: fix casting from randomized structure in raid1_submit_write()
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: submit write io directly if bitmap is not enabled
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-01
md: raid1: check if adding pages to resync bio fails
Johannes Thumshirn
2022-03-08
md: raid1/raid10: drop pending_cnt
Mariusz Tkaczyk
2022-01-06
md: drop queue limitation for RAID1 and RAID10
Mariusz Tkaczyk
2019-06-15
md: raid1-10: Unify r{1,10}bio_pool_free
Marcos Paulo de Souza
2019-06-15
drivers: md: Unify common definitions of raid1 and raid10
Marcos Paulo de Souza
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-21
md: raid1-10: move raid1/raid10 common code into raid1-10.c
Ming Lei
2017-07-21
md: raid1/raid10: initialize bvec table via bio_add_page()
Ming Lei