summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig2019-07-261-1/+2
* block: force an unlimited segment size on queues with a virt boundaryChristoph Hellwig2019-05-231-0/+11
* block: remove the unused blk_queue_dma_pad functionChristoph Hellwig2019-04-301-16/+0
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-9/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-3/+0
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-181-3/+0
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-6/+4
* | block: get rid of q->softirq_done_fn()Jens Axboe2018-11-071-6/+0
* | block: kill legacy parts of timeout handlingJens Axboe2018-11-071-7/+0
* | block: remove dead elevator codeJens Axboe2018-11-071-36/+0
* | block: remove q->lld_busy_fn()Jens Axboe2018-11-071-6/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* block: allow max_discard_segments to be stackedMike Snitzer2018-07-241-1/+1
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-2/+2
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-4/+2
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-081-2/+2
* block: remove __bio_kmap_atomicChristoph Hellwig2017-11-101-1/+1