summaryrefslogtreecommitdiffstats
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-035-16/+16
* block: remove revalidate_disk()Christoph Hellwig2020-09-023-21/+1
* nvdimm: simplify revalidate_disk handlingChristoph Hellwig2020-09-025-13/+7
* sd: open code revalidate_diskChristoph Hellwig2020-09-021-2/+4
* nvme: opencode revalidate_disk in nvme_validate_nsChristoph Hellwig2020-09-021-6/+10
* block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2020-09-022-6/+5
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-0210-35/+46
* block: rename bd_invalidatedChristoph Hellwig2020-09-024-11/+13
* block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig2020-09-021-1/+2
* Documentation/filesystems/locking.rst: remove an incorrect sentenceChristoph Hellwig2020-09-021-3/+0
* 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-012-1/+3
* blk-iocost: update iocost_monitor.pyTejun Heo2020-09-011-35/+19
* blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo2020-09-011-5/+72
* blk-iocost: restore inuse update tracepointsTejun Heo2020-09-012-3/+19
* 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-012-21/+11
* 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-012-32/+47
* 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: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig2020-09-011-19/+17
* block: remove an outdated comment on the bd_dev fieldChristoph Hellwig2020-09-011-1/+1
* block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-013-6/+6
* block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-013-7/+6
* 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