summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17md: ensure child flush IO does not affect origin bio->bi_statusLi Nan1-1/+23
2024-09-06md: Add new_level sysfs interfaceXiao Ni1-0/+29
2024-09-05md: Report failed arrays as broken in mdstatMateusz Kusiak1-2/+7
2024-08-29Merge branch 'md-6.12-bitmap' into md-6.12Song Liu1-55/+100
2024-08-28md: Remove flush handlingYu Kuai1-123/+15
2024-08-27md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operationsYu Kuai1-4/+10
2024-08-27md/md-bitmap: merge bitmap_write_all() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai1-5/+6
2024-08-27md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operationsYu Kuai1-2/+2
2024-08-27md/md-bitmap: merge md_bitmap_flush() into bitmap_operationsYu Kuai1-1/+2
2024-08-27md/md-bitmap: merge md_bitmap_destroy() into bitmap_operationsYu Kuai1-7/+8
2024-08-27md/md-bitmap: merge md_bitmap_load() into bitmap_operationsYu Kuai1-3/+4
2024-08-27md/md-bitmap: merge md_bitmap_create() into bitmap_operationsYu Kuai1-3/+3
2024-08-27md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()Yu Kuai1-21/+9
2024-08-27md/md-bitmap: introduce struct bitmap_operationsYu Kuai1-0/+1
2024-08-27md/md-bitmap: add 'file_pages' into struct md_bitmap_statsYu Kuai1-6/+11
2024-08-27md/md-bitmap: add 'events_cleared' into struct md_bitmap_statsYu Kuai1-2/+14
2024-08-27md: use new helper md_bitmap_get_stats() in update_array_info()Yu Kuai1-5/+7
2024-08-27md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()Yu Kuai1-1/+28
2024-08-27md: Don't flush sync_work in md_write_start()Yu Kuai1-1/+0
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