aboutsummaryrefslogtreecommitdiff
path: root/block/blk-settings.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Validate logical block size in blk_validate_limits()John Garry2024-07-091-0/+4
* block: don't reduce max_sectors based on io_optChristoph Hellwig2024-07-011-1/+1
* block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig2024-07-011-2/+1
* block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-261-17/+0
* block: remove disk_update_readaheadChristoph Hellwig2024-06-261-7/+1
* block: conding style fixup for blk_queue_max_guaranteed_bioChristoph Hellwig2024-06-261-2/+1
* block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2024-06-261-9/+9
* block: Fix blk_validate_atomic_write_limits() build for arm32John Garry2024-06-211-2/+1
* block: Add core atomic write supportJohn Garry2024-06-201-0/+88
* Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-201-24/+10
|\
| * block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2024-06-201-4/+0
| * block: remove the discard_alignment flagChristoph Hellwig2024-06-201-10/+0
| * block: move the misaligned flag into the features fieldChristoph Hellwig2024-06-201-10/+10
* | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-191-28/+18
|\|
| * block: move the bounce flag into the features fieldChristoph Hellwig2024-06-191-1/+0
| * block: move the zoned flag into the features fieldChristoph Hellwig2024-06-191-3/+2
| * block: move the poll flag to queue_limitsChristoph Hellwig2024-06-191-4/+6
| * block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-191-0/+9
| * block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-24/+5
* | block: Drop locking annotation for limits_lockJohn Garry2024-06-161-1/+0
* | block: Improve checks on zone resource limitsDamien Le Moal2024-06-151-0/+8
|/
* block: move integrity information into queue_limitsChristoph Hellwig2024-06-141-6/+112
* block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig2024-06-141-41/+0
* block: remove unused queue limits APIChristoph Hellwig2024-06-141-190/+0
* block: take io_opt and io_min into account for max_sectorsChristoph Hellwig2024-06-141-0/+7
* block: check for max_hw_sectors underflowHannes Reinecke2024-05-281-2/+6
* block: stack max_user_sectorsChristoph Hellwig2024-05-281-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-141-245/+0
|\
| * scsi: block: Remove now unused queue limits helpersChristoph Hellwig2024-04-121-245/+0
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-27/+19
|\ \
| * | block: Remove elevator required featuresDamien Le Moal2024-04-171-16/+0
| * | block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal2024-04-171-11/+19
* | | block: set default max segment size in case of virt_boundaryMing Lei2024-05-061-1/+4
* | | block: allow device to have both virt_boundary_mask and max segment sizeMing Lei2024-04-071-10/+6
|/ /
* / block: don't reject too large max_user_sectors in blk_validate_limitsChristoph Hellwig2024-03-261-2/+1
|/
* block: fix mismatched kerneldoc function nameJiapeng Chong2024-03-141-1/+1
* Revert "dm: use queue_limits_set"Linus Torvalds2024-03-111-1/+1
* block: remove disk_stack_limitsChristoph Hellwig2024-03-061-24/+0
* dm: use queue_limits_setChristoph Hellwig2024-03-011-1/+1
* block: add a queue_limits_stack_bdev helperChristoph Hellwig2024-03-011-0/+25
* block: add a queue_limits_set helperChristoph Hellwig2024-03-011-0/+18
* block: Clear zone limits for a non-zoned stacked queueDamien Le Moal2024-02-221-0/+4
* block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig2024-02-211-10/+10
* block: add a max_user_discard_sectors queue limitChristoph Hellwig2024-02-131-3/+15
* block: add an API to atomically update queue limitsChristoph Hellwig2024-02-131-36/+192
* block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig2024-02-131-4/+9
* block: refactor disk_update_readaheadChristoph Hellwig2024-02-131-9/+12
* block: floor the discard granularity to the physical block sizeChristoph Hellwig2024-01-041-0/+3
* block: default the discard granularity to sector sizeChristoph Hellwig2023-12-291-1/+4
* block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+1