summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-02nvdimm: simplify revalidate_disk handlingChristoph Hellwig5-13/+7
2020-09-02sd: open code revalidate_diskChristoph Hellwig1-2/+4
2020-09-02nvme: opencode revalidate_disk in nvme_validate_nsChristoph Hellwig1-6/+10
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2-6/+5
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig10-35/+46
2020-09-02block: rename bd_invalidatedChristoph Hellwig4-11/+13
2020-09-02block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig1-1/+2
2020-09-02Documentation/filesystems/locking.rst: remove an incorrect sentenceChristoph Hellwig1-3/+0
2020-09-01block: Remove a duplicative conditionBaolin Wang1-4/+2
2020-09-01block: better deal with the delayed not supported case in blk_cloned_rq_check...Ritika Srivastava1-5/+22
2020-09-01block: Return blk_status_t instead of errno codesRitika Srivastava1-4/+4
2020-09-01block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov2-1/+3
2020-09-01blk-iocost: update iocost_monitor.pyTejun Heo1-35/+19
2020-09-01blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo1-5/+72
2020-09-01blk-iocost: restore inuse update tracepointsTejun Heo2-3/+19
2020-09-01blk-iocost: implement vtime loss compensationTejun Heo1-42/+90
2020-09-01blk-iocost: halve debts if device stays idleTejun Heo1-1/+48
2020-09-01blk-iocost: implement delay adjustment hysteresisTejun Heo2-56/+86
2020-09-01blk-iocost: revamp debt handlingTejun Heo1-24/+93
2020-09-01blk-iocost: revamp in-period donation snapbacksTejun Heo1-37/+96
2020-09-01blk-iocost: revamp donation amount determinationTejun Heo1-82/+51
2020-09-01blk-iocost: implement Andy's method for donation weight updatesTejun Heo1-8/+244
2020-09-01blk-iocost: restructure surplus donation logicTejun Heo1-76/+103
2020-09-01blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo2-21/+11
2020-09-01blk-iocost: replace iocg->has_surplus with ->surplus_listTejun Heo1-8/+11
2020-09-01blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo2-32/+47
2020-09-01blk-iocost: add absolute usage statTejun Heo1-6/+149
2020-09-01blk-iocost: grab ioc->lock for debt handlingTejun Heo1-19/+73
2020-09-01blk-iocost: streamline vtime margin and timer slack handlingTejun Heo1-29/+38
2020-09-01blk-iocost: make ioc_now->now and ioc->period_at 64bitTejun Heo1-2/+2
2020-09-01blk-iocost: use WEIGHT_ONE based fixed point number for weightsTejun Heo1-12/+13
2020-09-01blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gTejun Heo1-10/+10
2020-09-01blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtTejun Heo1-1/+2
2020-09-01blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Tejun Heo1-60/+60
2020-09-01blk-iocost: clamp inuse and skip noops in __propagate_weights()Tejun Heo1-1/+4
2020-09-01blk-iocost: rename propagate_active_weights() to propagate_weights()Tejun Heo1-20/+20
2020-09-01blk-iocost: use local[64]_t for percpu statTejun Heo1-10/+27
2020-09-01block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig1-7/+5
2020-09-01block: remove the disk argument to delete_partitionChristoph Hellwig3-6/+7
2020-09-01block: cleanup __alloc_disk_nodeChristoph Hellwig1-35/+38
2020-09-01block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig1-19/+17
2020-09-01block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-01block: remove the discard_alignment field from struct hd_structChristoph Hellwig3-6/+6
2020-09-01block: remove the alignment_offset field from struct hd_structChristoph Hellwig3-7/+6
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian2-3/+3
2020-09-01block: Remove blk_mq_attempt_merge() functionBaolin Wang1-28/+16
2020-09-01block: Add a new helper to attempt to merge a bioBaolin Wang3-60/+71
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang5-48/+48
2020-09-01block: Move bio merge related functions into blk-merge.cBaolin Wang2-156/+157
2020-09-01blk-wbt: Remove obsolete multiqueue I/O scheduling commentDanny Lin1-2/+0