aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-12dm: introduce the target flag mempool_needs_integrityMikulas Patocka1-2/+5
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-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-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-26dm: optimize flushesMikulas Patocka5-12/+46
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-3/+3
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-22cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-20nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry1-134/+454
2024-06-20scsi: sd: Atomic write supportJohn Garry3-1/+122
2024-06-20block: 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 Axboe48-524/+319
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig1-3/+5
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig1-5/+3
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig5-13/+5
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig8-13/+15
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig2-52/+14
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig3-8/+5
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig4-36/+7
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig4-7/+6
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig9-45/+22