aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03block: merge: get the 1st and last bvec via helpersMing Lei1-6/+2
2016-01-22block: fix bio splitting on max sectorsMing Lei1-7/+19
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+19
2016-01-12block: split bios to max possible lengthKeith Busch1-3/+16
2016-01-08Revert "block: Split bios on chunk boundaries"Jens Axboe1-1/+1
2015-12-22block: Split bios on chunk boundariesKeith Busch1-1/+1
2015-12-03block: add call to split trace pointMike Krinkin1-0/+3
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei1-0/+3
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei1-0/+6
2015-11-23blk-merge: fix blk_bio_segment_splitMing Lei1-3/+19
2015-11-23block: fix segment splitMing Lei1-2/+2
2015-10-21block: avoid to merge splitted bioMing Lei1-0/+3
2015-10-21block: setup bi_phys_segments after splittingMing Lei1-7/+22
2015-09-17block: blk-merge: fast-clone bio when splitting rw biosMing Lei1-15/+4
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg1-0/+6
2015-09-03block: Check for gaps on front and back mergesJens Axboe1-13/+6
2015-09-02block: fix bogus compiler warnings in blk-merge.cJens Axboe1-8/+7
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-09-01blk: Fix bio_io_vec index when checking bvec gapsKeith Busch1-1/+1
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch1-16/+7
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams1-1/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-14/+3
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-10/+149
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe1-1/+1
2015-05-29block: only honor SG gap prevention for merges that contain dataJens Axboe1-1/+2
2015-03-20Fix bug in blk_rq_merge_okWenbo Wang1-1/+1
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig1-29/+0
2015-02-11block: prevent request-to-request merging with gaps if not allowedKeith Busch1-0/+12
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei1-8/+11
2014-10-21blk-merge: recaculate segment if it isn't less than max segmentsMing Lei1-2/+3
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei1-2/+6
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen1-3/+3
2014-09-02blk-merge: fix blk_recount_segmentsMing Lei1-6/+11
2014-06-24block: add support for limiting gaps in SG listsJens Axboe1-0/+10
2014-05-29block: add queue flag for disabling SG mergingJens Axboe1-7/+21
2014-02-07block: Explicitly handle discard/write same segmentsKent Overstreet1-29/+62
2013-12-03block: Really silence spurious compiler warningsKent Overstreet1-9/+3
2013-11-26block: Silence spurious compiler warningsKent Overstreet1-0/+6
2013-11-23block: Kill bio_iovec_idx(), __bio_iovec()Kent Overstreet1-2/+11
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-26/+23
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-10-29blk-mq: don't disallow request merges for req->special being setJens Axboe1-3/+14
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini1-1/+1
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+9
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen1-18/+12
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-21/+1
2012-08-02block: Add blk_bio_map_sg() helperAsias He1-0/+37
2012-08-02block: Introduce __blk_segment_map_sg() helperAsias He1-35/+45
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functionsTejun Heo1-0/+37
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-0/+6