summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-054-69/+71
* blk-mq: do not reset plug->rq_count before the list is sortedDongli Zhang2019-04-041-1/+2
* blk-mq: add trace block plug and unplug for multiple queuesYufen Yu2019-04-021-0/+2
* block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang2019-04-021-1/+1
* 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/+2
* 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/+1
* | 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/+1
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-094-133/+106
|\ \
| * | scsi: block: remove bidi supportChristoph Hellwig2019-02-052-4/+0
| * | scsi: block: remove req->specialChristoph Hellwig2019-02-051-1/+0
| * | scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2019-02-052-60/+52
| * | scsi: bsg: refactor bsg_ioctlChristoph Hellwig2019-02-051-86/+72
* | | 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
| * | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-155-11/+57
| |\ \
| * | | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+0
| * | | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-153-29/+6
| * | | block: enable multipage bvecsMing Lei2019-02-151-7/+15
| * | | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-152-11/+22
| * | | block: use bio_for_each_bvec() to map sgMing Lei2019-02-151-20/+50
| * | | block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei2019-02-151-20/+83
| * | | block: don't use bio->bi_vcnt to figure out segment numberMing Lei2019-02-151-7/+1
| * | | block: avoid setting none scheduler if it's already noneAleksei Zakharov2019-02-111-1/+4
| * | | block: avoid setting wbt_lat_usec to current valueAleksei Zakharov2019-02-111-0/+3
| * | | blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza2019-02-101-12/+7
| * | | blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza2019-02-101-1/+1
| * | | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-092-10/+0
| * | | block: avoid setting nr_requests to current valueAleksei Zakharov2019-02-081-0/+3
| * | | blk-mq: save default hctx into ctx->hctxs for not-supported typeJianchao Wang2019-02-012-9/+13