summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-13144-2446/+3229
|\
| * block: fix uapi blkzoned.h commentsDamien Le Moal2020-10-091-6/+9
| * blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2020-10-092-3/+8
| * blk-mq: get rid of the dead flush handle code pathYufen Yu2020-10-091-6/+0
| * block: get rid of unnecessary local variableYufen Yu2020-10-091-3/+1
| * block: fix comment and add lockdep assertYufen Yu2020-10-091-10/+4
| * blk-mq: use helper function to test hw stoppedYufen Yu2020-10-091-1/+1
| * block: use helper function to test queue registerYufen Yu2020-10-092-2/+2
| * block: remove redundant mq checkYufen Yu2020-10-091-2/+2
| * block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu2020-10-092-3/+1
| * percpu_ref: don't refer to ref->data if it isn't allocatedMing Lei2020-10-091-1/+1
| * block: ratelimit handle_bad_sector() messageTetsuo Handa2020-10-081-5/+4
| * blk-throttle: Re-use the throtl_set_slice_end()Baolin Wang2020-10-081-1/+1
| * blk-throttle: Open code __throtl_de/enqueue_tg()Baolin Wang2020-10-081-17/+9
| * blk-throttle: Move service tree validation out of the throtl_rb_first()Baolin Wang2020-10-081-4/+5
| * blk-throttle: Move the list operation after list validationBaolin Wang2020-10-081-2/+4
| * blk-throttle: Fix IO hang for a corner caseBaolin Wang2020-10-081-4/+4
| * blk-throttle: Avoid tracking latency if low limit is invalidBaolin Wang2020-10-081-1/+3
| * blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Baolin Wang2020-10-081-2/+6
| * blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Baolin Wang2020-10-081-3/+3
| * block: Remove redundant 'return' statementBaolin Wang2020-10-082-2/+2
| * block: soft limit zone-append sectors as wellJohannes Thumshirn2020-10-071-1/+4
| * block: Consider only dispatched requests for inflight statisticGabriel Krisman Bertazi2020-10-061-1/+1
| * block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig2020-10-063-63/+50
| * block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-063-9/+7
| * block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-063-9/+8
| * block: move 'q_usage_counter' into front of 'request_queue'Ming Lei2020-10-061-1/+2
| * percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-063-62/+123
| * block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers2020-10-051-1/+9
| * block: make blk_crypto_rq_bio_prep() able to failEric Biggers2020-10-054-20/+34
| * block: make bio_crypt_clone() able to failEric Biggers2020-10-055-29/+42
| * block: add a bdget_part helperChristoph Hellwig2020-10-055-13/+11
| * drbd: remove ->this_bdevChristoph Hellwig2020-10-057-33/+25
| * block-mq: fix comments in blk_mq_queue_tag_busy_iteryangerkun2020-09-291-3/+1
| * blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Xianting Tian2020-09-281-1/+3
| * iocost: consider iocgs with active delays for debt forgivenessTejun Heo2020-09-251-4/+7
| * iocost: add iocg_forgive_debt tracepointTejun Heo2020-09-252-0/+53
| * iocost: reimplement debt forgiveness using average usageTejun Heo2020-09-251-25/+69
| * iocost: recalculate delay after debt reductionTejun Heo2020-09-251-1/+3
| * iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo2020-09-251-8/+5
| * iocost: factor out ioc_forgive_debts()Tejun Heo2020-09-251-31/+35
| * dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-254-3/+44
| * block: add QUEUE_FLAG_NOWAITMike Snitzer2020-09-252-4/+7
| * vsprintf: use bd_partno in bdev_nameChristoph Hellwig2020-09-251-2/+2
| * block: use bd_partno in bdevnameChristoph Hellwig2020-09-251-1/+1
| * target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig2020-09-251-3/+2
| * drbd: don't set ->bd_containsChristoph Hellwig2020-09-251-2/+0
| * drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| * md: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| * md: compare bd_disk instead of bd_containsChristoph Hellwig2020-09-251-4/+3