summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
* block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig2019-07-031-1/+1
* block: untangle the end of blk_bio_segment_splitChristoph Hellwig2019-06-201-11/+3Star
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-201-15/+6Star
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-48/+27Star
* block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig2019-05-231-82/+12Star
* block: remove the segment size check in bio_will_gapChristoph Hellwig2019-05-231-18/+1Star
* block: don't decrement nr_phys_segments for physically contigous segmentsChristoph Hellwig2019-05-231-22/+1Star
* block: avoid scatterlist offsets > PAGE_SIZEChristoph Hellwig2019-04-221-1/+13
* block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig2019-04-121-15/+6Star
* block: fix build warning in merging bvecsMing Lei2019-04-081-6/+10
* block: don't check if adjacent bvecs in one bio can be mergeableMing Lei2019-04-011-27/+42
* block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei2019-04-011-11/+9Star
* block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei2019-04-011-3/+3
* block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei2019-04-011-17/+0Star
* block: fix segment calculation for passthrough IOMing Lei2019-03-061-7/+8
* block: fix updating bio's front segment sizeMing Lei2019-03-021-0/+8
* block: optimize blk_bio_segment_split for single-page bvecMing Lei2019-02-271-3/+9
* block: optimize __blk_segment_map_sg() for single-page bvecMing Lei2019-02-271-2/+7
* block: introduce bvec_nth_page()Ming Lei2019-02-271-1/+1
* block: avoid to READ fields of null bioMing Lei2019-02-191-1/+3
* block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-151-25/+6Star
* block: use bio_for_each_bvec() to map sgMing Lei2019-02-151-20/+50
* block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei2019-02-151-20/+83
* block: don't use bio->bi_vcnt to figure out segment numberMing Lei2019-02-151-7/+1Star
* Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe2019-01-271-0/+10
* block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei2019-01-221-10/+0Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-11/+7Star
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-191-11/+7Star
* | block: remove the blk_recount_segments exportChristoph Hellwig2018-12-141-1/+0Star
* | block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-1/+0Star
* | block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-3/+2Star
* | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-1/+1
|\ \
| * | block: fix single range discard mergeMing Lei2018-11-301-1/+1
* | | block: prevent merging of requests with different prioritiesDamien Le Moal2018-11-201-2/+6
* | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-2/+3
|\| |
| * | block: make sure discard bio is aligned with logical block sizeMing Lei2018-11-091-1/+2
| * | block: respect virtual boundary mask in bvecsJohannes Thumshirn2018-11-071-1/+1
| |/
* | block: make blk_try_req_merge() staticEric Biggers2018-11-151-1/+2
* | block: kill request ->cpu memberJens Axboe2018-11-071-2/+0Star
* | blk-merge: kill dead queue lock held checkJens Axboe2018-11-071-3/+0Star
* | block: remove req_no_special_merge() from merging codeJens Axboe2018-11-071-22/+3Star
* | block: remove __blk_put_request()Jens Axboe2018-11-071-1/+1
* | block: remove dead elevator codeJens Axboe2018-11-071-5/+0Star
|/
* block: fix the DISCARD request mergeJianchao Wang2018-10-291-10/+36
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-241-24/+5Star
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-5/+5
* block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2018-09-241-0/+65
* block: don't use blocking queue entered for recursive bio submitsJens Axboe2018-06-031-0/+10
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-4/+4
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-6/+5Star