aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-09-01blk-iocost: replace iocg->has_surplus with ->surplus_listGravatar Tejun Heo 1-8/+11
2020-09-01blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usGravatar Tejun Heo 1-27/+45
2020-09-01blk-iocost: add absolute usage statGravatar Tejun Heo 1-6/+149
2020-09-01blk-iocost: grab ioc->lock for debt handlingGravatar Tejun Heo 1-19/+73
2020-09-01blk-iocost: streamline vtime margin and timer slack handlingGravatar Tejun Heo 1-29/+38
2020-09-01blk-iocost: make ioc_now->now and ioc->period_at 64bitGravatar Tejun Heo 1-2/+2
2020-09-01blk-iocost: use WEIGHT_ONE based fixed point number for weightsGravatar Tejun Heo 1-12/+13
2020-09-01blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gGravatar Tejun Heo 1-10/+10
2020-09-01blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtGravatar Tejun Heo 1-1/+2
2020-09-01blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Gravatar Tejun Heo 1-60/+60
2020-09-01blk-iocost: clamp inuse and skip noops in __propagate_weights()Gravatar Tejun Heo 1-1/+4
2020-09-01blk-iocost: rename propagate_active_weights() to propagate_weights()Gravatar Tejun Heo 1-20/+20
2020-09-01blk-iocost: use local[64]_t for percpu statGravatar Tejun Heo 1-10/+27
2020-09-01block: remove the unused q argument to part_in_flight and part_in_flight_rwGravatar Christoph Hellwig 1-7/+5
2020-09-01block: remove the disk argument to delete_partitionGravatar Christoph Hellwig 3-6/+7
2020-09-01block: cleanup __alloc_disk_nodeGravatar Christoph Hellwig 1-35/+38
2020-09-01block: remove the discard_alignment field from struct hd_structGravatar Christoph Hellwig 1-3/+4
2020-09-01block: remove the alignment_offset field from struct hd_structGravatar Christoph Hellwig 1-3/+4
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagGravatar Xianting Tian 2-3/+3
2020-09-01block: Remove blk_mq_attempt_merge() functionGravatar Baolin Wang 1-28/+16
2020-09-01block: Add a new helper to attempt to merge a bioGravatar Baolin Wang 3-60/+71
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cGravatar Baolin Wang 4-46/+48
2020-09-01block: Move bio merge related functions into blk-merge.cGravatar Baolin Wang 2-156/+157
2020-09-01blk-wbt: Remove obsolete multiqueue I/O scheduling commentGravatar Danny Lin 1-2/+0
2020-09-01block: remove the BIO_USER_MAPPED flagGravatar Christoph Hellwig 1-6/+4
2020-09-01block: remove __blk_rq_map_user_iovGravatar Christoph Hellwig 1-90/+54
2020-09-01block: remove __blk_rq_unmap_userGravatar Christoph Hellwig 1-18/+11
2020-09-01block: remove the BIO_NULL_MAPPED flagGravatar Christoph Hellwig 1-4/+5
2020-09-01block: fix locking for struct block_device size updatesGravatar Christoph Hellwig 1-2/+2
2020-09-01Merge branch 'block-5.9' into for-5.10/blockGravatar Jens Axboe 4-23/+37
2020-09-01blk-stat: make q->stats->lock irqsafeGravatar Tejun Heo 1-6/+11
2020-09-01blk-iocost: ioc_pd_free() shouldn't assume irq disabledGravatar Tejun Heo 1-2/+3
2020-09-01block: fix locking in bdev_del_partitionGravatar Christoph Hellwig 1-14/+13
2020-09-01block: release disk reference in hd_struct_free_workGravatar Ming Lei 1-1/+9
2020-09-01block: ensure bdi->io_pages is always initializedGravatar Jens Axboe 1-0/+1
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-25/+45
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-5/+5
2020-08-21blkcg: fix memleak for iolatencyGravatar Yufen Yu 1-3/+5
2020-08-21block: fix get_max_io_size()Gravatar Keith Busch 1-1/+1
2020-08-21blk-mq: insert request not through ->queue_rq into sw/scheduler queueGravatar Ming Lei 1-1/+2
2020-08-18bfq: fix blkio cgroup leakage v4Gravatar Dmitry Monakhov 3-12/+3
2020-08-17block: Fix page_is_mergeable() for compound pagesGravatar Matthew Wilcox (Oracle) 1-5/+5
2020-08-17block: respect queue limit of max discard segmentGravatar Ming Lei 1-2/+9
2020-08-17blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTGravatar Ming Lei 2-0/+18
2020-08-16bsg-lib: convert comma to semicolonGravatar Xu Wang 1-1/+1
2020-08-16block: blk-mq.c: fix @at_head kernel-doc warningGravatar Randy Dunlap 1-0/+1
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+18
2020-08-11block: fix double account of flush request's driver tagGravatar Ming Lei 1-2/+9
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+2
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-19/+22