summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig4-5/+6
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig3-6/+9
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig3-9/+7
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig7-16/+9
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig10-19/+23
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig8-76/+45
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig5-11/+9
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig8-42/+22
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig6-11/+10
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig12-77/+29
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig8-24/+26
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig10-44/+10
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig41-88/+83
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig29-206/+227
2024-06-19block: remove blk_flush_policyChristoph Hellwig1-18/+15
2024-06-19block: freeze the queue in queue_attr_storeChristoph Hellwig2-9/+5
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-17block: BFQ: Refactor bfq_exit_icq() to silence sparse warningJohn Garry1-18/+20
2024-06-17block: Drop locking annotation for limits_lockJohn Garry2-2/+0
2024-06-17bdev: make blockdev_mnt staticJiapeng Chong1-1/+1
2024-06-16dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal1-2/+0
2024-06-16dm: Improve zone resource limits handlingDamien Le Moal1-30/+150
2024-06-16dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal3-19/+22
2024-06-16block: Improve checks on zone resource limitsDamien Le Moal2-4/+24
2024-06-15rust: 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