summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo2020-09-011-2/+3
| * block: fix locking in bdev_del_partitionChristoph Hellwig2020-09-011-14/+13
| * block: release disk reference in hd_struct_free_workMing Lei2020-09-011-1/+9
| * block: ensure bdi->io_pages is always initializedJens Axboe2020-09-011-0/+1
* | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-249-25/+45
|\|
| * blkcg: fix memleak for iolatencyYufen Yu2020-08-211-3/+5
| * block: fix get_max_io_size()Keith Busch2020-08-211-1/+1
| * blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei2020-08-211-1/+2
| * bfq: fix blkio cgroup leakage v4Dmitry Monakhov2020-08-183-12/+3