summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* block: remove RQF_COPY_USERChristoph Hellwig2020-04-221-2/+1
* block: fix get_max_segment_size() overflow on 32bit archMing Lei2020-01-141-2/+7
* block: fix splitting segments on boundary masksMing Lei2019-12-301-9/+9
* Revert "block: split bio if the only bvec's length is > SZ_4K"Jens Axboe2019-11-211-1/+1
* block: split bio if the only bvec's length is > SZ_4KMing Lei2019-11-081-1/+1
* block: still try to split bio if the bvec crosses pagesMing Lei2019-11-081-1/+2
* block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig2019-11-041-1/+15
* block: Improve physical block alignment of split biosBart Van Assche2019-08-041-4/+17
* block: Simplify blk_bio_segment_split()Bart Van Assche2019-08-041-35/+33
* block: Simplify bvec_split_segs()Bart Van Assche2019-08-041-9/+7
* block: Document the bio splitting functionsBart Van Assche2019-08-041-0/+43