Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - Fix for shared tag set exit (Bart) - Correct ioctl range for zoned ioctls (Damien) - Removed dead/unused function (Lin) - Fix perf regression for shared tags (Ming) - Fix out-of-bounds issue with kyber and preemption (Omar) - BFQ merge fix (Paolo) - Two error handling fixes for nbd (Sun) - Fix weight update in blk-iocost (Tejun) - NVMe pull request (Christoph): - correct the check for using the inline bio in nvmet (Chaitanya Kulkarni) - demote unsupported command warnings (Chaitanya Kulkarni) - fix corruption due to double initializing ANA state (me, Hou Pu) - reset ns->file when open fails (Daniel Wagner) - fix a NULL deref when SEND is completed with error in nvmet-rdma (Michal Kalderon) - Fix kernel-doc warning (Bart) * tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block: block/partitions/efi.c: Fix the efi_partition() kernel-doc header blk-mq: Swap two calls in blk_mq_exit_queue() blk-mq: plug request for shared sbitmap nvmet: use new ana_log_size instead the old one nvmet: seset ns->file when open fails nbd: share nbd_put and return by goto put_nbd nbd: Fix NULL pointer in flush_workqueue blkdev.h: remove unused codes blk_account_rq block, bfq: avoid circular stable merges blk-iocost: fix weight updates of inner active iocgs nvmet: demote fabrics cmd parse err msg to debug nvmet: use helper to remove the duplicate code nvmet: demote discovery cmd parse err msg to debug nvmet-rdma: Fix NULL deref when SEND is completed with error nvmet: fix inline bio check for passthru nvmet: fix inline bio check for bdev-ns nvme-multipath: fix double initialization of ANA state kyber: fix out of bounds access when preempted block: uapi: fix comment about block device ioctl
No related branches found
No related tags found
Showing
- block/bfq-iosched.c 30 additions, 4 deletionsblock/bfq-iosched.c
- block/blk-iocost.c 12 additions, 2 deletionsblock/blk-iocost.c
- block/blk-mq-sched.c 5 additions, 3 deletionsblock/blk-mq-sched.c
- block/blk-mq.c 7 additions, 4 deletionsblock/blk-mq.c
- block/kyber-iosched.c 3 additions, 2 deletionsblock/kyber-iosched.c
- block/mq-deadline.c 1 addition, 2 deletionsblock/mq-deadline.c
- block/partitions/efi.c 1 addition, 1 deletionblock/partitions/efi.c
- drivers/block/nbd.c 5 additions, 5 deletionsdrivers/block/nbd.c
- drivers/nvme/host/core.c 2 additions, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/multipath.c 29 additions, 26 deletionsdrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 6 additions, 2 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/target/admin-cmd.c 2 additions, 5 deletionsdrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/discovery.c 1 addition, 1 deletiondrivers/nvme/target/discovery.c
- drivers/nvme/target/fabrics-cmd.c 3 additions, 3 deletionsdrivers/nvme/target/fabrics-cmd.c
- drivers/nvme/target/io-cmd-bdev.c 1 addition, 1 deletiondrivers/nvme/target/io-cmd-bdev.c
- drivers/nvme/target/io-cmd-file.c 5 additions, 3 deletionsdrivers/nvme/target/io-cmd-file.c
- drivers/nvme/target/nvmet.h 6 additions, 0 deletionsdrivers/nvme/target/nvmet.h
- drivers/nvme/target/passthru.c 1 addition, 1 deletiondrivers/nvme/target/passthru.c
- drivers/nvme/target/rdma.c 2 additions, 2 deletionsdrivers/nvme/target/rdma.c
- include/linux/blkdev.h 0 additions, 5 deletionsinclude/linux/blkdev.h
Loading
Please register or sign in to comment