summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu-9/+10
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu-7/+7
2024-06-24bcache: fix typoKuan-Wei Chiu-1/+1
2024-06-20block: Generalize chunk_sectors support as boundary supportJohn Garry-1/+1
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe-6/+3
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig-3/+3
2024-06-20block: remove the discard_alignment flagChristoph Hellwig-3/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe-202/+59
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig-7/+8
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig-41/+13
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig-2/+2
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig-32/+4
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig-21/+4
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig-16/+14
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig-18/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-27/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig-40/+14
2024-06-15dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal-2/+0
2024-06-15dm: Improve zone resource limits handlingDamien Le Moal-30/+150
2024-06-15dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal-19/+22
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe-240/+79
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig-218/+77
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig-1/+1
2024-06-14dm-integrity: use the nop integrity profileChristoph Hellwig-22/+2
2024-06-14md/raid1: don't free conf on raid0_run failureChristoph Hellwig-11/+3
2024-06-14md/raid0: don't free conf on raid0_run failureChristoph Hellwig-16/+5
2024-06-12md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai-7/+13
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai-14/+10
2024-06-12md: factor out helpers for different sync_action in md_do_sync()Yu Kuai-50/+73
2024-06-12md: replace last_sync_action with new enum typeYu Kuai-9/+9
2024-06-12md: use new helpers in md_do_sync()Yu Kuai-17/+6
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai-54/+33
2024-06-12md: remove parameter check_seq for stop_sync_thread()Yu Kuai-15/+11
2024-06-12md: replace sysfs api sync_action with new helpersYu Kuai-42/+52
2024-06-12md: factor out helper to start reshape from action_store()Yu Kuai-24/+41
2024-06-12md: add new helpers for sync_actionYu Kuai-0/+82
2024-06-12md: add a new enum type sync_actionYu Kuai-1/+56
2024-06-12md: rearrange recovery_flagsYu Kuai-14/+38
2024-06-11md/md-bitmap: fix writing non bitmap pagesOfir Gal-3/+3
2024-06-11md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring-1/+1
2024-06-10md/raid1: don't free conf on raid0_run failureChristoph Hellwig-11/+3
2024-06-10md/raid0: don't free conf on raid0_run failureChristoph Hellwig-16/+5
2024-06-10md: make md_flush_request() more readableLi Nan-15/+13
2024-06-10md: fix deadlock between mddev_suspend and flush bioLi Nan-11/+15
2024-06-10md: change the return value type of md_write_start to voidLi Nan-17/+8
2024-06-10md: do not delete safemode_timer in mddev_suspendLi Nan-1/+0
2024-05-28bcache: code cleanup in __bch_bucket_alloc_set()Coly Li-6/+2
2024-05-28bcache: call force_wake_up_gc() if necessary in check_should_bypass()Coly Li-1/+15
2024-05-28bcache: allow allocator to invalidate bucket in gcDongsheng Yang-9/+12
2024-05-27dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig-12/+14