aboutsummaryrefslogtreecommitdiff
path: root/block/blk-merge.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hGravatar Christoph Hellwig 1-0/+31
2021-10-18block: move blk-throtl fast path inlineGravatar Jens Axboe 1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+24
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-08-23block: provide bio_clear_hipri() helperGravatar Jens Axboe 1-1/+1
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosGravatar Chunguang Xu 1-0/+2
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleGravatar Ming Lei 1-16/+0
2021-06-29block: fix discard request mergeGravatar Ming Lei 1-2/+6
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockGravatar Jan Kara 1-11/+8
2021-03-23block: recalculate segment count for multi-segment discards correctlyGravatar David Jeffery 1-0/+8
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-9/+8
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+12
2020-12-07block: disable iopoll for split bioGravatar Jeffle Xu 1-0/+8
2020-12-04dm: fix IO splittingGravatar Mike Snitzer 1-1/+1
2020-12-04block: remove the request_queue to argument request based tracepointsGravatar Christoph Hellwig 1-1/+1
2020-12-04block: remove the request_queue argument to the block_split tracepointGravatar Christoph Hellwig 1-1/+1
2020-12-04block: simplify and extend the block_bio_merge tracepoint classGravatar Christoph Hellwig 1-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 1-2/+0
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cGravatar Christoph Hellwig 1-12/+50
2020-09-01block: Remove a duplicative conditionGravatar Baolin Wang 1-4/+2
2020-09-01block: Add a new helper to attempt to merge a bioGravatar Baolin Wang 1-51/+53
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cGravatar Baolin Wang 1-0/+44
2020-09-01block: Move bio merge related functions into blk-merge.cGravatar Baolin Wang 1-0/+157
2020-08-21block: fix get_max_io_size()Gravatar Keith Busch 1-1/+1
2020-08-17block: respect queue limit of max discard segmentGravatar Ming Lei 1-2/+9
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 1-1/+1
2020-07-01block: remove the request_queue argument from blk_queue_splitGravatar Christoph Hellwig 1-11/+10
2020-06-25blktrace: Provide event for request mergingGravatar Jan Kara 1-0/+2
2020-05-27block: reduce part_stat_lock() scopeGravatar Christoph Hellwig 1-1/+2