summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
* block: Improve physical block alignment of split biosBart Van Assche2019-08-041-4/+17
* block: Simplify blk_bio_segment_split()Bart Van Assche2019-08-041-35/+33
* block: Simplify bvec_split_segs()Bart Van Assche2019-08-041-9/+7
* block: Document the bio splitting functionsBart Van Assche2019-08-041-0/+43
* block: Declare several function pointer arguments 'const'Bart Van Assche2019-08-041-3/+4
* 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/+3
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-201-15/+6
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-48/+27
* block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig2019-05-231-82/+12
* block: remove the segment size check in bio_will_gapChristoph Hellwig2019-05-231-18/+1
* block: don't decrement nr_phys_segments for physically contigous segmentsChristoph Hellwig2019-05-231-22/+1
* 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/+6
* 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/+9
* 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/+0
* 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/+6
* 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/+1
* 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/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-11/+7
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-181-11/+7
* | block: remove the blk_recount_segments exportChristoph Hellwig2018-12-141-1/+0
* | block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-1/+0
* | block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-3/+2
* | 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-191-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-141-1/+2
* | block: kill request ->cpu memberJens Axboe2018-11-071-2/+0
* | blk-merge: kill dead queue lock held checkJens Axboe2018-11-071-3/+0
* | block: remove req_no_special_merge() from merging codeJens Axboe2018-11-071-22/+3
* | block: remove __blk_put_request()Jens Axboe2018-11-071-1/+1
* | block: remove dead elevator codeJens Axboe2018-11-071-5/+0
|/
* block: fix the DISCARD request mergeJianchao Wang2018-10-291-10/+36
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-241-24/+5