summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Heo2-32/+47
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
2020-09-02block: remove the disk argument to delete_partitionChristoph Hellwig3-6/+7
2020-09-02block: cleanup __alloc_disk_nodeChristoph Hellwig1-35/+38
2020-09-02block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig1-19/+17
2020-09-02block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-02block: remove the discard_alignment field from struct hd_structChristoph Hellwig3-6/+6
2020-09-02block: remove the alignment_offset field from struct hd_structChristoph Hellwig3-7/+6
2020-09-02blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian2-3/+3
2020-09-02block: Remove blk_mq_attempt_merge() functionBaolin Wang1-28/+16
2020-09-02block: Add a new helper to attempt to merge a bioBaolin Wang3-60/+71
2020-09-02block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang5-48/+48
2020-09-02block: Move bio merge related functions into blk-merge.cBaolin Wang2-156/+157
2020-09-02blk-wbt: Remove obsolete multiqueue I/O scheduling commentDanny Lin1-2/+0
2020-09-02virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-02raw: deprecate the raw driverChristoph Hellwig1-0/+5
2020-09-02block: remove the BIO_USER_MAPPED flagChristoph Hellwig2-7/+4
2020-09-02block: remove __blk_rq_map_user_iovChristoph Hellwig1-90/+54
2020-09-02block: remove __blk_rq_unmap_userChristoph Hellwig1-18/+11
2020-09-02block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2-5/+5
2020-09-02nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig2-23/+23
2020-09-02block: fix locking for struct block_device size updatesChristoph Hellwig6-36/+22
2020-09-02block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig6-13/+14
2020-09-02block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2
2020-09-02Merge branch 'block-5.9' into for-5.10/blockJens Axboe12-81/+204
2020-09-02blk-stat: make q->stats->lock irqsafeTejun Heo1-6/+11
2020-09-02blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo1-2/+3
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig1-14/+13
2020-09-01block: release disk reference in hd_struct_free_workMing Lei1-1/+9
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-08-31Linux 5.9-rc3Linus Torvalds1-1/+1
2020-08-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-13/+19
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+45
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-394/+534
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-122/+123
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-30/+144