summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* md: ensure child flush IO does not affect origin bio->bi_statusLi Nan2024-10-171-1/+23
* md: Add new_level sysfs interfaceXiao Ni2024-09-061-0/+29
* md: Report failed arrays as broken in mdstatMateusz Kusiak2024-09-041-2/+7
* Merge branch 'md-6.12-bitmap' into md-6.12Song Liu2024-08-281-55/+100
|\
| * md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operationsYu Kuai2024-08-271-1/+1
| * md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operationsYu Kuai2024-08-271-1/+1
| * md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai2024-08-271-1/+1
| * md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai2024-08-271-1/+1
| * md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operationsYu Kuai2024-08-271-4/+10
| * md/md-bitmap: merge bitmap_write_all() into bitmap_operationsYu Kuai2024-08-271-1/+1
| * md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai2024-08-271-5/+6
| * md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operationsYu Kuai2024-08-271-2/+2
| * md/md-bitmap: merge md_bitmap_flush() into bitmap_operationsYu Kuai2024-08-271-1/+2
| * md/md-bitmap: merge md_bitmap_destroy() into bitmap_operationsYu Kuai2024-08-271-7/+8
| * md/md-bitmap: merge md_bitmap_load() into bitmap_operationsYu Kuai2024-08-271-3/+4
| * md/md-bitmap: merge md_bitmap_create() into bitmap_operationsYu Kuai2024-08-271-3/+3
| * md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()Yu Kuai2024-08-271-21/+9
| * md/md-bitmap: introduce struct bitmap_operationsYu Kuai2024-08-271-0/+1
| * md/md-bitmap: add 'file_pages' into struct md_bitmap_statsYu Kuai2024-08-271-6/+11
| * md/md-bitmap: add 'events_cleared' into struct md_bitmap_statsYu Kuai2024-08-271-2/+14
| * md: use new helper md_bitmap_get_stats() in update_array_info()Yu Kuai2024-08-271-5/+7
| * md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()Yu Kuai2024-08-271-1/+28
* | md: Remove flush handlingYu Kuai2024-08-281-123/+15
|/
* md: Don't flush sync_work in md_write_start()Yu Kuai2024-08-271-1/+0
* md-cluster: fix no recovery job when adding/re-adding a diskHeming Zhao2024-07-121-3/+14
* md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai2024-07-041-6/+0
* md-cluster: Constify struct md_cluster_operationsChristophe JAILLET2024-07-041-2/+2
* md: Remove unneeded semicolonYang Li2024-07-041-1/+1
* md: set md-specific flags for all queue limitsChristoph Hellwig2024-06-261-5/+9
* Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-191-34/+6
|\
| * block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-191-17/+1
| * block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-191-3/+2
| * block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-13/+0
| * block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-3/+5
* | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-141-55/+17
|\|
| * block: move integrity information into queue_limitsChristoph Hellwig2024-06-141-55/+17
* | md: pass in max_sectors for pers->sync_request()Yu Kuai2024-06-121-2/+3
* | md: factor out helpers for different sync_action in md_do_sync()Yu Kuai2024-06-121-50/+73
* | md: replace last_sync_action with new enum typeYu Kuai2024-06-121-3/+4
* | md: use new helpers in md_do_sync()Yu Kuai2024-06-121-16/+5
* | md: don't fail action_store() if sync_thread is not registeredYu Kuai2024-06-121-52/+33
* | md: remove parameter check_seq for stop_sync_thread()Yu Kuai2024-06-121-15/+11
* | md: replace sysfs api sync_action with new helpersYu Kuai2024-06-121-42/+52
* | md: factor out helper to start reshape from action_store()Yu Kuai2024-06-121-24/+41
* | md: add new helpers for sync_actionYu Kuai2024-06-121-0/+79
* | md: make md_flush_request() more readableLi Nan2024-06-101-15/+13
* | md: fix deadlock between mddev_suspend and flush bioLi Nan2024-06-101-11/+15
* | md: change the return value type of md_write_start to voidLi Nan2024-06-101-10/+4
* | md: do not delete safemode_timer in mddev_suspendLi Nan2024-06-101-1/+0
|/
* md: Revert "md: Fix overflow in is_mddev_idle"Li Nan2024-05-071-4/+3