summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26md/raid5: fix IO hang with degraded array with llbitmapYu Kuai
2026-01-26md: remove recovery_disabledLi Nan
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan
2026-01-26md/raid5: make sure max_sectors is not less than io_optYu Kuai
2026-01-26md/raid5: use mempool to allocate stripe_request_ctxYu Kuai
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai
2026-01-26md/raid5: fix raid5_run() to return error when log_init() failsYu Kuai
2025-12-27md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li
2025-11-30md/raid5: fix IO hang when array is broken with IO inflightYu Kuai
2025-11-11md: allow configuring logical block sizeLi Nan
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-17md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi
2025-09-10md/raid5: convert to use bio_submit_split_bioset()Yu Kuai
2025-09-10md: fix mssing blktrace bio split eventsYu Kuai
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai
2025-09-06md/md-bitmap: add a new method blocks_synced() in bitmap_operationsYu Kuai
2025-09-06md/raid5: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before end_sync()Yu Kuai
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before start_sync()Yu Kuai
2025-09-06md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()Yu Kuai
2025-07-31md: rename recovery_cp to resync_offsetLi Nan
2025-07-12md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueueRyo Takakura
2025-05-10md: clean up accounting for issued sync IOYu Kuai
2025-03-05md/raid5: merge reshape_progress checking inside get_reshape_loc()Yu Kuai
2025-03-05md: switch personalities to use md_submodule_headYu Kuai
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai
2025-01-13md/raid5: implement pers->bitmap_sector()Yu Kuai
2025-01-13md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai
2025-01-13md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai
2024-11-07md/raid5: Wait sync io to finish before changing group cntXiao Ni
2024-11-05md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai
2024-08-29md/raid5: rename wait_for_overlap to wait_for_reshapeArtur Paszkiewicz
2024-08-29md/raid5: only add to wq if reshape is in progressArtur Paszkiewicz
2024-08-29md/raid5: use wait_on_bit() for R5_OverlapArtur Paszkiewicz
2024-08-27md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai
2024-08-27md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()Yu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operationsYu Kuai