summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-1/+1
|\
| * block: provide bio_clear_hipri() helperJens Axboe2021-08-231-1/+1
* | blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu2021-08-141-0/+2
* | block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-08-091-16/+0
|/
* block: fix discard request mergeMing Lei2021-06-291-2/+6
* blk: Fix lock inversion between ioc lock and bfqd lockJan Kara2021-06-241-11/+8
* block: recalculate segment count for multi-segment discards correctlyDavid Jeffery2021-03-231-0/+8
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-9/+8
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-6/+12
|\
| * block: disable iopoll for split bioJeffle Xu2020-12-071-0/+8
| * block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-041-1/+1
| * block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-1/+1
| * block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-041-2/+2
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-2/+0
* | dm: fix IO splittingMike Snitzer2020-12-041-1/+1
|/
* block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig2020-10-061-12/+50
* block: Remove a duplicative conditionBaolin Wang2020-09-011-4/+2
* block: Add a new helper to attempt to merge a bioBaolin Wang2020-09-011-51/+53
* block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-011-0/+44
* block: Move bio merge related functions into blk-merge.cBaolin Wang2020-09-011-0/+157
* block: fix get_max_io_size()Keith Busch2020-08-211-1/+1
* block: respect queue limit of max discard segmentMing Lei2020-08-171-2/+9
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
* | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-11/+10
* | blktrace: Provide event for request mergingJan Kara2020-06-251-0/+2
|/
* block: reduce part_stat_lock() scopeChristoph Hellwig2020-05-271-1/+2
* block: account merge of two requestsKonstantin Khlebnikov2020-05-271-7/+5
* block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig2020-05-191-2/+0
* block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+11
* block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig2020-04-291-10/+0
* block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-221-8/+0
* block: move dma drain handling to scsiChristoph Hellwig2020-04-221-14/+0
* block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig2020-04-221-13/+12