aboutsummaryrefslogtreecommitdiff
path: root/block/blk-merge.c
AgeCommit message (Expand)AuthorFilesLines
9 daysblock: support to account io_ticks preciselyGravatar Yu Kuai 1-0/+2
2024-04-17block: Do not special-case plugging of zone write operationsGravatar Damien Le Moal 1-2/+1
2024-04-17block: Introduce zone write pluggingGravatar Damien Le Moal 1-0/+12
2024-04-17block: Allow using bio_attempt_back_merge() internallyGravatar Damien Le Moal 1-7/+1
2024-03-26block: Make blk_rq_set_mixed_merge() staticGravatar John Garry 1-1/+1
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsGravatar Bart Van Assche 1-0/+8
2023-12-29block: remove two comments in bio_split_discardGravatar Christoph Hellwig 1-5/+1
2023-03-16blk-mq: release crypto keyslot before reporting I/O completeGravatar Eric Biggers 1-0/+2
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-7/+0
2023-03-02blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestGravatar Uday Shankar 1-7/+0
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+33
2023-02-16block: use proper return value from bio_failfast()Gravatar Jens Axboe 1-1/+1
2023-02-16block: sync mixed merged request's failfast with 1st bio'sGravatar Ming Lei 1-2/+33
2023-02-15block: export bio_split_rwGravatar Christoph Hellwig 1-1/+2
2023-01-04block: don't allow splitting of a REQ_NOWAIT bioGravatar Jens Axboe 1-0/+10
2023-01-04block: handle bio_split_to_limits() NULL returnGravatar Jens Axboe 1-1/+3
2022-10-25block: Micro-optimize get_max_segment_size()Gravatar Bart Van Assche 1-4/+11
2022-10-25block: Constify most queue limits pointersGravatar Bart Van Assche 1-13/+16
2022-08-02block: pass struct queue_limits to the bio splitting helpersGravatar Christoph Hellwig 1-57/+50
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cGravatar Christoph Hellwig 1-0/+10
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitGravatar Christoph Hellwig 1-4/+5
2022-08-02block: move ->bio_split to the gendiskGravatar Christoph Hellwig 1-3/+4
2022-08-02block: change the blk_queue_split calling conventionGravatar Christoph Hellwig 1-50/+48
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-33/+46
2022-07-14block: Use the new blk_opf_t typeGravatar Bart Van Assche 1-3/+3
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opGravatar Bart Van Assche 1-0/+2
2022-07-14block: fix missing blkcg_bio_issue_initGravatar Muchun Song 1-0/+1
2022-07-06block: simplify blk_mq_plugGravatar Christoph Hellwig 1-1/+1
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeGravatar Christoph Hellwig 1-2/+7
2022-06-27block: cleanup variable naming in get_max_io_sizeGravatar Christoph Hellwig 1-10/+8
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsGravatar Christoph Hellwig 1-4/+5
2022-06-27block/merge: count bytes instead of sectorsGravatar Keith Busch 1-17/+24
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-40/+0
2022-03-14block: don't merge across cgroup boundaries if blkcg is enabledGravatar Tejun Heo 1-0/+11
2022-03-11block: ensure plug merging checks the correct queue at least onceGravatar Jens Axboe 1-6/+14
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 1-14/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-40/+0
2022-02-16block: throttle split bio in case of iops limitGravatar Ming Lei 1-2/+0
2021-11-29block: don't check ->rq_disk in mergesGravatar Christoph Hellwig 1-6/+1
2021-11-29block: don't include <linux/part_stat.h> in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioGravatar Christoph Hellwig 1-8/+1
2021-11-03blk-mq: only try to run plug merge if request has same queue with incoming bioGravatar Ming Lei 1-2/+4
2021-10-20block: convert leftovers to bdev_get_queueGravatar Pavel Begunkov 1-1/+1
2021-10-19block: change plugging to use a singly linked listGravatar Jens Axboe 1-2/+2
2021-10-19block: return whether or not to unplug through booleanGravatar Jens Axboe 1-6/+5
2021-10-18block: handle fast path of bio splitting inlineGravatar Jens Axboe 1-18/+6
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 1-2/+1
2021-10-18block: only check previous entry for plug merge attemptGravatar Jens Axboe 1-23/+13