summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-09-29block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig
2022-09-26blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig
2022-09-26blk-iocost: cleanup ioc_qos_writeChristoph Hellwig
2022-09-26blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig
2022-09-26blk-iocost: simplify ioc_nameChristoph Hellwig
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig
2022-09-24blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song
2022-09-24blk-throttle: improve bypassing bios checkingsYu Kuai
2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin
2022-09-21blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsLi zeming
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig
2022-09-20block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen
2022-09-12blk-throttle: cleanup tg_update_disptime()Yu Kuai
2022-09-12blk-throttle: calling throtl_dequeue/enqueue_tg in pairsYu Kuai
2022-09-12blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai
2022-09-12blk-throttle: fix io hung due to configuration updatesYu Kuai
2022-09-12blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai
2022-09-12blk-throttle: prevent overflow while calculating wait timeYu Kuai
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai
2022-09-12sbitmap: fix batched wait_cnt accountingKeith Busch
2022-09-05block: remove unneeded return value of bio_check_ro()Miaohe Lin
2022-09-05blk-mq: remove unneeded needs_restart checkMiaohe Lin
2022-09-05block/blk-map: Remove set but unused variable 'added'Jiapeng Chong
2022-09-04blk-throttle: clean up codes that can't be reachedYu Kuai
2022-09-04Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe
2022-09-02block: enable per-cpu bio caching for the fs bio setJens Axboe
2022-09-01sbitmap: fix batched wait_cnt accountingKeith Busch
2022-08-22block: use on-stack page vec for <= UIO_FASTIOVJens Axboe
2022-08-22block: enable bio caching use for passthru IOJens Axboe
2022-08-22block: shrink rq_map_data a bitJens Axboe
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai
2022-08-22block, bfq: remove useless checking in bfq_put_queue()Yu Kuai