summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-3/+3
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds4-13/+56
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds14-234/+281
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds39-570/+909
2024-07-19dm vdo int-map: fix kerneldoc formattingMatthew Sakai1-1/+1
2024-07-19dm vdo repair: add missing kerneldoc fieldsMatthew Sakai1-3/+5
2024-07-19dm: Constify struct dm_block_validatorChristophe JAILLET12-44/+46
2024-07-19dm-integrity: introduce the Inline modeMikulas Patocka1-46/+360
2024-07-17Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-1/+1
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds20-837/+992
2024-07-12dm: introduce the target flag mempool_needs_integrityMikulas Patocka1-2/+5
2024-07-12md/raid1: set max_sectors during early return from choose_slow_rdev()Mateusz Jończyk1-0/+1
2024-07-12md-cluster: fix no recovery job when adding/re-adding a diskHeming Zhao3-3/+43
2024-07-12md-cluster: fix hanging issue while a new disk addingHeming Zhao1-10/+12
2024-07-11Merge 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-10dm raid: fix stripes adding reshape size issuesHeinz Mauelshagen1-3/+17
2024-07-10dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...Heinz Mauelshagen1-17/+17
2024-07-10dm-crypt: support for per-sector NVMe metadataMikulas Patocka1-23/+24
2024-07-10dm mpath: don't call dm_get_device in multipath_messageBenjamin Marzinski1-7/+4
2024-07-10dm: factor out helper function from dm_get_deviceBenjamin Marzinski1-9/+24
2024-07-10dm-verity: fix dm_is_verity_target() when dm-verity is builtinEric Biggers1-8/+8
2024-07-10dm: Remove max_secure_erase_granularityDamien Le Moal1-2/+0
2024-07-10dm: Remove max_write_zeroes_granularityDamien Le Moal1-2/+0
2024-07-10dm vdo indexer: use swap() instead of open coding itJiapeng Chong1-4/+1
2024-07-10dm vdo: remove unused struct 'uds_attribute'Dr. David Alan Gilbert1-5/+0
2024-07-10dm: stop using blk_limits_io_{min,opt}Christoph Hellwig11-20/+20
2024-07-10dm-crypt: limit the size of encryption requestsMikulas Patocka1-3/+29
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-07-03dm verity: add support for signature verification with platform keyringLuca Boccassi2-0/+17
2024-07-03dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resumeBenjamin Marzinski1-2/+3
2024-07-03dm-verity: hash blocks with shash import+finup when possibleEric Biggers2-57/+130
2024-07-03dm-verity: make verity_hash() take dm_verity_io instead of ahash_requestEric Biggers3-16/+13
2024-07-03dm-verity: always "map" the data blocksEric Biggers4-180/+42
2024-07-03dm-verity: provide dma_alignment limit in io_hintsEric Biggers1-0/+8
2024-07-03dm-verity: make real_digest and want_digest fixed-lengthEric Biggers2-12/+8
2024-07-03dm-verity: move data hash mismatch handling into its own functionEric Biggers1-28/+36
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-0/+1
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