summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-3/+3
|\
| * block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro2022-10-311-0/+1
| * blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun2022-10-311-3/+1
| * block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin2022-10-311-0/+1
* | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2022-10-292-5/+14
|\|
| * blk-mq: Properly init requests from blk_mq_alloc_request_hctx()John Garry2022-10-281-1/+6
| * block: fix memory leak for elevator on add_disk failureYu Kuai2022-10-221-4/+8
* | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-213-7/+6
|\|
| * bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov2022-10-201-1/+1
| * block, bfq: remove unused variable for bfq_queueYuwei Guan2022-10-201-4/+0
| * blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai2022-10-161-2/+5
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\ \
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds2022-10-133-3/+9
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'for-6.1/block' into block-6.1Jens Axboe2022-10-103-3/+9
| |\
| | * block: fix leaking minors of hidden disksChristoph Hellwig2022-10-101-0/+7
| | * blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-091-2/+1
| | * block: Remove the repeat word 'can'Deming Wang2022-10-061-1/+1
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+9
|\ \ \
| * | | block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko2022-10-031-0/+2
| * | | kmsan: disable physical page merging in biovecAlexander Potapenko2022-10-031-0/+7
* | | | 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