summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-wbt: remove the separate write cache trackingChristoph Hellwig2023-12-261-2/+0
* block: simplify disk_set_zonedChristoph Hellwig2023-12-191-21/+11
* block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-58/+9
* block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche2023-12-141-8/+4
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-171-2/+5
* block: fix revalidate performance regressionDamien Le Moal2023-05-291-1/+2
* blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig2023-02-031-0/+1
* block: save user max_sectors limitKeith Busch2023-01-291-2/+7
* block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch2023-01-291-1/+1
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-3/+3
|\
| * block: Constify most queue limits pointersBart Van Assche2022-10-251-3/+3
* | block: make blk_set_default_limits() privateKeith Busch2022-11-161-1/+0
* | block: make dma_alignment a stacking queue_limitKeith Busch2022-11-161-3/+5
|/
* block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig2022-07-061-1/+1
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-4/+5
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+15
* block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig2022-04-171-0/+35
* block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig2022-04-171-0/+23
* scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-16/+0
* block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki2021-10-271-1/+19
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-4/+4
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-5/+9
* block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-3/+5
* block: simplify printing the device names disk_stack_limitsChristoph Hellwig2021-08-021-9/+3
* Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-091-5/+0
|\
| * Revert "bio: limit bio max size"Jens Axboe2021-05-081-5/+0
* | Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-071-0/+5
|\|
| * bio: limit bio max sizeChangheun Lee2021-05-031-0/+5
* | include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-0/+1
|/
* block: refactor the bounce buffering codeChristoph Hellwig2021-04-061-34/+8
* block: remove BLK_BOUNCE_ISA supportChristoph Hellwig2021-04-061-11/+0
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-02-231-0/+12
* block: introduce blk_queue_clear_zone_settings()Damien Le Moal2021-02-101-0/+2