summaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
Commit message (Expand)AuthorAgeFilesLines
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-4/+4
* block: make sure a big bio is split into at most 256 bvecsMing Lei2016-08-241-0/+22
* block: Fix secure eraseAdrian Hunter2016-08-161-14/+19
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-4/+2
|\
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-4/+2
* | block: Fix front merge checkDamien Le Moal2016-07-201-3/+3
* | block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-201-0/+6
|/
* block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-071-4/+6
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-6/+6
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-1/+1
* block: merge: get the 1st and last bvec via helpersMing Lei2016-03-031-6/+2
* block: fix bio splitting on max sectorsMing Lei2016-01-221-7/+19
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-3/+19
|\
| * block: split bios to max possible lengthKeith Busch2016-01-121-3/+16
| * block: add call to split trace pointMike Krinkin2015-12-031-0/+3
* | Revert "block: Split bios on chunk boundaries"Jens Axboe2016-01-081-1/+1
* | block: Split bios on chunk boundariesKeith Busch2015-12-221-1/+1
* | blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei2015-11-301-0/+3
|/
* blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei2015-11-231-0/+6
* blk-merge: fix blk_bio_segment_splitMing Lei2015-11-231-3/+19
* block: fix segment splitMing Lei2015-11-231-2/+2
* block: avoid to merge splitted bioMing Lei2015-10-211-0/+3
* block: setup bi_phys_segments after splittingMing Lei2015-10-211-7/+22
* block: blk-merge: fast-clone bio when splitting rw biosMing Lei2015-09-171-15/+4
* block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg2015-09-111-0/+6
* block: Check for gaps on front and back mergesJens Axboe2015-09-031-13/+6
* block: fix bogus compiler warnings in blk-merge.cJens Axboe2015-09-021-8/+7
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\
| * scatterlist: remove open coded sg_unmark_end instancesDan Williams2015-08-171-1/+1
* | blk: Fix bio_io_vec index when checking bvec gapsKeith Busch2015-09-011-1/+1
* | block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-191-16/+7
|/
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-14/+3
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-10/+149
* block: manipulate bio->bi_flags through helpersJens Axboe2015-07-291-1/+1
* block: only honor SG gap prevention for merges that contain dataJens Axboe2015-05-291-1/+2
* Fix bug in blk_rq_merge_okWenbo Wang2015-03-201-1/+1
* block: remove unused function blk_bio_map_sgChristoph Hellwig2015-02-111-29/+0
* block: prevent request-to-request merging with gaps if not allowedKeith Busch2015-02-111-0/+12
* block: blk-merge: fix blk_recount_segments()Ming Lei2014-11-111-8/+11
* blk-merge: recaculate segment if it isn't less than max segmentsMing Lei2014-10-211-2/+3
* blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei2014-10-091-2/+6
* block: Don't merge requests if integrity flags differMartin K. Petersen2014-09-271-3/+3
* blk-merge: fix blk_recount_segmentsMing Lei2014-09-021-6/+11
* block: add support for limiting gaps in SG listsJens Axboe2014-06-241-0/+10
* block: add queue flag for disabling SG mergingJens Axboe2014-05-291-7/+21
* block: Explicitly handle discard/write same segmentsKent Overstreet2014-02-071-29/+62
* block: Really silence spurious compiler warningsKent Overstreet2013-12-031-9/+3
* block: Silence spurious compiler warningsKent Overstreet2013-11-261-0/+6
* block: Kill bio_iovec_idx(), __bio_iovec()Kent Overstreet2013-11-231-2/+11