index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-26
md/raid5: fix IO hang with degraded array with llbitmap
Yu Kuai
2026-01-26
md: remove recovery_disabled
Li Nan
2026-01-26
md: mark rdev Faulty when badblocks setting fails
Li Nan
2026-01-26
md: factor error handling out of md_done_sync into helper
Li Nan
2026-01-26
md/raid5: make sure max_sectors is not less than io_opt
Yu Kuai
2026-01-26
md/raid5: use mempool to allocate stripe_request_ctx
Yu Kuai
2026-01-26
md: merge mddev serialize_policy into mddev_flags
Yu Kuai
2026-01-26
md: merge mddev faillast_dev into mddev_flags
Yu Kuai
2026-01-26
md/raid5: fix raid5_run() to return error when log_init() fails
Yu Kuai
2025-12-27
md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...
Tuo Li
2025-11-30
md/raid5: fix IO hang when array is broken with IO inflight
Yu Kuai
2025-11-11
md: allow configuring logical block size
Li Nan
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-17
md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
Zhang Yi
2025-09-10
md/raid5: convert to use bio_submit_split_bioset()
Yu Kuai
2025-09-10
md: fix mssing blktrace bio split events
Yu Kuai
2025-09-06
md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
Yu Kuai
2025-09-06
md/md-bitmap: add a new method blocks_synced() in bitmap_operations
Yu Kuai
2025-09-06
md/raid5: check before referencing mddev->bitmap_ops
Yu Kuai
2025-09-06
md/md-bitmap: handle the case bitmap is not enabled before end_sync()
Yu Kuai
2025-09-06
md/md-bitmap: handle the case bitmap is not enabled before start_sync()
Yu Kuai
2025-09-06
md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
Yu Kuai
2025-07-31
md: rename recovery_cp to resync_offset
Li Nan
2025-07-12
md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueue
Ryo Takakura
2025-05-10
md: clean up accounting for issued sync IO
Yu Kuai
2025-03-05
md/raid5: merge reshape_progress checking inside get_reshape_loc()
Yu Kuai
2025-03-05
md: switch personalities to use md_submodule_head
Yu Kuai
2025-01-13
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
2025-01-13
md/raid5: implement pers->bitmap_sector()
Yu Kuai
2025-01-13
md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
Yu Kuai
2025-01-13
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
Yu Kuai
2024-11-07
md/raid5: Wait sync io to finish before changing group cnt
Xiao Ni
2024-11-05
md/raid5: don't set Faulty rdev for blocked_rdev
Yu Kuai
2024-08-29
md/raid5: rename wait_for_overlap to wait_for_reshape
Artur Paszkiewicz
2024-08-29
md/raid5: only add to wq if reshape is in progress
Artur Paszkiewicz
2024-08-29
md/raid5: use wait_on_bit() for R5_Overlap
Artur Paszkiewicz
2024-08-27
md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: pass in mddev directly for md_bitmap_resize()
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-08-27
md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operations
Yu Kuai
[next]