aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-04block: Improve physical block alignment of split biosBart Van Assche1-4/+17
2019-08-04block: Simplify blk_bio_segment_split()Bart Van Assche1-35/+33
2019-08-04block: Simplify bvec_split_segs()Bart Van Assche1-9/+7
2019-08-04block: Document the bio splitting functionsBart Van Assche1-0/+43
2019-08-04block: Declare several function pointer arguments 'const'Bart Van Assche1-3/+4
2019-07-03block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+1
2019-06-20block: untangle the end of blk_bio_segment_splitChristoph Hellwig1-11/+3
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig1-15/+6
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-48/+27
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig1-82/+12
2019-05-23block: remove the segment size check in bio_will_gapChristoph Hellwig1-18/+1
2019-05-23block: don't decrement nr_phys_segments for physically contigous segmentsChristoph Hellwig1-22/+1
2019-04-22block: avoid scatterlist offsets > PAGE_SIZEChristoph Hellwig1-1/+13
2019-04-12block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig1-15/+6
2019-04-08block: fix build warning in merging bvecsMing Lei1-6/+10
2019-04-01block: don't check if adjacent bvecs in one bio can be mergeableMing Lei1-27/+42
2019-04-01block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei1-11/+9
2019-04-01block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei1-3/+3
2019-04-01block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei1-17/+0
2019-03-06block: fix segment calculation for passthrough IOMing Lei1-7/+8
2019-03-02block: fix updating bio's front segment sizeMing Lei1-0/+8
2019-02-27block: optimize blk_bio_segment_split for single-page bvecMing Lei1-3/+9
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecMing Lei1-2/+7
2019-02-27block: introduce bvec_nth_page()Ming Lei1-1/+1
2019-02-19block: avoid to READ fields of null bioMing Lei1-1/+3
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei1-25/+6
2019-02-15block: use bio_for_each_bvec() to map sgMing Lei1-20/+50
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei1-20/+83
2019-02-15block: don't use bio->bi_vcnt to figure out segment numberMing Lei1-7/+1
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe1-0/+10
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei1-10/+0
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+7
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig1-11/+7
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-1/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-3/+2
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-1/+1
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal1-2/+6
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-2/+3
2018-11-14block: make blk_try_req_merge() staticEric Biggers1-1/+2
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei1-1/+2
2018-11-07block: kill request ->cpu memberJens Axboe1-2/+0
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe1-3/+0
2018-11-07block: remove req_no_special_merge() from merging codeJens Axboe1-22/+3
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-11-07block: remove dead elevator codeJens Axboe1-5/+0
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn1-1/+1
2018-10-29block: fix the DISCARD request mergeJianchao Wang1-10/+36
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig1-24/+5