aboutsummaryrefslogtreecommitdiff
path: root/block/blk-merge.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-27block: account merge of two requestsGravatar Konstantin Khlebnikov 1-7/+5
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesGravatar Christoph Hellwig 1-2/+0
2020-05-14block: Inline encryption support for blk-mqGravatar Satya Tangirala 1-0/+11
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTGravatar Christoph Hellwig 1-10/+0
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersGravatar Christoph Hellwig 1-8/+0
2020-04-22block: move dma drain handling to scsiGravatar Christoph Hellwig 1-14/+0
2020-04-22block: provide a blk_rq_map_sg variant that returns the last elementGravatar Christoph Hellwig 1-13/+12
2020-04-22block: remove RQF_COPY_USERGravatar Christoph Hellwig 1-2/+1
2020-01-14block: fix get_max_segment_size() overflow on 32bit archGravatar Ming Lei 1-2/+7
2019-12-30block: fix splitting segments on boundary masksGravatar Ming Lei 1-9/+9
2019-11-21Revert "block: split bio if the only bvec's length is > SZ_4K"Gravatar Jens Axboe 1-1/+1
2019-11-08block: split bio if the only bvec's length is > SZ_4KGravatar Ming Lei 1-1/+1
2019-11-08block: still try to split bio if the bvec crosses pagesGravatar Ming Lei 1-1/+2
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsGravatar Christoph Hellwig 1-1/+15
2019-08-04block: Improve physical block alignment of split biosGravatar Bart Van Assche 1-4/+17
2019-08-04block: Simplify blk_bio_segment_split()Gravatar Bart Van Assche 1-35/+33
2019-08-04block: Simplify bvec_split_segs()Gravatar Bart Van Assche 1-9/+7
2019-08-04block: Document the bio splitting functionsGravatar Bart Van Assche 1-0/+43
2019-08-04block: Declare several function pointer arguments 'const'Gravatar Bart Van Assche 1-3/+4
2019-07-03block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 1-1/+1
2019-06-20block: untangle the end of blk_bio_segment_splitGravatar Christoph Hellwig 1-11/+3
2019-06-20block: simplify blk_recalc_rq_segmentsGravatar Christoph Hellwig 1-15/+6
2019-06-20block: remove the bi_phys_segments field in struct bioGravatar Christoph Hellwig 1-48/+27
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioGravatar Christoph Hellwig 1-82/+12
2019-05-23block: remove the segment size check in bio_will_gapGravatar Christoph Hellwig 1-18/+1
2019-05-23block: don't decrement nr_phys_segments for physically contigous segmentsGravatar Christoph Hellwig 1-22/+1
2019-04-22block: avoid scatterlist offsets > PAGE_SIZEGravatar Christoph Hellwig 1-1/+13
2019-04-12block: rewrite blk_bvec_map_sg to avoid a nth_page callGravatar Christoph Hellwig 1-15/+6
2019-04-08block: fix build warning in merging bvecsGravatar Ming Lei 1-6/+10
2019-04-01block: don't check if adjacent bvecs in one bio can be mergeableGravatar Ming Lei 1-27/+42
2019-04-01block: reuse __blk_bvec_map_sg() for mapping page sized bvecGravatar Ming Lei 1-11/+9
2019-04-01block: remove argument of 'request_queue' from __blk_bvec_map_sgGravatar Ming Lei 1-3/+3