index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
md: clean up invalid BUG_ON in md_ioctl
Li Nan
1
-5
/
+0
2024-08-19
md: do not delete safemode_timer in mddev_suspend
Li Nan
1
-1
/
+0
2024-05-17
md: fix kmemleak of rdev->serial
Li Nan
1
-0
/
+1
2024-03-26
md: Don't clear MD_CLOSING when the raid is about to stop
Li Nan
1
-4
/
+10
2024-03-26
md: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
1
-31
/
+31
2024-02-23
md: Whenassemble the array, consult the superblock of the freshest device
Alex Lyakas
1
-10
/
+44
2023-08-11
dm raid: protect md_stop() with 'reconfig_mutex'
Yu Kuai
1
-0
/
+2
2023-07-27
md: fix data corruption for raid456 when reshape restart while grow up
Yu Kuai
1
-2
/
+12
2023-07-27
md/raid10: fix wrong setting of max_corr_read_errors
Li Nan
1
-0
/
+2
2023-07-27
md/raid10: fix overflow of md/safe_mode_delay
Li Nan
1
-3
/
+4
2023-04-05
md: avoid signed overflow in slot_store()
NeilBrown
1
-0
/
+3
2023-03-03
md: Flush workqueue md_rdev_misc_wq in md_alloc()
David Sloan
1
-0
/
+1
2023-01-14
md: fix a crash in mempool_free
Mikulas Patocka
1
-3
/
+6
2022-08-31
md: call __md_stop_writes in md_stop
Guoqing Jiang
1
-0
/
+1
2022-08-31
Revert "md-raid: destroy the bitmap after destroying the thread"
Guoqing Jiang
1
-1
/
+1
2022-08-25
md: Notify sysfs sync_completed in md_reap_sync_thread()
Logan Gunthorpe
1
-0
/
+1
2022-08-21
md-raid: destroy the bitmap after destroying the thread
Mikulas Patocka
1
-1
/
+1
2022-06-14
md: protect md_unregister_thread from reentrancy
Guoqing Jiang
1
-5
/
+10
2022-06-09
md: fix an incorrect NULL check in md_reload_sb
Xiaomeng Tong
1
-4
/
+6
2022-06-09
md: fix an incorrect NULL check in does_sb_need_changing
Xiaomeng Tong
1
-3
/
+5
2022-01-16
md: revert io stats accounting
Guoqing Jiang
1
-45
/
+12
2021-12-14
md: fix update super 1.0 on rdev size change
Markus Hochholdinger
1
-0
/
+1
2021-11-18
md: update superblock after changing rdev flags in state_store
Xiao Ni
1
-1
/
+10
2021-09-30
md: fix a lock order reversal in md_alloc
Christoph Hellwig
1
-5
/
+0
2021-05-14
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
1
-1
/
+5
2021-05-14
md: md_open returns -EBUSY when entering racing area
Zhao Heming
1
-2
/
+1
2021-05-14
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
1
-13
/
+19
2021-05-14
md: split mddev_find
Christoph Hellwig
1
-5
/
+19
2021-05-14
md-cluster: fix use-after-free issue when removing rdev
Heming Zhao
1
-4
/
+4
2021-02-10
md: Set prev_flush_start and flush_bio in an atomic way
Xiao Ni
1
-0
/
+2
2020-12-30
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
1
-2
/
+4
2020-12-30
md/cluster: block reshape with remote resync job
Zhao Heming
1
-2
/
+6
2020-12-26
md: fix a warning caused by a race between concurrent md_ioctl()s
Dae R. Jeong
1
-2
/
+5
2020-12-09
Revert "md: add md_submit_discard_bio() for submitting discard bio"
Song Liu
1
-20
/
+0
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+21
2020-10-08
md: fix the checking of wrong work queue
Guoqing Jiang
1
-1
/
+1
2020-09-25
md: don't detour through bd_contains for the gendisk
Christoph Hellwig
1
-1
/
+1
2020-09-25
md: compare bd_disk instead of bd_contains
Christoph Hellwig
1
-4
/
+3
2020-09-24
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
1
-0
/
+20
2020-09-11
md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
Song Liu
1
-4
/
+4
2020-09-10
md: use bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-5
/
+5
2020-08-15
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+10
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+11
2020-08-06
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
1
-7
/
+10
2020-08-05
md: get sysfs entry after redundancy attr group create
Junxiao Bi
1
-7
/
+10
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-43
/
+138
2020-08-02
md: print errno in super_written
Guoqing Jiang
1
-1
/
+2
2020-08-02
md: register new md sysfs file 'uuid' read-only
Sebastian Parschauer
1
-0
/
+9
2020-08-02
md: fix max sectors calculation for super 1.0
Xiao Ni
1
-4
/
+31
[next]