Ubuntu-focal-kernel/block
Yufen Yu b955bf98b4 bdi: use bdi_dev_name() to get device name
BugLink: https://bugs.launchpad.net/bugs/2081085

Use the common interface bdi_dev_name() to get device name.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>

Add missing <linux/backing-dev.h> include BFQ

Signed-off-by: Jens Axboe <axboe@kernel.dk>

(cherry picked from commit d51cfc53ad)
Signed-off-by: Jacob Martin <jacob.martin@canonical.com>
Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com>
Acked-by: Thibault Ferrante <thibault.ferrante@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:35 +02:00
..
partitions block/partition: fix signedness issue for Amiga partitions 2023-10-02 12:12:10 +02:00
Kconfig
Kconfig.iosched
Makefile
badblocks.c
bfq-cgroup.c block, bfq: fix null pointer dereference in bfq_bio_bfqg() 2023-02-01 15:21:20 +01:00
bfq-iosched.c bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
bfq-iosched.h bfq: Get rid of __bio_blkcg() usage 2022-08-26 11:08:44 +02:00
bfq-wf2q.c
bio-integrity.c block: initialize integrity buffer to zero before writing it to media 2024-09-27 10:50:30 +02:00
bio.c block: prevent an integer overflow in bvec_try_merge_hw_page 2024-03-28 15:18:36 +01:00
blk-cgroup.c bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
blk-core.c block: fix and cleanup bio_check_ro 2023-03-21 10:09:01 +01:00
blk-exec.c
blk-flush.c block: Fix fsync always failed if once failed 2022-05-20 15:17:26 +02:00
blk-integrity.c
blk-ioc.c
blk-iocost.c block/blk-iocost (gcc13): keep large values in a new enum 2023-09-01 14:48:40 +02:00
blk-iolatency.c blk-iolatency: Fix inflight count imbalances and IO hangs on offline 2022-08-26 11:08:42 +02:00
blk-lib.c
blk-map.c
blk-merge.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
blk-mq-cpumap.c
blk-mq-debugfs-zoned.c
blk-mq-debugfs.c blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created 2022-10-17 15:00:32 +02:00
blk-mq-debugfs.h
blk-mq-pci.c
blk-mq-rdma.c
blk-mq-sched.c blk-mq: correct stale comment of .get_budget 2023-05-12 17:14:59 +02:00
blk-mq-sched.h
blk-mq-sysfs.c blk-mq: fix possible memleak when register 'hctx' failed 2023-02-01 15:23:14 +01:00
blk-mq-tag.c
blk-mq-tag.h
blk-mq-virtio.c
blk-mq.c blk-mq: fix IO hang from sbitmap wakeup race 2024-03-28 15:18:38 +01:00
blk-mq.h
blk-pm.c scsi: block: Fix a race in the runtime power management code 2021-02-19 16:43:20 +01:00
blk-pm.h
blk-rq-qos.c rq-qos: fix missed wake-ups in rq_qos_throttle try two 2021-08-13 09:46:59 +02:00
blk-rq-qos.h block: fix race between adding/removing rq qos and normal IO 2021-08-13 09:45:17 +02:00
blk-settings.c blk-settings: align max_sectors on "logical_block_size" boundary 2021-04-14 18:31:36 +02:00
blk-softirq.c
blk-stat.c block: prevent division by zero in blk_rq_stat_sum() 2024-06-07 15:01:41 +02:00
blk-stat.h
blk-sysfs.c block: don't delete queue kobject before its children 2022-05-20 15:18:34 +02:00
blk-throttle.c blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!" 2024-02-02 14:13:21 +01:00
blk-timeout.c blk-mq: move failure injection out of blk_mq_complete_request 2022-08-10 10:09:23 +02:00
blk-wbt.c blk-wbt: make sure throttle is enabled properly 2021-08-13 09:45:34 +02:00
blk-wbt.h blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() 2021-08-13 09:45:34 +02:00
blk-zoned.c blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN 2021-10-12 16:31:20 -06:00
blk.h blk-mq: move failure injection out of blk_mq_complete_request 2022-08-10 10:09:23 +02:00
bounce.c
bsg-lib.c blk-mq: move failure injection out of blk_mq_complete_request 2022-08-10 10:09:23 +02:00
bsg.c scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND 2021-10-12 16:31:24 -06:00
cmdline-parser.c
compat_ioctl.c block/compat_ioctl: fix range check in BLKGETSIZE 2022-06-22 14:50:57 +02:00
elevator.c block: return ELEVATOR_DISCARD_MERGE if possible 2022-08-26 11:06:51 +02:00
genhd.c block: Suppress uevent for hidden device when removed 2021-04-23 11:56:05 +02:00
ioctl.c
ioprio.c block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) 2022-02-03 18:57:58 +01:00
kyber-iosched.c kyber: fix out of bounds access when preempted 2021-06-18 15:02:18 +02:00
mq-deadline.c block: return ELEVATOR_DISCARD_MERGE if possible 2022-08-26 11:06:51 +02:00
opal_proto.h block: sed-opal: handle empty atoms when parsing response 2024-06-07 15:01:23 +02:00
partition-generic.c block: unhash blkdev part inode when the part is deleted 2023-02-01 15:22:02 +01:00
scsi_ioctl.c
sed-opal.c block: sed-opal: handle empty atoms when parsing response 2024-06-07 15:01:23 +02:00
t10-pi.c