aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-merge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27block: add support for write hints in a bioJens Axboe1-0/+14
2017-06-20block: Check locking assumptions at runtimeBart Van Assche1-0/+3
2017-06-18block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown1-16/+0
2017-06-18block: remove bio_clone() and all references.NeilBrown1-3/+3
2017-06-18block: Improvements to bounce-buffer handlingNeilBrown1-10/+4
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-5/+4
2017-04-08block: implement splitting of REQ_OP_WRITE_ZEROES biosChristoph Hellwig1-2/+15
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-1/+4
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-1/+1
2017-02-08block: move req_set_nomerge to blk.hChristoph Hellwig1-7/+0
2017-02-03block: free merged request in the callerJens Axboe1-3/+12
2017-02-03blk-merge: return the merged requestJens Axboe1-15/+16
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+1
2017-01-17block: move existing elevator ops to unionJens Axboe1-2/+2
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-36/+17
2016-12-01block: factor out req_set_nomergeRitesh Harjani1-9/+10
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-4/+13
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-4/+4
2016-08-24block: make sure a big bio is split into at most 256 bvecsMing Lei1-0/+22
2016-08-16block: Fix secure eraseAdrian Hunter1-14/+19
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-4/+4
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2016-07-20block: Fix front merge checkDamien Le Moal1-3/+3
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan1-0/+6
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-4/+2
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie1-4/+6
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-6/+6
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie1-1/+1
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