summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-12md-cluster: fix no recovery job when adding/re-adding a diskHeming Zhao1-3/+14
2024-07-04md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai1-6/+0
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET1-2/+2
2024-07-04md: Remove unneeded semicolonYang Li1-1/+1
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig1-5/+9
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-34/+6
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-17/+1
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig1-3/+2
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-13/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-3/+5
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-55/+17
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-55/+17
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai1-2/+3
2024-06-12md: factor out helpers for different sync_action in md_do_sync()Yu Kuai1-50/+73
2024-06-12md: replace last_sync_action with new enum typeYu Kuai1-3/+4
2024-06-12md: use new helpers in md_do_sync()Yu Kuai1-16/+5
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai1-52/+33
2024-06-12md: remove parameter check_seq for stop_sync_thread()Yu Kuai1-15/+11
2024-06-12md: replace sysfs api sync_action with new helpersYu Kuai1-42/+52
2024-06-12md: factor out helper to start reshape from action_store()Yu Kuai1-24/+41
2024-06-12md: add new helpers for sync_actionYu Kuai1-0/+79
2024-06-10md: make md_flush_request() more readableLi Nan1-15/+13
2024-06-10md: fix deadlock between mddev_suspend and flush bioLi Nan1-11/+15
2024-06-10md: change the return value type of md_write_start to voidLi Nan1-10/+4
2024-06-10md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
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/vf...Linus 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 wit...Yu 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