Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.18/drivers
Pull NVMe updates from Christoph: "Second round of nvme updates for Linux 5.18 - add lockdep annotations for in-kernel sockets (Chris Leech) - use vmalloc for ANA log buffer (Hannes Reinecke) - kerneldoc fixes (Chaitanya Kulkarni) - cleanups (Guoqing Jiang, Chaitanya Kulkarni, me) - warn about shared namespaces without multipathing (me)" * tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme: nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATH nvme: remove nvme_alloc_request and nvme_alloc_request_qid nvme: cleanup how disk->disk_name is assigned nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate nvmet: use snprintf() with PAGE_SIZE in configfs nvmet: don't fold lines nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removal nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetport nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetport nvme-tcp: lockdep: annotate in-kernel sockets nvme-tcp: don't fold the line nvme-tcp: don't initialize ret variable nvme-multipath: call bio_io_error in nvme_ns_head_submit_bio nvme-multipath: use vmalloc for ANA log buffer
Showing
- drivers/block/loop.c 1 addition, 0 deletionsdrivers/block/loop.c
- drivers/nvme/host/core.c 37 additions, 39 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/ioctl.c 2 additions, 1 deletiondrivers/nvme/host/ioctl.c
- drivers/nvme/host/multipath.c 5 additions, 27 deletionsdrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 8 additions, 8 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 10 additions, 7 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/tcp.c 42 additions, 3 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/admin-cmd.c 5 additions, 1 deletiondrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/configfs.c 15 additions, 15 deletionsdrivers/nvme/target/configfs.c
- drivers/nvme/target/core.c 2 additions, 3 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/fc.c 2 additions, 2 deletionsdrivers/nvme/target/fc.c
- drivers/nvme/target/nvmet.h 1 addition, 1 deletiondrivers/nvme/target/nvmet.h
- drivers/nvme/target/passthru.c 2 additions, 1 deletiondrivers/nvme/target/passthru.c
- drivers/nvme/target/rdma.c 1 addition, 1 deletiondrivers/nvme/target/rdma.c
- drivers/nvme/target/zns.c 5 additions, 1 deletiondrivers/nvme/target/zns.c
Please register or sign in to comment