summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-04md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-08-19md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-05-17md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-03-27md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-03-27md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-31/+31
2024-02-23md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2023-08-11dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-0/+2
2023-07-27md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2023-07-27md/raid10: fix wrong setting of max_corr_read_errorsLi Nan1-0/+2
2023-07-27md/raid10: fix overflow of md/safe_mode_delayLi Nan1-3/+4
2023-04-05md: avoid signed overflow in slot_store()NeilBrown1-0/+3
2023-03-03md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan1-0/+1
2023-01-14md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-08-31md: call __md_stop_writes in md_stopGuoqing Jiang1-0/+1
2022-08-31Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang1-1/+1
2022-08-25md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe1-0/+1
2022-08-21md-raid: destroy the bitmap after destroying the threadMikulas Patocka1-1/+1
2022-06-14md: protect md_unregister_thread from reentrancyGuoqing Jiang1-5/+10
2022-06-09md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-06-09md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-01-16md: revert io stats accountingGuoqing Jiang1-45/+12
2021-12-14md: fix update super 1.0 on rdev size changeMarkus Hochholdinger1-0/+1
2021-11-18md: update superblock after changing rdev flags in state_storeXiao Ni1-1/+10
2021-09-30md: fix a lock order reversal in md_allocChristoph Hellwig1-5/+0
2021-05-14md: Fix missing unused status line of /proc/mdstatJan Glauber1-1/+5
2021-05-14md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1
2021-05-14md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-05-14md: split mddev_findChristoph Hellwig1-5/+19
2021-05-14md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
2021-02-10md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni1-0/+2
2020-12-30md/cluster: fix deadlock when node is doing resync jobZhao Heming1-2/+4
2020-12-30md/cluster: block reshape with remote resync jobZhao Heming1-2/+6
2020-12-26md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-12-10Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu1-20/+0
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+21
2020-10-09md: fix the checking of wrong work queueGuoqing Jiang1-1/+1
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig1-1/+1
2020-09-25md: compare bd_disk instead of bd_containsChristoph Hellwig1-4/+3
2020-09-25md: add md_submit_discard_bio() for submitting discard bioXiao Ni1-0/+20
2020-09-12md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+4
2020-09-10md: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-5/+5
2020-08-16Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+10
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+11
2020-08-07Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe1-7/+10
2020-08-06md: get sysfs entry after redundancy attr group createJunxiao Bi1-7/+10
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-43/+138
2020-08-03md: print errno in super_writtenGuoqing Jiang1-1/+2
2020-08-03md: register new md sysfs file 'uuid' read-onlySebastian Parschauer1-0/+9
2020-08-03md: fix max sectors calculation for super 1.0Xiao Ni1-4/+31