summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-09block: use helper function to test queue registerYufen Yu2-2/+2
2020-10-09block: remove redundant mq checkYufen Yu1-2/+2
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu2-3/+1
2020-10-09percpu_ref: don't refer to ref->data if it isn't allocatedMing Lei1-1/+1
2020-10-08block: ratelimit handle_bad_sector() messageTetsuo Handa1-5/+4
2020-10-08blk-throttle: Re-use the throtl_set_slice_end()Baolin Wang1-1/+1
2020-10-08blk-throttle: Open code __throtl_de/enqueue_tg()Baolin Wang1-17/+9
2020-10-08blk-throttle: Move service tree validation out of the throtl_rb_first()Baolin Wang1-4/+5
2020-10-08blk-throttle: Move the list operation after list validationBaolin Wang1-2/+4
2020-10-08blk-throttle: Fix IO hang for a corner caseBaolin Wang1-4/+4
2020-10-08blk-throttle: Avoid tracking latency if low limit is invalidBaolin Wang1-1/+3
2020-10-08blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Baolin Wang1-2/+6
2020-10-08blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Baolin Wang1-3/+3
2020-10-08block: Remove redundant 'return' statementBaolin Wang2-2/+2
2020-10-07block: soft limit zone-append sectors as wellJohannes Thumshirn1-1/+4
2020-10-06block: Consider only dispatched requests for inflight statisticGabriel Krisman Bertazi1-1/+1
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig3-63/+50
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig3-9/+7
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig3-9/+8
2020-10-06block: move 'q_usage_counter' into front of 'request_queue'Ming Lei1-1/+2
2020-10-06percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei3-62/+123
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers1-1/+9
2020-10-05block: make blk_crypto_rq_bio_prep() able to failEric Biggers4-20/+34
2020-10-05block: make bio_crypt_clone() able to failEric Biggers5-29/+42
2020-10-05block: add a bdget_part helperChristoph Hellwig5-13/+11
2020-10-05drbd: remove ->this_bdevChristoph Hellwig7-33/+25
2020-09-29block-mq: fix comments in blk_mq_queue_tag_busy_iteryangerkun1-3/+1
2020-09-28blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Xianting Tian1-1/+3
2020-09-25iocost: consider iocgs with active delays for debt forgivenessTejun Heo1-4/+7
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo2-0/+53
2020-09-25iocost: reimplement debt forgiveness using average usageTejun Heo1-25/+69
2020-09-25iocost: recalculate delay after debt reductionTejun Heo1-1/+3
2020-09-25iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo1-8/+5
2020-09-25iocost: factor out ioc_forgive_debts()Tejun Heo1-31/+35
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov4-3/+44
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer2-4/+7
2020-09-25vsprintf: use bd_partno in bdev_nameChristoph Hellwig1-2/+2
2020-09-25block: use bd_partno in bdevnameChristoph Hellwig1-1/+1
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig1-3/+2
2020-09-25drbd: don't set ->bd_containsChristoph Hellwig1-2/+0
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2-2/+2
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig2-2/+2
2020-09-25md: compare bd_disk instead of bd_containsChristoph Hellwig1-4/+3
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig10-17/+22
2020-09-25Documentation/hdio: fix up obscure bd_contains referencesChristoph Hellwig1-12/+12
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig10-58/+29
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig4-13/+8
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig18-36/+33
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig1-8/+10
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig6-20/+14