summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Rename blk_mq_update_tag_set_depth()Hannes Reinecke2020-09-031-4/+4
* blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-033-14/+14
* block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2020-09-021-4/+3
* block: rename bd_invalidatedChristoph Hellwig2020-09-021-1/+1
* block: Remove a duplicative conditionBaolin Wang2020-09-011-4/+2
* block: better deal with the delayed not supported case in blk_cloned_rq_check...Ritika Srivastava2020-09-011-5/+22
* block: Return blk_status_t instead of errno codesRitika Srivastava2020-09-011-4/+4
* block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov2020-09-011-1/+1
* blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo2020-09-011-5/+72
* blk-iocost: restore inuse update tracepointsTejun Heo2020-09-011-0/+16
* blk-iocost: implement vtime loss compensationTejun Heo2020-09-011-42/+90
* blk-iocost: halve debts if device stays idleTejun Heo2020-09-011-1/+48
* blk-iocost: implement delay adjustment hysteresisTejun Heo2020-09-012-56/+86
* blk-iocost: revamp debt handlingTejun Heo2020-09-011-24/+93
* blk-iocost: revamp in-period donation snapbacksTejun Heo2020-09-011-37/+96
* blk-iocost: revamp donation amount determinationTejun Heo2020-09-011-82/+51
* blk-iocost: implement Andy's method for donation weight updatesTejun Heo2020-09-011-8/+244
* blk-iocost: restructure surplus donation logicTejun Heo2020-09-011-76/+103
* blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo2020-09-011-12/+7
* blk-iocost: replace iocg->has_surplus with ->surplus_listTejun Heo2020-09-011-8/+11
* blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo2020-09-011-27/+45
* blk-iocost: add absolute usage statTejun Heo2020-09-011-6/+149
* blk-iocost: grab ioc->lock for debt handlingTejun Heo2020-09-011-19/+73
* blk-iocost: streamline vtime margin and timer slack handlingTejun Heo2020-09-011-29/+38
* blk-iocost: make ioc_now->now and ioc->period_at 64bitTejun Heo2020-09-011-2/+2
* blk-iocost: use WEIGHT_ONE based fixed point number for weightsTejun Heo2020-09-011-12/+13
* blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gTejun Heo2020-09-011-10/+10
* blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtTejun Heo2020-09-011-1/+2
* blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Tejun Heo2020-09-011-60/+60
* blk-iocost: clamp inuse and skip noops in __propagate_weights()Tejun Heo2020-09-011-1/+4
* blk-iocost: rename propagate_active_weights() to propagate_weights()Tejun Heo2020-09-011-20/+20
* blk-iocost: use local[64]_t for percpu statTejun Heo2020-09-011-10/+27
* block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig2020-09-011-7/+5
* block: remove the disk argument to delete_partitionChristoph Hellwig2020-09-013-6/+7
* block: cleanup __alloc_disk_nodeChristoph Hellwig2020-09-011-35/+38
* block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-011-3/+4
* block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-011-3/+4
* blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian2020-09-012-3/+3
* block: Remove blk_mq_attempt_merge() functionBaolin Wang2020-09-011-28/+16
* block: Add a new helper to attempt to merge a bioBaolin Wang2020-09-013-60/+71
* block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-014-46/+48
* block: Move bio merge related functions into blk-merge.cBaolin Wang2020-09-012-156/+157
* blk-wbt: Remove obsolete multiqueue I/O scheduling commentDanny Lin2020-09-011-2/+0
* block: remove the BIO_USER_MAPPED flagChristoph Hellwig2020-09-011-6/+4
* block: remove __blk_rq_map_user_iovChristoph Hellwig2020-09-011-90/+54
* block: remove __blk_rq_unmap_userChristoph Hellwig2020-09-011-18/+11
* block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2020-09-011-4/+5
* block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-2/+2
* Merge branch 'block-5.9' into for-5.10/blockJens Axboe2020-09-014-23/+37
|\
| * blk-stat: make q->stats->lock irqsafeTejun Heo2020-09-011-6/+11