Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: - NVMe pull request via Keith: - Remove duplicated enums (Guixen) - Use appropriate controller state accessors (Keith) - Retryable authentication (Hannes) - Add missing module descriptions (Chaitanya) - Fibre-channel fixes for blktests (Daniel) - Various type correctness updates (Caleb) - Improve fabrics connection debugging prints (Nitin) - Passthrough command verbose error logging (Adam) - Fix for where we set IO priority in the bio for drivers that use fops->submit_bio() to queue IO, like md/dm etc. * tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linux: (32 commits) block: Fix where bio IO priority gets set nvme: allow passthru cmd error logging nvme-fc: show hostnqn when connecting to fc target nvme-rdma: show hostnqn when connecting to rdma target nvme-tcp: show hostnqn when connecting to tcp target nvmet-fc: use RCU list iterator for assoc_list nvmet-fc: take ref count on tgtport before delete assoc nvmet-fc: avoid deadlock on delete association path nvmet-fc: abort command when there is no binding nvmet-fc: do not tack refs on tgtports from assoc nvmet-fc: remove null hostport pointer check nvmet-fc: hold reference on hostport match nvmet-fc: free queue and assoc directly nvmet-fc: defer cleanup using RCU properly nvmet-fc: release reference on target port nvmet-fcloop: swap the list_add_tail arguments nvme-fc: do not wait in vain when unloading module nvme-fc: log human-readable opcode on timeout nvme: split out fabrics version of nvme_opcode_str() nvme: take const cmd pointer in read-only helpers ...
Showing
- block/blk-core.c 10 additions, 0 deletionsblock/blk-core.c
- block/blk-mq.c 0 additions, 10 deletionsblock/blk-mq.c
- drivers/nvme/common/auth.c 1 addition, 0 deletionsdrivers/nvme/common/auth.c
- drivers/nvme/common/keyring.c 1 addition, 0 deletionsdrivers/nvme/common/keyring.c
- drivers/nvme/host/apple.c 7 additions, 6 deletionsdrivers/nvme/host/apple.c
- drivers/nvme/host/auth.c 9 additions, 10 deletionsdrivers/nvme/host/auth.c
- drivers/nvme/host/constants.c 5 additions, 5 deletionsdrivers/nvme/host/constants.c
- drivers/nvme/host/core.c 70 additions, 15 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fabrics.c 12 additions, 7 deletionsdrivers/nvme/host/fabrics.c
- drivers/nvme/host/fabrics.h 5 additions, 3 deletionsdrivers/nvme/host/fabrics.h
- drivers/nvme/host/fc.c 14 additions, 46 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/multipath.c 8 additions, 7 deletionsdrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 43 additions, 19 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 2 additions, 1 deletiondrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 14 additions, 9 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/host/sysfs.c 61 additions, 3 deletionsdrivers/nvme/host/sysfs.c
- drivers/nvme/host/tcp.c 6 additions, 5 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/core.c 3 additions, 2 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/discovery.c 1 addition, 1 deletiondrivers/nvme/target/discovery.c
- drivers/nvme/target/fc.c 103 additions, 83 deletionsdrivers/nvme/target/fc.c
Please register or sign in to comment