aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-09block: fix uapi blkzoned.h commentsGravatar Damien Le Moal 1-6/+9
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueGravatar Yang Yang 2-3/+8
2020-10-09blk-mq: get rid of the dead flush handle code pathGravatar Yufen Yu 1-6/+0
2020-10-09block: get rid of unnecessary local variableGravatar Yufen Yu 1-3/+1
2020-10-09block: fix comment and add lockdep assertGravatar Yufen Yu 1-10/+4
2020-10-09blk-mq: use helper function to test hw stoppedGravatar Yufen Yu 1-1/+1
2020-10-09block: use helper function to test queue registerGravatar Yufen Yu 2-2/+2
2020-10-09block: remove redundant mq checkGravatar Yufen Yu 1-2/+2
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedGravatar Yufen Yu 2-3/+1
2020-10-09percpu_ref: don't refer to ref->data if it isn't allocatedGravatar Ming Lei 1-1/+1
2020-10-08block: ratelimit handle_bad_sector() messageGravatar Tetsuo Handa 1-5/+4
2020-10-08blk-throttle: Re-use the throtl_set_slice_end()Gravatar Baolin Wang 1-1/+1
2020-10-08blk-throttle: Open code __throtl_de/enqueue_tg()Gravatar Baolin Wang 1-17/+9
2020-10-08blk-throttle: Move service tree validation out of the throtl_rb_first()Gravatar Baolin Wang 1-4/+5
2020-10-08blk-throttle: Move the list operation after list validationGravatar Baolin Wang 1-2/+4
2020-10-08blk-throttle: Fix IO hang for a corner caseGravatar Baolin Wang 1-4/+4
2020-10-08blk-throttle: Avoid tracking latency if low limit is invalidGravatar Baolin Wang 1-1/+3
2020-10-08blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Gravatar Baolin Wang 1-2/+6
2020-10-08blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Gravatar Baolin Wang 1-3/+3
2020-10-08block: Remove redundant 'return' statementGravatar Baolin Wang 2-2/+2
2020-10-07block: soft limit zone-append sectors as wellGravatar Johannes Thumshirn 1-1/+4
2020-10-06block: Consider only dispatched requests for inflight statisticGravatar Gabriel Krisman Bertazi 1-1/+1
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cGravatar Christoph Hellwig 3-63/+50
2020-10-06block: remove the unused blk_integrity_merge_bio exportGravatar Christoph Hellwig 3-9/+7
2020-10-06block: remove the unused blk_integrity_merge_rq exportGravatar Christoph Hellwig 3-9/+8
2020-10-06block: move 'q_usage_counter' into front of 'request_queue'Gravatar Ming Lei 1-1/+2
2020-10-06percpu_ref: reduce memory footprint of percpu_ref in fast pathGravatar Ming Lei 3-62/+123
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Gravatar Eric Biggers 1-1/+9
2020-10-05block: make blk_crypto_rq_bio_prep() able to failGravatar Eric Biggers 4-20/+34
2020-10-05block: make bio_crypt_clone() able to failGravatar Eric Biggers 5-29/+42
2020-10-05block: add a bdget_part helperGravatar Christoph Hellwig 5-13/+11
2020-10-05drbd: remove ->this_bdevGravatar Christoph Hellwig 7-33/+25
2020-09-29block-mq: fix comments in blk_mq_queue_tag_busy_iterGravatar yangerkun 1-3/+1
2020-09-28blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Gravatar Xianting Tian 1-1/+3
2020-09-25iocost: consider iocgs with active delays for debt forgivenessGravatar Tejun Heo 1-4/+7
2020-09-25iocost: add iocg_forgive_debt tracepointGravatar Tejun Heo 2-0/+53
2020-09-25iocost: reimplement debt forgiveness using average usageGravatar Tejun Heo 1-25/+69
2020-09-25iocost: recalculate delay after debt reductionGravatar Tejun Heo 1-1/+3
2020-09-25iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneGravatar Tejun Heo 1-8/+5
2020-09-25iocost: factor out ioc_forgive_debts()Gravatar Tejun Heo 1-31/+35
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetGravatar Konstantin Khlebnikov 4-3/+44
2020-09-25block: add QUEUE_FLAG_NOWAITGravatar Mike Snitzer 2-4/+7
2020-09-25vsprintf: use bd_partno in bdev_nameGravatar Christoph Hellwig 1-2/+2
2020-09-25block: use bd_partno in bdevnameGravatar Christoph Hellwig 1-1/+1
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsGravatar Christoph Hellwig 1-3/+2
2020-09-25drbd: don't set ->bd_containsGravatar Christoph Hellwig 1-2/+0
2020-09-25drbd: don't detour through bd_contains for the gendiskGravatar Christoph Hellwig 2-2/+2
2020-09-25md: don't detour through bd_contains for the gendiskGravatar Christoph Hellwig 2-2/+2
2020-09-25md: compare bd_disk instead of bd_containsGravatar Christoph Hellwig 1-4/+3
2020-09-25block: add a bdev_is_partition helperGravatar Christoph Hellwig 10-17/+22