summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-11Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-11dm vdo: replace max_discard_sectors with max_hw_discard_sectorsBruce Johnston
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski
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-07-04md/raid5: fix spares errors about rcu usageYu Kuai
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig
2024-06-20block: Generalize chunk_sectors support as boundary supportJohn Garry
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig
2024-06-20block: remove the discard_alignment flagChristoph Hellwig
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: move the add_random flag 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-15dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal
2024-06-15dm: Improve zone resource limits handlingDamien Le Moal
2024-06-15dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal
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-14block: remove the blk_integrity_profile structureChristoph Hellwig
2024-06-14dm-integrity: use the nop integrity profileChristoph Hellwig
2024-06-14md/raid1: don't free conf on raid0_run failureChristoph Hellwig
2024-06-14md/raid0: don't free conf on raid0_run failureChristoph Hellwig
2024-06-12md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai
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-12md: add a new enum type sync_actionYu Kuai
2024-06-12md: rearrange recovery_flagsYu Kuai
2024-06-11md/md-bitmap: fix writing non bitmap pagesOfir Gal
2024-06-10md/raid1: don't free conf on raid0_run failureChristoph Hellwig
2024-06-10md/raid0: don't free conf on raid0_run failureChristoph Hellwig