aboutsummaryrefslogtreecommitdiff
path: root/block/blk-settings.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01block: use gcd() to fix chunk_sectors limit stackingGravatar Mike Snitzer 1-1/+4
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+28
2020-09-24block: lift setting the readahead size into the block layerGravatar Christoph Hellwig 1-2/+16
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Gravatar Mike Snitzer 1-6/+4
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsGravatar Mike Snitzer 1-4/+8
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksGravatar Damien Le Moal 1-0/+46
2020-07-20block: remove blk_queue_stack_limitsGravatar Christoph Hellwig 1-11/+0
2020-07-20block: remove bdev_stack_limitsGravatar Christoph Hellwig 1-23/+2
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsGravatar Christoph Hellwig 1-0/+1
2020-05-12block: Introduce REQ_OP_ZONE_APPENDGravatar Keith Busch 1-0/+31
2020-04-22block: move dma drain handling to scsiGravatar Christoph Hellwig 1-37/+0
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 1-36/+0
2020-03-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesGravatar Konstantin Khlebnikov 1-0/+3
2020-01-15block: fix an integer overflow in logical block sizeGravatar Mikulas Patocka 1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+23
2019-09-05block: Introduce elevator featuresGravatar Damien Le Moal 1-0/+16
2019-09-03block: add a helper function to merge the segmentsGravatar Yoshihiro Shimoda 1-0/+23
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Gravatar Tejun Heo 1-1/+1
2019-07-26block: fix max segment size handling in blk_queue_virt_boundaryGravatar Christoph Hellwig 1-1/+2
2019-05-23block: force an unlimited segment size on queues with a virt boundaryGravatar Christoph Hellwig 1-0/+11
2019-04-30block: remove the unused blk_queue_dma_pad functionGravatar Christoph Hellwig 1-16/+0
2019-04-30block: add SPDX tags to block layer files missing licensing informationGravatar Christoph Hellwig 1-0/+1
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQGravatar Jens Axboe 1-9/+0
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+0
2018-12-18scsi: block: remove the cluster flagGravatar Christoph Hellwig 1-3/+0
2018-11-15block: use atomic bitops for ->queue_flagsGravatar Christoph Hellwig 1-6/+4
2018-11-07block: get rid of q->softirq_done_fn()Gravatar Jens Axboe 1-6/+0
2018-11-07block: kill legacy parts of timeout handlingGravatar Jens Axboe 1-7/+0
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 1-36/+0
2018-11-07block: remove q->lld_busy_fn()Gravatar Jens Axboe 1-6/+0
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-07-24block: allow max_discard_segments to be stackedGravatar Mike Snitzer 1-1/+1
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtGravatar Josef Bacik 1-2/+2
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Gravatar Bart Van Assche 1-4/+2
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseGravatar Bart Van Assche 1-2/+2
2017-11-10block: remove __bio_kmap_atomicGravatar Christoph Hellwig 1-1/+1
2017-08-23block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queueGravatar Bart Van Assche 1-0/+1
2017-06-27block: don't bother with bounce limits for make_request driversGravatar Christoph Hellwig 1-5/+0
2017-04-08block: remove the discard_zeroes_data flagGravatar Christoph Hellwig 1-3/+0
2017-02-08block: optionally merge discontiguous discard bios into a single requestGravatar Christoph Hellwig 1-0/+20
2017-02-02block: Use pointer to backing_dev_info from request_queueGravatar Jan Kara 1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+38
2016-12-12mm: don't cap request size based on read-ahead settingGravatar Jens Axboe 1-0/+1
2016-12-01block: add support for REQ_OP_WRITE_ZEROESGravatar Chaitanya Kulkarni 1-0/+17
2016-11-10block: hook up writeback throttlingGravatar Jens Axboe 1-0/+4
2016-11-05block: add code to track actual device queue depthGravatar Jens Axboe 1-0/+12
2016-10-18block: update chunk_sectors in blk_stack_limits()Gravatar Hannes Reinecke 1-0/+4
2016-10-18block: Add 'zoned' queue limitGravatar Damien Le Moal 1-0/+1
2016-04-13block: kill off q->flush_flagsGravatar Jens Axboe 1-8/+10