summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-2847-90/+74
* block: simplify disk shutdownChristoph Hellwig2022-06-2834-113/+105
* block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig2022-06-281-3/+0
* block: remove QUEUE_FLAG_DEADChristoph Hellwig2022-06-283-10/+3
* mtip32xx: fix device removalChristoph Hellwig2022-06-282-114/+44
* mtip32xx: remove the device_status debugfs fileChristoph Hellwig2022-06-282-144/+1
* blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song2022-06-272-17/+11
* block: Always initialize bio IO priority on submitJan Kara2022-06-271-0/+3
* block: Initialize bio priority earlierJan Kara2022-06-271-2/+2
* blk-ioprio: Convert from rqos policy to direct callJan Kara2022-06-274-45/+23
* blk-ioprio: Remove unneeded fieldJan Kara2022-06-271-6/+3
* block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara2022-06-271-7/+23
* block: Make ioprio_best() staticJan Kara2022-06-272-6/+1
* block: Generalize get_current_ioprio() for any taskJan Kara2022-06-272-16/+36
* block: Return effective IO priority from get_current_ioprio()Jan Kara2022-06-271-2/+9
* block: fix default IO priority handling againJan Kara2022-06-273-3/+5
* blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().Sebastian Andrzej Siewior2022-06-271-5/+1
* block: bfq: Fix kernel-doc headersBart Van Assche2022-06-272-2/+6
* block: bfq: Remove an unused function definitionBart Van Assche2022-06-271-2/+0
* bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng2022-06-271-3/+0
* block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig2022-06-272-13/+13
* block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig2022-06-272-21/+7
* block: cleanup variable naming in get_max_io_sizeChristoph Hellwig2022-06-271-10/+8
* block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig2022-06-271-4/+5
* dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig2022-06-271-11/+6
* block: factor out a chunk_size_left helperChristoph Hellwig2022-06-271-6/+13
* block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche2022-06-271-1/+1
* block: Rename a blk_mq_map_queue() argumentBart Van Assche2022-06-271-6/+6
* blk-iocost: Simplify ioc_rqos_done()Bart Van Assche2022-06-271-1/+1
* block: Directly use ida_alloc()/free()Bo Liu2022-06-272-3/+3
* iomap: add support for dma aligned direct-ioKeith Busch2022-06-271-2/+2
* block: relax direct io memory alignmentKeith Busch2022-06-273-2/+16
* block: introduce bdev_iter_is_aligned helperKeith Busch2022-06-271-0/+7
* iov: introduce iov_iter_alignedKeith Busch2022-06-272-0/+94
* block/bounce: count bytes instead of sectorsKeith Busch2022-06-271-3/+10
* block/merge: count bytes instead of sectorsKeith Busch2022-06-271-17/+24
* block: add a helper function for dio alignmentKeith Busch2022-06-271-6/+10
* block: introduce bdev_dma_alignment helperKeith Busch2022-06-271-0/+5
* block: export dma_alignment attributeKeith Busch2022-06-272-0/+16
* block/bio: remove duplicate append pages codeKeith Busch2022-06-271-60/+42
* block: fix infinite loop for invalid zone appendKeith Busch2022-06-271-3/+0
* Linux 5.19-rc4v5.19-rc4Linus Torvalds2022-06-261-1/+1
* Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-2637-193/+205
|\
| * ARM: dts: aspeed: nuvia: rename vendor nuvia to qcomJae Hyun Yoo2022-06-242-3/+3
| * Merge tag 'memory-controller-drv-fixes-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann2022-06-243-12/+23
| |\
| | * memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin2022-06-061-11/+18
| | * memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin2022-06-061-1/+4
| | * memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE...Geert Uytterhoeven2022-06-061-0/+1
| * | Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2022-06-242-6/+7
| |\ \
| | * | ARM: exynos: Fix refcount leak in exynos_map_pmuMiaoqian Lin2022-06-061-0/+1