aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig1-10/+7
2024-06-19virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig1-10/+3
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig1-19/+4
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig1-1/+7
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig1-10/+15
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig1-6/+4
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig1-1/+9
2024-06-19sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig2-20/+10
2024-06-19sd: remove sd_is_zonedChristoph Hellwig3-19/+5
2024-06-19xen-blkfront: don't disable cache flushes when they failChristoph Hellwig1-21/+23
2024-06-19z2ram: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19ataflop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19amiflop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-18block, bfq: remove blkg_path()Yu Kuai3-67/+0
2024-06-17block: cleanup flag_{show,store}Kanchan Joshi1-8/+7
2024-06-16block: BFQ: Refactor bfq_exit_icq() to silence sparse warningJohn Garry1-18/+20
2024-06-16block: Drop locking annotation for limits_lockJohn Garry2-2/+0
2024-06-16bdev: make blockdev_mnt staticJiapeng Chong1-1/+1
2024-06-15dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal1-2/+0
2024-06-15dm: Improve zone resource limits handlingDamien Le Moal1-30/+150
2024-06-15dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal3-19/+22
2024-06-15block: Improve checks on zone resource limitsDamien Le Moal2-4/+24
2024-06-14rust: block: do not use removed queue limit APIAndreas Hindborg1-13/+7
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe39-1277/+735
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig21-497/+289
2024-06-14block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flagsChristoph Hellwig3-13/+13
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig3-11/+10
2024-06-14block: don't require stable pages for non-PI metadataChristoph Hellwig1-2/+4
2024-06-14block: use kstrtoul in flag_storeChristoph Hellwig1-2/+6
2024-06-14block: factor out flag_{store,show} helper for integrityChristoph Hellwig1-27/+26
2024-06-14block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig1-2/+0
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig18-314/+215
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-14block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig1-1/+10
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig5-53/+28
2024-06-14block: remove unused queue limits APIChristoph Hellwig2-214/+0
2024-06-14sr: convert to the atomic queue limits APIChristoph Hellwig1-17/+25
2024-06-14sd: convert to the atomic queue limits APIChristoph Hellwig3-66/+85
2024-06-14sd: cleanup zoned queue limits initializationChristoph Hellwig1-10/+8
2024-06-14sd: factor out a sd_discard_mode helperChristoph Hellwig1-17/+20
2024-06-14sd: simplify the disable case in sd_config_discardChristoph Hellwig1-2/+1
2024-06-14sd: add a sd_disable_write_same helperChristoph Hellwig1-2/+8
2024-06-14sd: add a sd_disable_discard helperChristoph Hellwig1-2/+8
2024-06-14sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig1-5/+4
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig4-26/+13
2024-06-14rbd: increase io_opt againChristoph Hellwig1-1/+1
2024-06-14ubd: untagle discard vs write zeroes not support handlingChristoph Hellwig1-4/+5
2024-06-14ubd: refactor the interrupt handlerChristoph Hellwig1-31/+18