summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
29 hoursmd: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-08-14md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-08-03md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai1-6/+0
2024-08-03md: fix deadlock between mddev_suspend and flush bioLi Nan1-11/+15
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-01md: Fix missing release of 'active_io' for flushYu Kuai1-1/+5
2024-02-23md: bypass block throttle for superblock updateJunxiao Bi1-3/+4
2024-02-05md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2024-01-26md: synchronize flush io with array reconfigurationYu Kuai1-6/+16
2023-12-13md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai1-11/+13
2023-12-03md: fix bi_status reporting in md_end_clone_ioSong Liu1-1/+2
2023-11-28md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai1-1/+1
2023-09-14md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai1-3/+12
2023-09-08md: don't dereference mddev after export_rdev()Yu Kuai1-3/+3
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-92/+136
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng1-4/+5
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai1-2/+0
2023-07-27md: also clone new io if io accounting is disabledYu Kuai1-32/+31
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai1-17/+10
2023-07-27md: deprecate bitmap file supportChristoph Hellwig1-0/+2
2023-07-27md: make bitmap file support optionalChristoph Hellwig1-0/+7
2023-07-27md: enhance checking in md_check_recovery()Yu Kuai1-7/+15
2023-07-27md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai1-1/+1
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai1-4/+19
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai1-0/+5
2023-07-27md: refactor action_store() for 'idle' and 'frozen'Yu Kuai1-16/+45
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai1-17/+2
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-0/+2
2023-06-23md: fix 'delete_mutex' deadlockYu Kuai1-19/+9
2023-06-23md: use mddev->external to select holder in export_rdev()Song Liu1-2/+2
2023-06-14md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai1-0/+9
2023-06-14md/raid10: clean up md_add_new_disk()Li Nan1-1/+0
2023-06-14md: protect md_thread with rcuYu Kuai1-37/+32
2023-06-14md: factor out a helper to wake up md_thread directlyYu Kuai1-8/+19
2023-06-14md: fix duplicate filename for rdevYu Kuai1-42/+44
2023-06-14md/raid10: fix wrong setting of max_corr_read_errorsLi Nan1-0/+2
2023-06-14md/raid10: fix overflow of md/safe_mode_delayLi Nan1-3/+4
2023-06-14md/raid5: fix a deadlock in the case that reshape is interruptedYu Kuai1-0/+1
2023-06-14md: add a new api prepare_suspend() in md_personalityYu Kuai1-0/+4
2023-06-14md: export md_is_rdwr() and is_md_suspended()Yu Kuai1-16/+0
2023-06-14md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-18/+20
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-3/+3
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-1/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1