summaryrefslogtreecommitdiff
path: root/block/blk-settings.c
AgeCommit message (Expand)Author
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig
2023-05-29block: fix revalidate performance regressionDamien Le Moal
2023-02-03blk-wbt: move private information from blk-wbt.h to blk-wbt.cChristoph Hellwig
2023-01-29block: save user max_sectors limitKeith Busch
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-16block: make blk_set_default_limits() privateKeith Busch
2022-11-16block: make dma_alignment a stacking queue_limitKeith Busch
2022-10-25block: Constify most queue limits pointersBart Van Assche
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig
2022-04-17block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-08Revert "bio: limit bio max size"Jens Axboe
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-05-03bio: limit bio max sizeChangheun Lee
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig
2021-02-23blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-07block: Align max_hw_sectors to logical blocksizeDamien Le Moal
2020-12-01block: use gcd() to fix chunk_sectors limit stackingMike Snitzer
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch
2020-04-22block: move dma drain handling to scsiChristoph Hellwig
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-05block: Introduce elevator featuresDamien Le Moal