summaryrefslogtreecommitdiff
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: introduce zone_write_granularity limitDamien Le Moal2021-02-101-1/+36
* block: use an xarray for disk->part_tblChristoph Hellwig2021-01-241-1/+1
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-5/+18
|\
| * block: Align max_hw_sectors to logical blocksizeDamien Le Moal2020-12-071-5/+18
* | block: use gcd() to fix chunk_sectors limit stackingMike Snitzer2020-12-011-1/+4
|/
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-12/+28
|\
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-2/+16
| * block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2020-09-231-6/+4
| * block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer2020-09-231-4/+8
* | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-151-0/+46
|/
* block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-11/+0
* block: remove bdev_stack_limitsChristoph Hellwig2020-07-201-23/+2
* block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig2020-07-201-0/+1
* block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-121-0/+31
* block: move dma drain handling to scsiChristoph Hellwig2020-04-221-37/+0
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+3
|\
| * block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-03-171-0/+3
* | block: simplify queue allocationChristoph Hellwig2020-03-271-36/+0
|/
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-151-1/+1
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-0/+23
|\
| * block: add a helper function to merge the segmentsYoshihiro Shimoda2019-09-031-0/+23
* | block: Introduce elevator featuresDamien Le Moal2019-09-051-0/+16
* | block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo2019-08-281-1/+1
|/