summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-07-02dm-verity: move hash algorithm setup into its own functionEric Biggers1-31/+39
2024-07-02dm init: Handle minors larger than 255Benjamin Marzinski1-1/+3
2024-07-02dm cache metadata: remove unused struct 'thunk'Dr. David Alan Gilbert1-9/+0
2024-07-02dm io: remove code duplication between sync_io and aysnc_ioBenjamin Marzinski1-36/+23
2024-07-02dm io: don't call the async_io notify.fn on invalid num_regionsBenjamin Marzinski1-19/+12
2024-07-02dm io: bump num_bvecs to handle offset memoryBenjamin Marzinski1-1/+1
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-26dm: optimize flushesMikulas Patocka5-12/+46
2024-06-25bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu11-217/+263
2024-06-25lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu1-1/+1
2024-06-25lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2-9/+10
2024-06-25lib min_heap: add type safe interfaceKuan-Wei Chiu2-7/+7
2024-06-25bcache: fix typoKuan-Wei Chiu1-1/+1
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