summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2024-07-04md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET
2024-07-04md: Remove unneeded semicolonYang Li
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai
2024-06-12md: factor out helpers for different sync_action in md_do_sync()Yu Kuai
2024-06-12md: replace last_sync_action with new enum typeYu Kuai
2024-06-12md: use new helpers in md_do_sync()Yu Kuai
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai
2024-06-12md: remove parameter check_seq for stop_sync_thread()Yu Kuai
2024-06-12md: replace sysfs api sync_action with new helpersYu Kuai
2024-06-12md: factor out helper to start reshape from action_store()Yu Kuai
2024-06-12md: add new helpers for sync_actionYu Kuai
2024-06-10md: make md_flush_request() more readableLi Nan
2024-06-10md: fix deadlock between mddev_suspend and flush bioLi Nan
2024-06-10md: change the return value type of md_write_start to voidLi Nan
2024-06-10md: do not delete safemode_timer in mddev_suspendLi Nan
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan
2024-04-08md: don't account sync_io if iostats of the disk is disabledLi Nan
2024-04-08md: Fix overflow in is_mddev_idleLi Nan
2024-04-08md: add check for sleepers in md_wakeup_thread()Florian-Ewald Mueller
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-06md: remove mddev->queueChristoph Hellwig
2024-03-06md: don't initialize queue limitsChristoph Hellwig
2024-03-06md: add queue limit helpersChristoph Hellwig
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai
2024-03-05md: export helper md_is_rdwr()Yu Kuai
2024-03-05md: export helpers to stop sync_threadYu Kuai
2024-03-05md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan
2024-02-26md: factor out a helper to sync mddevLi Nan
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan
2024-02-26md: return directly before setting did_set_md_closingLi Nan
2024-02-26md: clean up invalid BUG_ON in md_ioctlLi Nan
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan