summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
AgeCommit message (Expand)Author
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
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo
2019-07-26block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig
2019-05-23block: force an unlimited segment size on queues with a virt boundaryChristoph Hellwig
2019-04-30block: remove the unused blk_queue_dma_pad functionChristoph Hellwig
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe
2018-11-07block: kill legacy parts of timeout handlingJens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-11-07block: remove q->lld_busy_fn()Jens Axboe
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-07-24block: allow max_discard_segments to be stackedMike Snitzer
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig