summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2019-04-041-0/+3
* block: don't check if adjacent bvecs in one bio can be mergeableMing Lei2019-04-011-27/+42
* block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei2019-04-011-11/+9Star
* block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei2019-04-011-3/+3
* block: enable multi-page bvec for passthrough IOMing Lei2019-04-011-29/+31
* block: put the same page when adding it to bioMing Lei2019-04-011-12/+16
* block: check if page is mergeable in one helperMing Lei2019-04-011-14/+24
* block: cleanup bio_add_pc_pageMing Lei2019-04-011-7/+7
* block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei2019-04-011-17/+0Star
* block: avoid to break XEN by multi-page bvecMing Lei2019-04-011-0/+2
* block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-011-1/+1
* block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2019-04-012-0/+11
* block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino2019-04-012-4/+29
* block, bfq: always protect newly-created queues from existing active queuesPaolo Valente2019-04-011-13/+51
* block, bfq: do not tag totally seeky queues as soft rtPaolo Valente2019-04-011-0/+14
* block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-013-6/+73
* block, bfq: tune service injection basing on request service timesPaolo Valente2019-04-012-59/+409
* block, bfq: do not idle for lowest-weight queuesPaolo Valente2019-04-013-94/+118
* block, bfq: increase idling for weight-raised queuesPaolo Valente2019-04-011-0/+2
* block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2019-04-012-2/+2
* blk-mq: fix sbitmap ws_active for shared tagsJens Axboe2019-03-251-2/+11
* blk-mq: update comment for blk_mq_hctx_has_pending()Yufen Yu2019-03-241-1/+2
* blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2019-03-242-11/+2Star
* Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-231-19/+24
|\
| * block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-19/+24
* | blkcg: Fix kernel-doc warningsBart Van Assche2019-03-201-4/+5
* | blk-iolatency: #include "blk.h"Bart Van Assche2019-03-201-0/+1
* | block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2019-03-202-1/+2
* | block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-202-7/+9
* | blk-mq: use blk_mq_sched_mark_restart_hctx to set RESTARTYufen Yu2019-03-181-2/+1Star
* | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-7/+8
|\ \
| * | block: fix segment calculation for passthrough IOMing Lei2019-03-061-7/+8
* | | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-2/+1Star
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-104-133/+106Star
|\ \
| * | scsi: block: remove bidi supportChristoph Hellwig2019-02-062-4/+0Star
| * | scsi: block: remove req->specialChristoph Hellwig2019-02-061-1/+0Star
| * | scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2019-02-062-60/+52Star
| * | scsi: bsg: refactor bsg_ioctlChristoph Hellwig2019-02-061-86/+72Star
* | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-8/+54
|\ \ \
| * | | block: implement bio helper to add iter bvec pages to bioJens Axboe2019-02-281-8/+54
* | | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0817-484/+658
|\ \ \ \ | | |_|/ | |/| |
| * | | block: fix updating bio's front segment sizeMing Lei2019-03-021-0/+8
| * | | block: Replace function name in string with __func__Keyur Patel2019-02-281-4/+4
| * | | block: fix NULL pointer dereference in register_diskzhengbin2019-02-281-4/+6
| * | | blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->mapDongli Zhang2019-02-281-7/+7
| |/ /
| * | block: optimize blk_bio_segment_split for single-page bvecMing Lei2019-02-271-3/+9
| * | block: optimize __blk_segment_map_sg() for single-page bvecMing Lei2019-02-271-2/+7
| * | block: introduce bvec_nth_page()Ming Lei2019-02-271-1/+1
| * | block: bounce: make sure that bvec table is updatedMing Lei2019-02-211-2/+6
| * | block: avoid to READ fields of null bioMing Lei2019-02-191-1/+3