summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-2/+2
|\
| * Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-231-23/+4
| |\
| * | cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný2022-08-261-2/+2
* | | Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds2022-10-073-38/+230
|\ \ \
| * | | block: extend functionality to map bvec iteratorKanchan Joshi2022-09-301-4/+71
| * | | block: factor out blk_rq_map_bio_alloc helperKanchan Joshi2022-09-301-11/+22
| * | | block: rename bio_map_put to blk_mq_map_bio_putAnuj Gupta2022-09-301-3/+3
| * | | block: add blk_rq_map_user_ioAnuj Gupta2022-09-301-0/+36
| * | | block: allow end_io based requests in the completion batch handlingJens Axboe2022-09-301-2/+11
| * | | block: change request end_io handler to pass back a return valueJens Axboe2022-09-302-8/+16
| * | | block: enable batched allocation for blk_mq_alloc_request()Jens Axboe2022-09-301-9/+71
| * | | block: kill deprecated BUG_ON() in the flush handlingJens Axboe2022-09-301-1/+0
| * | | Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-301-1/+2
| |\ \ \
| * \ \ \ Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-3032-456/+532
| |\ \ \ \
* | \ \ \ \ Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0732-456/+532
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav2022-09-292-0/+12
| * | | | | block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav2022-09-292-7/+5
| * | | | | blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig2022-09-271-13/+4
| * | | | | blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch2022-09-273-7/+6
| * | | | | block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-1/+1
| * | | | | 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