summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig2022-09-261-28/+28
| * | | | | blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-263-6/+8
| * | | | | blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig2022-09-261-9/+4
| * | | | | blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig2022-09-263-4/+5
| * | | | | blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig2022-09-263-4/+5
| * | | | | blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig2022-09-263-9/+12
| * | | | | blk-iocost: cleanup ioc_qos_writeChristoph Hellwig2022-09-261-6/+8
| * | | | | blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig2022-09-261-3/+4
| * | | | | blk-iocost: simplify ioc_nameChristoph Hellwig2022-09-261-9/+5
| * | | | | blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-263-4/+5
| * | | | | blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig2022-09-263-10/+10
| * | | | | blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig2022-09-263-26/+12
| * | | | | blk-cgroup: remove blkg_lookup_checkChristoph Hellwig2022-09-261-26/+10
| * | | | | blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2022-09-262-50/+27
| * | | | | blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2022-09-262-7/+7
| * | | | | blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2022-09-262-15/+1
| * | | | | blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig2022-09-261-6/+7
| * | | | | blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song2022-09-241-3/+5
| * | | | | blk-throttle: improve bypassing bios checkingsYu Kuai2022-09-242-7/+28
| * | | | | blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai2022-09-242-21/+3
| * | | | | block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin2022-09-212-3/+0
| * | | | | blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai2022-09-211-5/+4
| * | | | | blk-iocost: Remove unnecessary (void*) conversionsLi zeming2022-09-201-1/+1
| * | | | | block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-202-25/+0
| * | | | | block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen2022-09-201-1/+1
| * | | | | blk-throttle: cleanup tg_update_disptime()Yu Kuai2022-09-121-4/+7
| * | | | | blk-throttle: calling throtl_dequeue/enqueue_tg in pairsYu Kuai2022-09-121-2/+2
| * | | | | blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai2022-09-121-3/+3
| * | | | | blk-throttle: fix io hung due to configuration updatesYu Kuai2022-09-122-6/+61
| * | | | | blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai2022-09-121-24/+35
| * | | | | blk-throttle: prevent overflow while calculating wait timeYu Kuai2022-09-121-5/+3
| * | | | | blk-throttle: fix that io throttle can only work for single bioYu Kuai2022-09-123-17/+7
| * | | | | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-121-1/+1
| * | | | | block: remove unneeded return value of bio_check_ro()Miaohe Lin2022-09-051-7/+3
| * | | | | blk-mq: remove unneeded needs_restart checkMiaohe Lin2022-09-051-1/+1
| * | | | | block/blk-map: Remove set but unused variable 'added'Jiapeng Chong2022-09-051-2/+1
| * | | | | blk-throttle: clean up codes that can't be reachedYu Kuai2022-09-041-34/+56
| * | | | | Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe2022-09-041-1/+1
| * | | | | block: enable per-cpu bio caching for the fs bio setJens Axboe2022-09-021-1/+2
| * | | | | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-011-1/+1
| * | | | | block: use on-stack page vec for <= UIO_FASTIOVJens Axboe2022-08-221-3/+11
| * | | | | block: enable bio caching use for passthru IOJens Axboe2022-08-221-8/+25
| * | | | | block: shrink rq_map_data a bitJens Axboe2022-08-221-1/+1
| * | | | | block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai2022-08-223-10/+12
| * | | | | block, bfq: remove useless checking in bfq_put_queue()Yu Kuai2022-08-221-4/+2
| * | | | | block, bfq: remove unused functionsYu Kuai2022-08-222-10/+8
| * | | | | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-225-19/+15
| * | | | | block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com2022-08-222-12/+82
* | | | | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | block: export blk_rq_is_pollKanchan Joshi2022-09-211-1/+2