summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-153-29/+6Star
| * | 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/+1Star
| * | 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/+7Star
| * | 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/+0Star
| * | 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
| * | blk-mq: save queue mapping result into ctx directlyJianchao Wang2019-02-015-8/+9
| * | block, bfq: fix in-service-queue check for queue mergingPaolo Valente2019-01-312-1/+7
| * | block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente2019-01-311-1/+2
| * | block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente2019-01-311-0/+13
| * | block, bfq: reduce threshold for detecting command queueingPaolo Valente2019-01-311-2/+2
| * | block, bfq: fix queue removal from weights treePaolo Valente2019-01-312-7/+16
| * | block, bfq: fix sequential rq detection in rate estimationPaolo Valente2019-01-311-5/+7
| * | block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente2019-01-311-181/+165Star
| * | block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente2019-01-311-14/+17
| * | block, bfq: split function bfq_better_to_idlePaolo Valente2019-01-311-73/+82
| * | block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente2019-01-313-47/+59
| * | block, bfq: remove case of redirected bic from insert_requestPaolo Valente2019-01-311-2/+0Star
| * | block, bfq: make sure queue budgets are not below service receivedPaolo Valente2019-01-311-2/+4
| * | block, bfq: avoid selecting a queue w/o budgetPaolo Valente2019-01-311-1/+9
| * | block, bfq: do not consider interactive queues in srt filteringPaolo Valente2019-01-311-10/+29
* | | Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-151-2/+10
|\ \ \ | |_|/ |/| |
| * | blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang2019-02-121-2/+10
* | | Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-092-9/+48
|\| |
| * | blk-mq: remove duplicated definition of blk_mq_freeze_queueLiu Bo2019-02-081-1/+0Star
| * | Blk-iolatency: warn on negative inflight IO counterLiu Bo2019-02-081-1/+3
| * | blk-iolatency: fix IO hang due to negative inflight counterLiu Bo2019-02-081-7/+45
* | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-0/+3
|\ \ \ | |/ / |/| |
| * | blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman2019-01-311-0/+3