summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-54/+45
2024-08-27md/md-bitmap: make in memory structure internalYu Kuai1-3/+2
2024-08-27md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai1-5/+7
2024-08-27md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operationsYu Kuai1-3/+3
2024-08-27md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operationsYu Kuai1-3/+3
2024-08-27md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()Yu Kuai1-2/+2
2024-08-27md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operationsYu Kuai1-5/+5
2024-08-27md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operationsYu Kuai1-5/+7
2024-08-27md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operationsYu Kuai1-2/+3
2024-08-27md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_statsYu Kuai1-5/+8
2024-08-27md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()Yu Kuai1-5/+2
2024-08-27md/raid1: Clean up local variable 'b' from raid1_read_request()Yu Kuai1-17/+4
2024-08-15md/raid1: Fix data corruption for degraded array with slow diskYu Kuai1-4/+10
2024-07-12md/raid1: set max_sectors during early return from choose_slow_rdev()Mateusz Jończyk1-0/+1
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig1-1/+1
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-4/+6
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-4/+6
2024-06-14md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai1-3/+2
2024-06-10md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-10md: change the return value type of md_write_start to voidLi Nan1-2/+1
2024-03-08raid1: fix use-after-free for original bio in raid1_write_request()Yu Kuai1-1/+1
2024-03-06md: remove mddev->queueChristoph Hellwig1-1/+1
2024-03-06md/raid1: use the atomic queue limit update APIsChristoph Hellwig1-9/+16
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig1-8/+5
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig1-6/+4
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig1-9/+2
2024-03-01md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai1-77/+98
2024-03-01md/raid1: factor out the code to manage sequential IOYu Kuai1-34/+37
2024-03-01md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai1-31/+48
2024-03-01md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai1-17/+52
2024-03-01md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai1-17/+46
2024-03-01md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai1-13/+2
2024-03-01md/raid1: fix choose next idle in read_balance()Yu Kuai1-10/+22
2024-03-01md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai1-7/+10
2024-03-01md/raid1: factor out helpers to add rdev to confYu Kuai1-32/+53
2024-03-01md: add a new helper rdev_has_badblock()Yu Kuai1-19/+7
2024-01-25md: fix a suspicious RCU usage warningMikulas Patocka1-1/+1
2024-01-10md/raid1: Use blk_opf_t for read and write operationsBart Van Assche1-6/+6
2023-12-16md/raid1: support read error checkLi Nan1-5/+12
2023-12-16md: factor out a helper exceed_read_errors() to check read_errorsLi Nan1-0/+1
2023-12-15md/raid1: remove unnecessary null checkingGou Hao1-2/+0
2023-11-28md/raid1: remove rcu protection to access rdev from confYu Kuai1-39/+23
2023-11-28md: remove flag RemoveSynchronizedYu Kuai1-9/+0
2023-10-10md/raid1: don't split discard io for write behindYu Kuai1-1/+2