Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-08 23:10:36 to 2018-03-20 12:10:38 UTC [more...]

[PATCH 1/2] nvmet: Add fabrics ops to port
 2018-03-20 12:10 UTC  (12+ messages)
` [PATCH 2/2] nvmet: Add port transport active flag

[PATCH 1/2] nvme-rdma: Allow DELETING state change failure in error_recovery
 2018-03-20 11:30 UTC  (3+ messages)
` [PATCH 2/2] nvme: Add .stop_ctrl to nvme ctrl ops

nguid for nvme over fabrics
 2018-03-20  8:59 UTC 

[PATCH] nvme: Skip checking heads without namespaces
 2018-03-20  8:48 UTC  (2+ messages)

[PATCH] nvme-pci: Fix NULL ptr deref in EEH code
 2018-03-20  7:22 UTC  (2+ messages)

Nvme over fabrics controller reset issue
 2018-03-20  4:21 UTC 

[PATCH v2 00/13] qla2xxx: Fixes for FC-NVMe
 2018-03-20  3:20 UTC  (27+ messages)
` [PATCH v2 01/13] qla2xxx: Remove unneeded message and minor cleanup "
` [PATCH v2 02/13] qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()
` [PATCH v2 03/13] qla2xxx: Add changes for devloss timeout in driver
` [PATCH v2 04/13] qla2xxx: Restore ZIO threshold setting
` [PATCH v2 05/13] qla2xxx: Add FC-NVMe abort processing
` [PATCH v2 06/13] qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change
` [PATCH v2 07/13] qla2xxx: Return busy if rport going away
` [PATCH v2 08/13] qla2xxx: Remove nvme_done_list
` [PATCH v2 09/13] qla2xxx: Fix retry for PRLI RJT with reason of BUSY
` [PATCH v2 10/13] qla2xxx: Fix FC-NVMe IO abort during driver reset
` [PATCH v2 11/13] qla2xxx: Cleanup code to improve FC-NVMe error handling
` [PATCH v2 12/13] qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan
` [PATCH v2 13/13] qla2xxx: Update driver version to 10.00.00.06-k

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-16 21:42 UTC  (9+ messages)
` [pci PATCH v7 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
  ` [virtio-dev] "
` [pci PATCH v7 3/5] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v7 4/5] nvme: "
` [pci PATCH v7 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[GIT PULL] nvme fix for 4.16-rc6
 2018-03-16 16:53 UTC  (5+ messages)

[PATCH stable-4.15] nvme: fix subsystem multiple controllers support check
 2018-03-16 15:22 UTC 

[PATCH 1/2] nvmet-rdma: Remove unused queue state
 2018-03-15 20:58 UTC  (3+ messages)
` [PATCH 2/2] nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()

[PATCH v3 1/2] nvmet-rdma: Don't flush system_wq by default during remove_one
 2018-03-15 20:58 UTC  (3+ messages)

[PATCH] nvme_fc: fix ctrl create failures racing with workq items
 2018-03-15 20:30 UTC  (2+ messages)

[PATCH] nvme_fc: io timeout should defer abort to ctrl reset
 2018-03-15 20:29 UTC  (2+ messages)

[PATCH v3 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-15  4:30 UTC  (47+ messages)
` [PATCH v3 01/11] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v3 02/11] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v3 03/11] PCI/P2PDMA: Add PCI p2pmem dma mappings to adjust the bus offset
` [PATCH v3 04/11] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v3 05/11] PCI/P2PDMA: Add P2P DMA driver writer's documentation
` [PATCH v3 06/11] block: Introduce PCI P2P flags for request and request queue
` [PATCH v3 07/11] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
` [PATCH v3 08/11] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v3 09/11] nvme-pci: Add support for P2P memory in requests
` [PATCH v3 10/11] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v3 11/11] nvmet: Optionally use PCI P2P memory

[pci PATCH v6 0/5] Add support for unmanaged SR-IOV
 2018-03-14 15:31 UTC  (12+ messages)
` [pci PATCH v6 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v6 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [pci PATCH v6 3/5] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v6 4/5] nvme: "
` [pci PATCH v6 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[PATCH] nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
 2018-03-14 14:45 UTC  (2+ messages)

[PATCH 1/1] nvme: centralize ctrl removal prints
 2018-03-14 14:45 UTC  (3+ messages)

[PATCH 00/13] qla2xxx: Fixes for FC-NVMe
 2018-03-14 11:43 UTC  (27+ messages)
` [PATCH 01/13] qla2xxx: Remove unneeded message and minor cleanup "
` [PATCH 02/13] qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()
` [PATCH 03/13] qla2xxx: Add changes for devloss timeout in driver
` [PATCH 04/13] qla2xxx: Restore ZIO threshold setting
` [PATCH 05/13] qla2xxx: Add FC-NVMe abort processing
` [PATCH 06/13] qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change
` [PATCH 07/13] qla2xxx: Return busy if rport going away
` [PATCH 08/13] qla2xxx: Remove nvme_done_list
` [PATCH 09/13] qla2xxx: Fix retry for PRLI RJT with reason of BUSY
` [PATCH 10/13] qla2xxx: Fix FC-NVMe IO abort during driver reset
` [PATCH 11/13] qla2xxx: Cleanup code to improve FC-NVMe error handling
` [PATCH 12/13] qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan
` [PATCH 13/13] qla2xxx: Update driver version to 10.00.00.06-k

[PATCH V3] nvme-pci: assign separate irq vectors for adminq and ioq1
 2018-03-13 17:40 UTC  (3+ messages)

[pci PATCH v5 0/4] Series short description
 2018-03-13 16:17 UTC  (18+ messages)
` [pci PATCH v5 1/4] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v5 2/4] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [pci PATCH v5 3/4] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v5 4/4] nvme: "

PATCH V4 0/5 nvme-pci: fixes on nvme_timeout and nvme_dev_disable
 2018-03-13 13:29 UTC  (7+ messages)
` [PATCH V4 2/5] nvme: add helper interface to flush in-flight requests
` [PATCH V4 3/5] nvme-pci: avoid nvme_dev_disable to be invoked in nvme_timeout

[PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0
 2018-03-13  1:47 UTC  (11+ messages)

[pci PATCH v4 0/4] Add support for unmanaged SR-IOV
 2018-03-12 16:28 UTC  (6+ messages)
` [pci PATCH v4 1/4] pci-iov: "

[PATCH] Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
 2018-03-09  8:51 UTC  (2+ messages)

[PATCH] nvme-pci: Add .get_address ctrl callback
 2018-03-09  8:21 UTC  (2+ messages)

NVMf initiator persistent across boots
 2018-03-09  7:52 UTC  (11+ messages)

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-09  5:08 UTC  (5+ messages)
` [PATCH v2 08/10] nvme-pci: Add support for P2P memory in requests

[GIT PULL] nvme fixes for 4.16-rc
 2018-03-09  2:14 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox