aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
AgeCommit message (Expand)Author
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
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-30block: fix single range discard mergeMing Lei
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-14block: make blk_try_req_merge() staticEric Biggers
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei
2018-11-07block: kill request ->cpu memberJens Axboe
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe
2018-11-07block: remove req_no_special_merge() from merging codeJens Axboe
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn
2018-10-29block: fix the DISCARD request mergeJianchao Wang
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig
2018-06-02block: don't use blocking queue entered for recursive bio submitsJens Axboe
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe
2018-01-09Revert "block: blk-merge: try to make front segments in full size"Ming Lei
2018-01-06block: blk-merge: remove unnecessary checkMing Lei
2018-01-06block: blk-merge: try to make front segments in full sizeMing Lei