aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-38/+230
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 32-456/+532
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+2
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+23
2022-09-30block: extend functionality to map bvec iteratorGravatar Kanchan Joshi 1-4/+71
2022-09-30block: factor out blk_rq_map_bio_alloc helperGravatar Kanchan Joshi 1-11/+22
2022-09-30block: rename bio_map_put to blk_mq_map_bio_putGravatar Anuj Gupta 1-3/+3
2022-09-30block: add blk_rq_map_user_ioGravatar Anuj Gupta 1-0/+36
2022-09-30block: allow end_io based requests in the completion batch handlingGravatar Jens Axboe 1-2/+11
2022-09-30block: change request end_io handler to pass back a return valueGravatar Jens Axboe 2-8/+16
2022-09-30block: enable batched allocation for blk_mq_alloc_request()Gravatar Jens Axboe 1-9/+71
2022-09-30block: kill deprecated BUG_ON() in the flush handlingGravatar Jens Axboe 1-1/+0
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughGravatar Jens Axboe 1-1/+2
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughGravatar Jens Axboe 32-456/+532
2022-09-29block: add rationale for not using blk_mq_plug() when applicableGravatar Pankaj Raghav 2-0/+12
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockGravatar Pankaj Raghav 2-7/+5
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepGravatar Christoph Hellwig 1-13/+4
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesGravatar Keith Busch 3-7/+6
2022-09-27block: replace blk_queue_nowait with bdev_nowaitGravatar Christoph Hellwig 1-1/+1
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersGravatar Christoph Hellwig 1-28/+28
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleGravatar Christoph Hellwig 3-6/+8
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allGravatar Christoph Hellwig 1-9/+4
2022-09-26blk-throttle: pass a gendisk to blk_throtl_cancel_biosGravatar Christoph Hellwig 3-4/+5
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueGravatar Christoph Hellwig 3-4/+5
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitGravatar Christoph Hellwig 3-9/+12
2022-09-26blk-iocost: cleanup ioc_qos_writeGravatar Christoph Hellwig 1-6/+8
2022-09-26blk-iocost: pass a gendisk to blk_iocost_initGravatar Christoph Hellwig 1-3/+4
2022-09-26blk-iocost: simplify ioc_nameGravatar Christoph Hellwig 1-9/+5
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initGravatar Christoph Hellwig 3-4/+5
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitGravatar Christoph Hellwig 3-10/+10
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueGravatar Christoph Hellwig 3-26/+12
2022-09-26blk-cgroup: remove blkg_lookup_checkGravatar Christoph Hellwig 1-26/+10
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsGravatar Christoph Hellwig 2-50/+27
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesGravatar Christoph Hellwig 2-7/+7
2022-09-26blk-cgroup: remove blk_queue_root_blkgGravatar Christoph Hellwig 2-15/+1
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueGravatar Christoph Hellwig 1-6/+7
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+2
2022-09-24blk-mq: don't redirect completion for hctx withs only one ctx mappingGravatar Liu Song 1-3/+5
2022-09-24blk-throttle: improve bypassing bios checkingsGravatar Yu Kuai 2-7/+28
2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITGravatar Yu Kuai 2-21/+3
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Gravatar Tejun Heo 1-23/+4
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOGravatar Li Jinlin 2-3/+0
2022-09-21block: export blk_rq_is_pollGravatar Kanchan Joshi 1-1/+2
2022-09-21blk-wbt: call rq_qos_add() after wb_normal is initializedGravatar Yu Kuai 1-5/+4
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsGravatar Li zeming 1-1/+1
2022-09-20block: remove PSI accounting from the bio layerGravatar Christoph Hellwig 2-25/+0
2022-09-20block: fix comment typo in submit_bio of block-core.c.Gravatar Ping-Xiang Chen 1-1/+1
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Gravatar Christoph Hellwig 1-1/+2
2022-09-16Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+10