summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-09-12block: introduce part_[begin|end]_io_acctSong Liu1-6/+33
2020-09-11blk-mq: always allow reserved allocation in hctx_may_queueMing Lei2-3/+5
2020-09-11block: remove duplicate include statement in scsi_ioctl.cTian Tao1-2/+0
2020-09-10blkcg: add plugging support for punt bioXianting Tian1-0/+9
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-1/+28
2020-09-08block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig1-19/+5
2020-09-08block: add helper macros for queue sysfs entriesChristoph Hellwig1-190/+58
2020-09-08block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang2-18/+0
2020-09-08block: Do not discard buffers under a mounted filesystemJan Kara1-6/+10
2020-09-04blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai3-0/+12
2020-09-04blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry3-11/+40
2020-09-04blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry3-4/+28
2020-09-04blk-mq: Relocate hctx_may_queue()John Garry2-33/+32
2020-09-04blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry5-7/+79
2020-09-04blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry6-33/+39
2020-09-04blk-mq: Pass flags for tag init/freeJohn Garry5-23/+35
2020-09-04blk-mq: Free tags in blk_mq_init_tags() upon errorHannes Reinecke1-8/+10
2020-09-04blk-mq: Rename blk_mq_update_tag_set_depth()Hannes Reinecke1-4/+4
2020-09-04blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei3-14/+14
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig1-4/+3
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-1/+1
2020-09-02block: Remove a duplicative conditionBaolin Wang1-4/+2
2020-09-02block: better deal with the delayed not supported case in blk_cloned_rq_check...Ritika Srivastava1-5/+22
2020-09-02block: Return blk_status_t instead of errno codesRitika Srivastava1-4/+4
2020-09-02block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov1-1/+1
2020-09-02blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo1-5/+72
2020-09-02blk-iocost: restore inuse update tracepointsTejun Heo1-0/+16
2020-09-02blk-iocost: implement vtime loss compensationTejun Heo1-42/+90
2020-09-02blk-iocost: halve debts if device stays idleTejun Heo1-1/+48
2020-09-02blk-iocost: implement delay adjustment hysteresisTejun Heo2-56/+86
2020-09-02blk-iocost: revamp debt handlingTejun Heo1-24/+93
2020-09-02blk-iocost: revamp in-period donation snapbacksTejun Heo1-37/+96
2020-09-02blk-iocost: revamp donation amount determinationTejun Heo1-82/+51
2020-09-02blk-iocost: implement Andy's method for donation weight updatesTejun Heo1-8/+244
2020-09-02blk-iocost: restructure surplus donation logicTejun Heo1-76/+103
2020-09-02blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo1-12/+7
2020-09-02blk-iocost: replace iocg->has_surplus with ->surplus_listTejun Heo1-8/+11
2020-09-02blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo1-27/+45
2020-09-02blk-iocost: add absolute usage statTejun Heo1-6/+149
2020-09-02blk-iocost: grab ioc->lock for debt handlingTejun Heo1-19/+73
2020-09-02blk-iocost: streamline vtime margin and timer slack handlingTejun Heo1-29/+38
2020-09-02blk-iocost: make ioc_now->now and ioc->period_at 64bitTejun Heo1-2/+2
2020-09-02blk-iocost: use WEIGHT_ONE based fixed point number for weightsTejun Heo1-12/+13
2020-09-02blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gTejun Heo1-10/+10
2020-09-02blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtTejun Heo1-1/+2
2020-09-02blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Tejun Heo1-60/+60
2020-09-02blk-iocost: clamp inuse and skip noops in __propagate_weights()Tejun Heo1-1/+4
2020-09-02blk-iocost: rename propagate_active_weights() to propagate_weights()Tejun Heo1-20/+20
2020-09-02blk-iocost: use local[64]_t for percpu statTejun Heo1-10/+27
2020-09-02block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig1-7/+5