summaryrefslogtreecommitdiff
path: root/block/blk-settings.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-245/+0
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-27/+19
2024-05-07block: set default max segment size in case of virt_boundaryMing Lei1-1/+4
2024-04-17block: Remove elevator required featuresDamien Le Moal1-16/+0
2024-04-17block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal1-11/+19
2024-04-12scsi: block: Remove now unused queue limits helpersChristoph Hellwig1-245/+0
2024-04-08block: allow device to have both virt_boundary_mask and max segment sizeMing Lei1-10/+6
2024-03-26block: don't reject too large max_user_sectors in blk_validate_limitsChristoph Hellwig1-2/+1
2024-03-14block: fix mismatched kerneldoc function nameJiapeng Chong1-1/+1
2024-03-12Revert "dm: use queue_limits_set"Linus Torvalds1-1/+1
2024-03-06block: remove disk_stack_limitsChristoph Hellwig1-24/+0
2024-03-01dm: use queue_limits_setChristoph Hellwig1-1/+1
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig1-0/+25
2024-03-01block: add a queue_limits_set helperChristoph Hellwig1-0/+18
2024-02-22block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-02-21block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig1-10/+10
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig1-3/+15
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig1-36/+192
2024-02-13block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig1-4/+9
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig1-9/+12
2024-01-05block: floor the discard granularity to the physical block sizeChristoph Hellwig1-0/+3
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig1-1/+4
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+1
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig1-2/+0
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-21/+11
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-58/+9
2023-12-14block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche1-8/+4
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig1-2/+5
2023-05-29block: fix revalidate performance regressionDamien Le Moal1-1/+2
2023-02-03blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig1-0/+1
2023-01-30block: save user max_sectors limitKeith Busch1-2/+7
2023-01-30block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-1/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2022-11-17block: make blk_set_default_limits() privateKeith Busch1-1/+0
2022-11-17block: make dma_alignment a stacking queue_limitKeith Busch1-3/+5
2022-10-25block: Constify most queue limits pointersBart Van Assche1-3/+3
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig1-1/+1
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-4/+5
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+15
2022-04-18block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig1-0/+35
2022-04-18block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig1-0/+23
2022-02-23scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-16/+0
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki1-1/+19
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-4/+4
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-5/+9
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-3/+5
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2021-05-09Revert "bio: limit bio max size"Jens Axboe1-5/+0
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5