summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2024-07-12md-cluster: fix hanging issue while a new disk addingHeming Zhao
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-10dm raid: fix stripes adding reshape size issuesHeinz Mauelshagen
2024-07-10dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...Heinz Mauelshagen
2024-07-10dm-crypt: support for per-sector NVMe metadataMikulas Patocka
2024-07-10dm mpath: don't call dm_get_device in multipath_messageBenjamin Marzinski
2024-07-10dm: factor out helper function from dm_get_deviceBenjamin Marzinski
2024-07-10dm-verity: fix dm_is_verity_target() when dm-verity is builtinEric Biggers
2024-07-10dm: Remove max_secure_erase_granularityDamien Le Moal
2024-07-10dm: Remove max_write_zeroes_granularityDamien Le Moal
2024-07-10dm vdo indexer: use swap() instead of open coding itJiapeng Chong
2024-07-10dm vdo: remove unused struct 'uds_attribute'Dr. David Alan Gilbert
2024-07-10dm: stop using blk_limits_io_{min,opt}Christoph Hellwig
2024-07-10dm-crypt: limit the size of encryption requestsMikulas Patocka
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-07-03dm verity: add support for signature verification with platform keyringLuca Boccassi
2024-07-03dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resumeBenjamin Marzinski
2024-07-03dm-verity: hash blocks with shash import+finup when possibleEric Biggers
2024-07-03dm-verity: make verity_hash() take dm_verity_io instead of ahash_requestEric Biggers
2024-07-03dm-verity: always "map" the data blocksEric Biggers
2024-07-03dm-verity: provide dma_alignment limit in io_hintsEric Biggers
2024-07-03dm-verity: make real_digest and want_digest fixed-lengthEric Biggers
2024-07-03dm-verity: move data hash mismatch handling into its own functionEric Biggers
2024-07-03block: split integrity support out of bio.hChristoph Hellwig
2024-07-02dm-verity: move hash algorithm setup into its own functionEric Biggers
2024-07-02dm init: Handle minors larger than 255Benjamin Marzinski
2024-07-02dm cache metadata: remove unused struct 'thunk'Dr. David Alan Gilbert
2024-07-02dm io: remove code duplication between sync_io and aysnc_ioBenjamin Marzinski
2024-07-02dm io: don't call the async_io notify.fn on invalid num_regionsBenjamin Marzinski
2024-07-02dm io: bump num_bvecs to handle offset memoryBenjamin Marzinski
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-26dm: optimize flushesMikulas Patocka
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu
2024-06-24bcache: fix typoKuan-Wei Chiu
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