summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2022-09-29block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav-0/+12
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav-7/+5
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig-13/+4
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch-7/+6
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig-1/+1
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig-28/+28
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig-6/+8
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig-9/+4
2022-09-26blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig-4/+5
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig-4/+5
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig-9/+12
2022-09-26blk-iocost: cleanup ioc_qos_writeChristoph Hellwig-6/+8
2022-09-26blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig-3/+4
2022-09-26blk-iocost: simplify ioc_nameChristoph Hellwig-9/+5
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig-4/+5
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig-10/+10
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig-26/+12
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig-26/+10
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig-50/+27
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig-7/+7
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig-15/+1
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig-6/+7
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds-1/+2
2022-09-24blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song-3/+5
2022-09-24blk-throttle: improve bypassing bios checkingsYu Kuai-7/+28
2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai-21/+3
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo-23/+4
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin-3/+0
2022-09-21block: export blk_rq_is_pollKanchan Joshi-1/+2
2022-09-21blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai-5/+4
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsLi zeming-1/+1
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig-25/+0
2022-09-20block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen-1/+1
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig-1/+2
2022-09-16Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+10
2022-09-15blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka-3/+8
2022-09-13block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch-2/+2
2022-09-12blk-throttle: cleanup tg_update_disptime()Yu Kuai-4/+7
2022-09-12blk-throttle: calling throtl_dequeue/enqueue_tg in pairsYu Kuai-2/+2
2022-09-12blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai-3/+3
2022-09-12blk-throttle: fix io hung due to configuration updatesYu Kuai-6/+61
2022-09-12blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai-24/+35
2022-09-12blk-throttle: prevent overflow while calculating wait timeYu Kuai-5/+3
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai-17/+7
2022-09-12sbitmap: fix batched wait_cnt accountingKeith Busch-1/+1
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers-0/+23
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+5
2022-09-09block: add missing request flags to debugfs codeJens Axboe-0/+2
2022-09-05block: remove unneeded return value of bio_check_ro()Miaohe Lin-7/+3
2022-09-05blk-mq: remove unneeded needs_restart checkMiaohe Lin-1/+1