summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30md/raid5: fix IO hang when array is broken with IO inflightYu Kuai1-2/+4
2025-11-11md: allow configuring logical block sizeLi Nan1-0/+1
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-27/+47
2025-09-16md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-09-10md/raid5: convert to use bio_submit_split_bioset()Yu Kuai1-6/+4
2025-09-10md: fix mssing blktrace bio split eventsYu Kuai1-0/+2
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai1-4/+15
2025-09-06md/md-bitmap: add a new method blocks_synced() in bitmap_operationsYu Kuai1-4/+11
2025-09-06md/raid5: check before referencing mddev->bitmap_opsYu Kuai1-7/+12
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before end_sync()Yu Kuai1-2/+2
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before start_sync()Yu Kuai1-5/+2
2025-09-06md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()Yu Kuai1-1/+1
2025-07-30md: rename recovery_cp to resync_offsetLi Nan1-15/+15
2025-07-12md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueueRyo Takakura1-1/+1
2025-05-10md: clean up accounting for issued sync IOYu Kuai1-8/+0
2025-03-04md/raid5: merge reshape_progress checking inside get_reshape_loc()Yu Kuai1-11/+10
2025-03-04md: switch personalities to use md_submodule_headYu Kuai1-20/+50
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai1-44/+6
2025-01-13md/raid5: implement pers->bitmap_sector()Yu Kuai1-0/+51
2025-01-13md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai1-12/+3
2025-01-13md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai1-6/+5
2024-11-08md/raid5: Wait sync io to finish before changing group cntXiao Ni1-0/+4
2024-11-06md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai1-7/+6
2024-08-29md/raid5: rename wait_for_overlap to wait_for_reshapeArtur Paszkiewicz1-13/+13
2024-08-29md/raid5: only add to wq if reshape is in progressArtur Paszkiewicz1-3/+10
2024-08-29md/raid5: use wait_on_bit() for R5_OverlapArtur Paszkiewicz1-31/+29
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/+6
2024-08-27md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai1-1/+1
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-1/+1
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-2/+2
2024-08-27md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()Yu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operationsYu Kuai1-4/+6
2024-08-27md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operationsYu Kuai1-8/+10
2024-08-27md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operationsYu Kuai1-8/+5
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski1-23/+41
2024-07-04md/raid5: fix spares errors about rcu usageYu Kuai1-7/+5
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig1-1/+1
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-1/+1
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-2/+4
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-2/+4
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-1/+1
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-1/+1
2024-06-12md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai1-7/+13
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai1-2/+1
2024-06-10md: change the return value type of md_write_start to voidLi Nan1-2/+1
2024-04-09md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai1-12/+3