summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: fix bmd->is_null_mapped initializationChristoph Hellwig2020-09-231-2/+1
| * | block: drop double zeroingJulia Lawall2020-09-231-1/+1
| * | blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimitedBaolin Wang2020-09-151-0/+12
| * | blk-throttle: Avoid calculating bps/iops limitation repeatedlyBaolin Wang2020-09-151-9/+10
| * | blk-throttle: Define readable macros instead of static variablesBaolin Wang2020-09-151-5/+5
| * | blk-throttle: Use readable READ/WRITE macrosBaolin Wang2020-09-151-2/+2
| * | blk-throttle: Fix some comments' typosBaolin Wang2020-09-151-7/+7
| * | iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo2020-09-151-3/+9
| * | blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo2020-09-121-4/+10
| * | block: introduce part_[begin|end]_io_acctSong Liu2020-09-121-6/+33
| * | blk-mq: always allow reserved allocation in hctx_may_queueMing Lei2020-09-112-3/+5
| * | block: remove duplicate include statement in scsi_ioctl.cTian Tao2020-09-111-2/+0
| * | blkcg: add plugging support for punt bioXianting Tian2020-09-101-0/+9
| * | block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-1/+28
| * | block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig2020-09-081-19/+5
| * | block: add helper macros for queue sysfs entriesChristoph Hellwig2020-09-081-190/+58
| * | block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang2020-09-082-18/+0
| * | block: Do not discard buffers under a mounted filesystemJan Kara2020-09-081-6/+10
| * | blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai2020-09-033-0/+12
| * | blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-033-11/+40
| * | blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry2020-09-033-4/+28
| * | blk-mq: Relocate hctx_may_queue()John Garry2020-09-032-33/+32
| * | blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-035-7/+79
| * | blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry2020-09-036-33/+39
| * | blk-mq: Pass flags for tag init/freeJohn Garry2020-09-035-23/+35
| * | blk-mq: Free tags in blk_mq_init_tags() upon errorHannes Reinecke2020-09-031-8/+10
| * | 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-021-4/+2
| * | block: better deal with the delayed not supported case in blk_cloned_rq_check...Ritika Srivastava2020-09-021-5/+22
| * | block: Return blk_status_t instead of errno codesRitika Srivastava2020-09-021-4/+4
| * | block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov2020-09-021-1/+1
| * | blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo2020-09-021-5/+72
| * | blk-iocost: restore inuse update tracepointsTejun Heo2020-09-021-0/+16
| * | blk-iocost: implement vtime loss compensationTejun Heo2020-09-021-42/+90
| * | blk-iocost: halve debts if device stays idleTejun Heo2020-09-021-1/+48
| * | blk-iocost: implement delay adjustment hysteresisTejun Heo2020-09-022-56/+86
| * | blk-iocost: revamp debt handlingTejun Heo2020-09-021-24/+93
| * | blk-iocost: revamp in-period donation snapbacksTejun Heo2020-09-021-37/+96
| * | blk-iocost: revamp donation amount determinationTejun Heo2020-09-021-82/+51
| * | blk-iocost: implement Andy's method for donation weight updatesTejun Heo2020-09-021-8/+244
| * | blk-iocost: restructure surplus donation logicTejun Heo2020-09-021-76/+103
| * | blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo2020-09-021-12/+7
| * | blk-iocost: replace iocg->has_surplus with ->surplus_listTejun Heo2020-09-021-8/+11
| * | blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo2020-09-021-27/+45
| * | blk-iocost: add absolute usage statTejun Heo2020-09-021-6/+149
| * | blk-iocost: grab ioc->lock for debt handlingTejun Heo2020-09-021-19/+73
| * | blk-iocost: streamline vtime margin and timer slack handlingTejun Heo2020-09-021-29/+38