aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-02block: don't use blocking queue entered for recursive bio submitsJens Axboe1-0/+10
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-4/+4
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-6/+5
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe1-3/+26
2018-01-09Revert "block: blk-merge: try to make front segments in full size"Ming Lei1-49/+5
2018-01-06block: blk-merge: remove unnecessary checkMing Lei1-3/+1
2018-01-06block: blk-merge: try to make front segments in full sizeMing Lei1-5/+49
2018-01-06blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei1-4/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-09block: pass in queue to inflight accountingJens Axboe1-2/+2
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