aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan1-4/+3
2024-04-08md: don't account sync_io if iostats of the disk is disabledLi Nan1-0/+4
2024-04-08md: Fix overflow in is_mddev_idleLi Nan1-3/+4
2024-04-08md: add check for sleepers in md_wakeup_thread()Florian-Ewald Mueller1-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-168/+232
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+6
2024-03-06md: remove mddev->queueChristoph Hellwig1-10/+12
2024-03-06md: don't initialize queue limitsChristoph Hellwig1-2/+0
2024-03-06md: add queue limit helpersChristoph Hellwig1-0/+45
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig1-8/+7
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig1-2/+1
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig1-5/+1
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshapeYu Kuai1-2/+22
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai1-1/+2
2024-03-05md: export helper md_is_rdwr()Yu Kuai1-12/+0
2024-03-05md: export helpers to stop sync_threadYu Kuai1-0/+29
2024-03-05md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai1-1/+4
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan1-11/+11
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan1-23/+14
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan1-0/+16
2024-02-26md: factor out a helper to sync mddevLi Nan1-11/+21
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-02-26md: return directly before setting did_set_md_closingLi Nan1-17/+8
2024-02-26md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan1-6/+2
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan1-18/+12
2024-02-25md: port block device access to fileChristian Brauner1-6/+6
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+4
2024-02-15md: Don't suspend the array for interrupted reshapeYu Kuai1-4/+9
2024-02-15md: Don't register sync_thread for reshape directlyYu Kuai1-1/+4
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai1-4/+8
2024-02-15md: Don't ignore read-only array in md_check_recovery()Yu Kuai1-13/+18
2024-02-15md: Don't ignore suspended array in md_check_recovery()Yu Kuai1-3/+0
2024-02-12md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai1-1/+5
2024-02-05md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng1-2/+7
2024-02-05md: get rdev->mddev with READ_ONCE()Li Lingfeng1-2/+2
2024-02-05md: remove redundant md_wakeup_thread()Yu Kuai1-18/+2
2024-02-05md: remove redundant check of 'mddev->sync_thread'Yu Kuai1-10/+4
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-13/+27
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-155/+150
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai1-13/+27
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu1-133/+108
2023-12-19md: Remove deprecated CONFIG_MD_LINEARSong Liu1-1/+1
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai1-3/+8
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai1-4/+26
2023-12-06md: fix stopping sync threadYu Kuai1-53/+37
2023-12-06md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai1-11/+13
2023-12-06md: fix missing flush of sync_workYu Kuai1-2/+2