Merge tag 'nvme-5.18-2022-03-29' of git://git.infradead.org/nvme into for-5.18/drivers
Pull NVMe fixes from Christoph: "- fix multipath hang when disk goes live over reconnect (Anton Eidelman) - fix RCU hole that allowed for endless looping in multipath round robin (Chris Leech) - remove redundant assignment after left shift (Colin Ian King) - add quirks for Samsung X5 SSDs (Monish Kumar R) - fix the read-only state for zoned namespaces with unsupposed features (Pankaj Raghav) - use a private workqueue instead of the system workqueue in nvmet (Sagi Grimberg) - allow duplicate NSIDs for private namespaces (Sungup Moon) - expose use_threaded_interrupts read-only in sysfs (Xin Hao)" * tag 'nvme-5.18-2022-03-29' of git://git.infradead.org/nvme: nvme-multipath: fix hang when disk goes live over reconnect nvme: fix RCU hole that allowed for endless looping in multipath round robin nvme: allow duplicate NSIDs for private namespaces nvmet: remove redundant assignment after left shift nvmet: use a private workqueue instead of the system workqueue nvme-pci: add quirks for Samsung X5 SSDs nvme-pci: expose use_threaded_interrupts read-only in sysfs nvme: fix the read-only state for zoned namespaces with unsupposed features
Showing
- drivers/nvme/host/core.c 26 additions, 12 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/multipath.c 27 additions, 5 deletionsdrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 23 additions, 0 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 5 additions, 2 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/target/admin-cmd.c 1 addition, 1 deletiondrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/configfs.c 1 addition, 1 deletiondrivers/nvme/target/configfs.c
- drivers/nvme/target/core.c 19 additions, 7 deletionsdrivers/nvme/target/core.c
- drivers/nvme/target/fc.c 4 additions, 4 deletionsdrivers/nvme/target/fc.c
- drivers/nvme/target/fcloop.c 8 additions, 8 deletionsdrivers/nvme/target/fcloop.c
- drivers/nvme/target/io-cmd-file.c 3 additions, 3 deletionsdrivers/nvme/target/io-cmd-file.c
- drivers/nvme/target/loop.c 2 additions, 2 deletionsdrivers/nvme/target/loop.c
- drivers/nvme/target/nvmet.h 1 addition, 0 deletionsdrivers/nvme/target/nvmet.h
- drivers/nvme/target/passthru.c 1 addition, 1 deletiondrivers/nvme/target/passthru.c
- drivers/nvme/target/rdma.c 6 additions, 6 deletionsdrivers/nvme/target/rdma.c
- drivers/nvme/target/tcp.c 5 additions, 5 deletionsdrivers/nvme/target/tcp.c
- include/linux/nvme.h 1 addition, 0 deletionsinclude/linux/nvme.h
Please register or sign in to comment