aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-merge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+7
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig1-11/+7
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-1/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-3/+2
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-1/+1
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal1-2/+6
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-2/+3
2018-11-14block: make blk_try_req_merge() staticEric Biggers1-1/+2
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei1-1/+2
2018-11-07block: kill request ->cpu memberJens Axboe1-2/+0
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe1-3/+0
2018-11-07block: remove req_no_special_merge() from merging codeJens Axboe1-22/+3
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-11-07block: remove dead elevator codeJens Axboe1-5/+0
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn1-1/+1
2018-10-29block: fix the DISCARD request mergeJianchao Wang1-10/+36
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig1-24/+5
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-5/+5
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig1-0/+65
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