summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-1/+1
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds20-837/+992
2024-07-12Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-07-11dm vdo: replace max_discard_sectors with max_hw_discard_sectorsBruce Johnston1-1/+1
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal3-5/+183
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal1-13/+11
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski1-23/+41
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 JAILLET3-5/+5
2024-07-04md: Remove unneeded semicolonYang Li1-1/+1
2024-07-04md/raid5: fix spares errors about rcu usageYu Kuai1-7/+5
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig1-2/+2
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig6-9/+14
2024-06-21block: Generalize chunk_sectors support as boundary supportJohn Garry1-1/+1
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe5-6/+3
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2-3/+3
2024-06-20block: remove the discard_alignment flagChristoph Hellwig3-3/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe7-202/+59
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig3-7/+8
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig1-41/+13
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig2-32/+4
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig2-21/+4
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig3-16/+14
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-18/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig3-27/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig3-40/+14
2024-06-16dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal1-2/+0
2024-06-16dm: Improve zone resource limits handlingDamien Le Moal1-30/+150
2024-06-16dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal3-19/+22
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe10-240/+79
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig9-218/+77
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig1-1/+1
2024-06-14dm-integrity: use the nop integrity profileChristoph Hellwig2-22/+2
2024-06-14md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-14md/raid0: don't free conf on raid0_run failureChristoph Hellwig1-16/+5
2024-06-12md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai1-7/+13
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai5-14/+10
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 Kuai3-9/+9
2024-06-12md: use new helpers in md_do_sync()Yu Kuai2-17/+6
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai2-54/+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 Kuai2-0/+82
2024-06-12md: add a new enum type sync_actionYu Kuai1-1/+56
2024-06-12md: rearrange recovery_flagsYu Kuai1-14/+38
2024-06-12md/md-bitmap: fix writing non bitmap pagesOfir Gal1-3/+3
2024-06-11md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring1-1/+1