aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
AgeCommit message (Expand)Author
2017-04-08block: implement splitting of REQ_OP_WRITE_ZEROES biosChristoph Hellwig
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-08block: move req_set_nomerge to blk.hChristoph Hellwig
2017-02-03block: free merged request in the callerJens Axboe
2017-02-03blk-merge: return the merged requestJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17block: move existing elevator ops to unionJens Axboe
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-12-01block: factor out req_set_nomergeRitesh Harjani
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-08-24block: make sure a big bio is split into at most 256 bvecsMing Lei
2016-08-16block: Fix secure eraseAdrian Hunter
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: Fix front merge checkDamien Le Moal
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie
2016-03-03block: merge: get the 1st and last bvec via helpersMing Lei
2016-01-22block: fix bio splitting on max sectorsMing Lei
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-12block: split bios to max possible lengthKeith Busch
2016-01-08Revert "block: Split bios on chunk boundaries"Jens Axboe
2015-12-22block: Split bios on chunk boundariesKeith Busch
2015-12-03block: add call to split trace pointMike Krinkin
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei
2015-11-23blk-merge: fix blk_bio_segment_splitMing Lei
2015-11-23block: fix segment splitMing Lei
2015-10-21block: avoid to merge splitted bioMing Lei
2015-10-21block: setup bi_phys_segments after splittingMing Lei
2015-09-17block: blk-merge: fast-clone bio when splitting rw biosMing Lei
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg
2015-09-03block: Check for gaps on front and back mergesJens Axboe
2015-09-02block: fix bogus compiler warnings in blk-merge.cJens Axboe
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01blk: Fix bio_io_vec index when checking bvec gapsKeith Busch
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe
2015-05-29block: only honor SG gap prevention for merges that contain dataJens Axboe
2015-03-20Fix bug in blk_rq_merge_okWenbo Wang
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig
2015-02-11block: prevent request-to-request merging with gaps if not allowedKeith Busch