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