index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
2026-04-28
md: use ATTRIBUTE_GROUPS() for md default sysfs attributes
Abd-Alrhman Masalkhi
2026-04-28
md: use mddev_is_dm() instead of open-coding gendisk checks
Abd-Alrhman Masalkhi
2026-04-28
md/md-bitmap: add a none backend for bitmap grow
Yu Kuai
2026-04-28
md/md-bitmap: split bitmap sysfs groups
Yu Kuai
2026-04-28
md: factor bitmap creation away from sysfs handling
Yu Kuai
2026-04-28
md: replace wait loop with wait_event() in md_handle_request()
Abd-Alrhman Masalkhi
2026-04-28
md/raid5: Fix UAF on IO across the reshape position
Benjamin Marzinski
2026-04-07
md: wake raid456 reshape waiters before suspend
Yu Kuai
2026-04-07
md/raid1: serialize overlap io for writemostly disk
Xiao Ni
2026-04-07
md: add fallback to correct bitmap_ops on version mismatch
Yu Kuai
2026-04-07
md: remove unused static md_wq workqueue
Abd-Alrhman Masalkhi
2026-04-06
md: fix array_state=clear sysfs deadlock
Yu Kuai
2026-03-23
md: remove unused mddev argument from export_rdev
Chen Cheng
2026-03-16
md: suppress spurious superblock update error message for dm-raid
Chen Cheng
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-02-17
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-12
md: ignore discard return value
Chaitanya Kulkarni
2026-02-11
Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-01-26
md raid: fix hang when stopping arrays with metadata through dm-raid
Heinz Mauelshagen
2026-01-26
md: remove recovery_disabled
Li Nan
2026-01-26
md: move finish_reshape to md_finish_sync()
Li Nan
2026-01-26
md: factor out sync completion update into helper
Li Nan
2026-01-26
md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
Li Nan
2026-01-26
md: update curr_resync_completed even when MD_RECOVERY_INTR is set
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: 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: merge mddev has_superblock into mddev_flags
Yu Kuai
2026-01-14
dm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2025-12-27
md: Fix forward incompatibility from configurable logical block size
Li Nan
2025-12-27
md: Fix logical_block_size configuration being overwritten
Li Nan
2025-12-27
md: suspend array while updating raid_disks via sysfs
FengWei Shih
2025-12-25
md: Fix static checker warning in analyze_sbs
Li Nan
2025-11-30
md: remove legacy 1s delay in md_notify_reboot
Tarun Sahu
2025-11-30
md: warn about updating super block failure
Yu Kuai
2025-11-11
md: allow configuring logical block size
Li Nan
2025-11-11
md: add check_new_feature module parameter
Li Nan
2025-11-11
md: init bioset in mddev_init
Li Nan
2025-11-11
md: delete md_redundancy_group when array is becoming inactive
Li Nan
2025-11-11
md: prevent adding disks with larger logical_block_size to active arrays
Li Nan
2025-11-08
md: avoid repeated calls to del_gendisk
Xiao Ni
2025-11-08
Factor out code into md_should_do_recovery()
Wu Guanghao
2025-11-08
md: fix rcu protection in md_wakeup_thread
Yun Zhou
2025-11-08
md: delete mddev kobj before deleting gendisk kobj
Xiao Ni
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-06
md/md-llbitmap: introduce new lockless bitmap
Yu Kuai
2025-09-06
md/md-bitmap: make method bitmap_ops->daemon_work optional
Yu Kuai
2025-09-06
md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
Yu Kuai
[next]