summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-10dm: factor out helper function from dm_get_deviceBenjamin Marzinski2-9/+29
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 Moal2-8/+0
2024-07-10dm: Remove max_write_zeroes_granularityDamien Le Moal2-8/+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 Patocka2-3/+40
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 Patocka6-12/+61
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka2-10/+10
2024-06-24block: fix the blk_queue_nonrot polarityChristoph Hellwig1-1/+1
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-23cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-21block: Fix blk_validate_atomic_write_limits() build for arm32John Garry1-2/+1
2024-06-21block: Cleanup block device zone helpersDamien Le Moal1-32/+12
2024-06-21block: Define bdev_nr_zones() as an inline functionDamien Le Moal2-19/+5
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-21nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-21scsi: scsi_debug: Atomic write supportJohn Garry1-134/+454
2024-06-21scsi: sd: Atomic write supportJohn Garry5-1/+124
2024-06-21block: Add fops atomic write supportJohn Garry1-3/+17
2024-06-21block: Add atomic write support for statxPrasad Singamsetty3-19/+39
2024-06-21block: Add core atomic write supportJohn Garry8-5/+304
2024-06-21fs: Add initial atomic write support info to statxPrasad Singamsetty4-2/+50
2024-06-21fs: Initial atomic write supportPrasad Singamsetty6-14/+45
2024-06-21block: Generalize chunk_sectors support as boundary supportJohn Garry3-13/+22
2024-06-21block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry3-4/+7
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe9-51/+29
2024-06-20rust: block: do not use removed queue flag APIAndreas Hindborg1-14/+3
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig4-9/+8
2024-06-20block: remove the discard_alignment flagChristoph Hellwig5-14/+0
2024-06-20block: move the misaligned flag into the features fieldChristoph Hellwig2-11/+13
2024-06-20block: renumber and rename the cache disabled flagChristoph Hellwig2-6/+6
2024-06-20block: fix spelling and grammar for in writeback_cache_control.rstChristoph Hellwig1-3/+3
2024-06-20block: remove the unused blk_bounce enumChristoph Hellwig1-9/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe61-730/+576