Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/block
Pull NVMe updates from Keith: "nvme updates for Linux 6.5 - Various cleanups all around (Irvin, Chaitanya, Christophe) - Better struct packing (Christophe JAILLET) - Reduce controller error logs for optional commands (Keith) - Support for >=64KiB block sizes (Daniel Gomez) - Fabrics fixes and code organization (Max, Chaitanya, Daniel Wagner)" * tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme: (27 commits) nvme: forward port sysfs delete fix nvme: skip optional id ctrl csi if it failed nvme-core: use nvme_ns_head_multipath instead of ns->head->disk nvmet-fcloop: Do not wait on completion when unregister fails nvme-fabrics: open code __nvmf_host_find() nvme-fabrics: error out to unlock the mutex nvme: Increase block size variable size to 32-bit nvme-fcloop: no need to return from void function nvmet-auth: remove unnecessary break after goto nvmet-auth: remove some dead code nvme-core: remove redundant check from nvme_init_ns_head nvme: move sysfs code to a dedicated sysfs.c file nvme-fabrics: prevent overriding of existing host nvme-fabrics: check hostid using uuid_equal nvme-fabrics: unify common code in admin and io queue connect nvmet: reorder fields in 'struct nvmefc_fcp_req' nvmet: reorder fields in 'struct nvme_dhchap_queue_context' nvmet: reorder fields in 'struct nvmf_ctrl_options' nvme: reorder fields in 'struct nvme_ctrl' nvmet: reorder fields in 'struct nvmet_sq' ...
No related branches found
No related tags found
Showing
- drivers/nvme/host/Makefile 1 addition, 1 deletiondrivers/nvme/host/Makefile
- drivers/nvme/host/auth.c 3 additions, 3 deletionsdrivers/nvme/host/auth.c
- drivers/nvme/host/core.c 11 additions, 652 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fabrics.c 177 additions, 64 deletionsdrivers/nvme/host/fabrics.c
- drivers/nvme/host/fabrics.h 16 additions, 5 deletionsdrivers/nvme/host/fabrics.h
- drivers/nvme/host/nvme.h 8 additions, 3 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 1 addition, 2 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 5 additions, 76 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/host/sysfs.c 668 additions, 0 deletionsdrivers/nvme/host/sysfs.c
- drivers/nvme/host/tcp.c 5 additions, 87 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/fabrics-cmd-auth.c 0 additions, 13 deletionsdrivers/nvme/target/fabrics-cmd-auth.c
- drivers/nvme/target/fcloop.c 2 additions, 3 deletionsdrivers/nvme/target/fcloop.c
- drivers/nvme/target/nvmet.h 1 addition, 1 deletiondrivers/nvme/target/nvmet.h
- include/linux/nvme-fc-driver.h 5 additions, 5 deletionsinclude/linux/nvme-fc-driver.h
Loading
Please register or sign in to comment