summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
* block: Make blk_rq_set_mixed_merge() staticJohn Garry2024-03-261-1/+1
* block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-061-0/+8
* block: remove two comments in bio_split_discardChristoph Hellwig2023-12-291-5/+1
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-03-161-0/+2
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-7/+0
|\
| * blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar2023-03-021-7/+0
* | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-2/+33
|\|
| * block: use proper return value from bio_failfast()Jens Axboe2023-02-161-1/+1
| * block: sync mixed merged request's failfast with 1st bio'sMing Lei2023-02-161-2/+33
* | block: export bio_split_rwChristoph Hellwig2023-02-151-1/+2
|/
* block: don't allow splitting of a REQ_NOWAIT bioJens Axboe2023-01-041-0/+10
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-041-1/+3
* block: Micro-optimize get_max_segment_size()Bart Van Assche2022-10-251-4/+11
* block: Constify most queue limits pointersBart Van Assche2022-10-251-13/+16
* block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig2022-08-021-57/+50
* block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2022-08-021-0/+10
* block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig2022-08-021-4/+5
* block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-3/+4
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-50/+48
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-33/+46
|\
| * block: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
| * block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
| * block: simplify blk_mq_plugChristoph Hellwig2022-07-061-1/+1
| * block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig2022-06-271-2/+7
| * block: cleanup variable naming in get_max_io_sizeChristoph Hellwig2022-06-271-10/+8
| * block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig2022-06-271-4/+5
| * block/merge: count bytes instead of sectorsKeith Busch2022-06-271-17/+24
* | block: fix missing blkcg_bio_issue_initMuchun Song2022-07-141-0/+1
|/
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-14/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-14/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-40/+0
|\ \
| * | scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-40/+0
* | | block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-03-141-0/+11
* | | block: ensure plug merging checks the correct queue at least onceJens Axboe2022-03-111-6/+14
| |/ |/|
* | block: throttle split bio in case of iops limitMing Lei2022-02-161-2/+0
|/
* block: don't check ->rq_disk in mergesChristoph Hellwig2021-11-291-6/+1
* block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig2021-11-291-0/+1
* block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-291-0/+1
* blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig2021-11-291-8/+1
* blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei2021-11-031-2/+4
* block: convert leftovers to bdev_get_queuePavel Begunkov2021-10-201-1/+1
* block: change plugging to use a singly linked listJens Axboe2021-10-191-2/+2
* block: return whether or not to unplug through booleanJens Axboe2021-10-191-6/+5
* block: handle fast path of bio splitting inlineJens Axboe2021-10-181-18/+6
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-181-2/+1
* block: only check previous entry for plug merge attemptJens Axboe2021-10-181-23/+13
* block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig2021-10-181-0/+31
* block: move blk-throtl fast path inlineJens Axboe2021-10-181-0/+1
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+24