summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04block: don't allow splitting of a REQ_NOWAIT bioJens Axboe1-0/+10
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-1/+3
2022-10-25block: Micro-optimize get_max_segment_size()Bart Van Assche1-4/+11
2022-10-25block: Constify most queue limits pointersBart Van Assche1-13/+16
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig1-57/+50
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig1-0/+10
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig1-4/+5
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig1-3/+4
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-50/+48
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-33/+46
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-0/+2
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song1-0/+1
2022-07-06block: simplify blk_mq_plugChristoph Hellwig1-1/+1
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig1-2/+7
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig1-10/+8
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig1-4/+5
2022-06-27block/merge: count bytes instead of sectorsKeith Busch1-17/+24
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-40/+0
2022-03-14block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo1-0/+11
2022-03-11block: ensure plug merging checks the correct queue at least onceJens Axboe1-6/+14
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-14/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-40/+0
2022-02-16block: throttle split bio in case of iops limitMing Lei1-2/+0
2021-11-29block: don't check ->rq_disk in mergesChristoph Hellwig1-6/+1
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig1-0/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig1-0/+1
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig1-8/+1
2021-11-03blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei1-2/+4
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov1-1/+1
2021-10-19block: change plugging to use a singly linked listJens Axboe1-2/+2
2021-10-19block: return whether or not to unplug through booleanJens Axboe1-6/+5
2021-10-18block: handle fast path of bio splitting inlineJens Axboe1-18/+6
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-2/+1
2021-10-18block: only check previous entry for plug merge attemptJens Axboe1-23/+13
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig1-0/+31
2021-10-18block: move blk-throtl fast path inlineJens Axboe1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig1-0/+24
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-23block: provide bio_clear_hipri() helperJens Axboe1-1/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu1-0/+2
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-16/+0
2021-06-29block: fix discard request mergeMing Lei1-2/+6
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-11/+8
2021-03-23block: recalculate segment count for multi-segment discards correctlyDavid Jeffery1-0/+8
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-9/+8
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+12
2020-12-07block: disable iopoll for split bioJeffle Xu1-0/+8