summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
AgeCommit message (Expand)Author
2020-09-03block: fix get_max_io_size()Keith Busch
2020-09-03block: respect queue limit of max discard segmentMing Lei
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig
2020-05-27block: account merge of two requestsKonstantin Khlebnikov
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig
2020-04-22block: move dma drain handling to scsiChristoph Hellwig
2020-04-22block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig
2020-01-14block: fix get_max_segment_size() overflow on 32bit archMing Lei
2019-12-30block: fix splitting segments on boundary masksMing Lei
2019-11-21Revert "block: split bio if the only bvec's length is > SZ_4K"Jens Axboe
2019-11-08block: split bio if the only bvec's length is > SZ_4KMing Lei
2019-11-08block: still try to split bio if the bvec crosses pagesMing Lei
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig
2019-08-04block: Improve physical block alignment of split biosBart Van Assche
2019-08-04block: Simplify blk_bio_segment_split()Bart Van Assche
2019-08-04block: Simplify bvec_split_segs()Bart Van Assche
2019-08-04block: Document the bio splitting functionsBart Van Assche
2019-08-04block: Declare several function pointer arguments 'const'Bart Van Assche
2019-07-03block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig
2019-06-20block: untangle the end of blk_bio_segment_splitChristoph Hellwig
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig
2019-05-23block: remove the segment size check in bio_will_gapChristoph Hellwig
2019-05-23block: don't decrement nr_phys_segments for physically contigous segmentsChristoph Hellwig
2019-04-22block: avoid scatterlist offsets > PAGE_SIZEChristoph Hellwig
2019-04-12block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig
2019-04-08block: fix build warning in merging bvecsMing Lei
2019-04-01block: don't check if adjacent bvecs in one bio can be mergeableMing Lei
2019-04-01block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei
2019-04-01block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei
2019-04-01block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei
2019-03-06block: fix segment calculation for passthrough IOMing Lei
2019-03-02block: fix updating bio's front segment sizeMing Lei
2019-02-27block: optimize blk_bio_segment_split for single-page bvecMing Lei
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecMing Lei
2019-02-27block: introduce bvec_nth_page()Ming Lei
2019-02-19block: avoid to READ fields of null bioMing Lei
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei
2019-02-15block: use bio_for_each_bvec() to map sgMing Lei
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei
2019-02-15block: don't use bio->bi_vcnt to figure out segment numberMing Lei
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig