Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-05 22:28:21 to 2018-03-15 03:34:53 UTC [more...]

[PATCH v2 00/13] qla2xxx: Fixes for FC-NVMe
 2018-03-15  3:34 UTC  (3+ 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 v3 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-14 19:34 UTC  (45+ 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 1/2] nvmet-rdma: Remove unused queue state
 2018-03-14 10:22 UTC  (2+ messages)
` [PATCH 2/2] nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()

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

[PATCH] nvme_fc: fix ctrl create failures racing with workq items
 2018-03-13 16:48 UTC 

[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  (14+ messages)
` [PATCH V4 1/5] nvme: do atomically bit operations on nvme_request.flags
` [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 V4 4/5] nvme-pci: discard wait timeout when delete cq/sq
` [PATCH V4 5/5] nvme-pci: add the timeout case for DELETEING state

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

[PATCH] nvme_fc: io timeout should defer abort to ctrl reset
 2018-03-12 16:32 UTC 

[pci PATCH v4 0/4] Add support for unmanaged SR-IOV
 2018-03-12 16:28 UTC  (9+ messages)
` [pci PATCH v4 1/4] pci-iov: "
` [pci PATCH v4 2/4] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [pci PATCH v4 3/4] ena: Migrate over to "unmanaged SR-IOV" support
` [pci PATCH v4 4/4] nvme: "

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

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

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

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-09  5:08 UTC  (17+ messages)
` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [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)

[PATCH rfc] nvme-pci: make sure to flush sqe writes before db record update
 2018-03-08 18:42 UTC  (8+ messages)

[PATCH 1/1] nvme-cli: fabrics: Fix passing "host_traddr" for all transports
 2018-03-08 17:49 UTC  (2+ messages)

[PATCH v2] nvme-fabrics: Ignore nr_io_queues option for discovery controllers
 2018-03-08 17:45 UTC  (3+ messages)

[PATCH v2] nvme_fc: rework sqsize handling
 2018-03-08 17:43 UTC  (3+ messages)

[PATCH] nvme_fc: minor fixes on sqsize
 2018-03-07 21:52 UTC  (3+ messages)

[PATCH stable 4.14.y] nvme-rdma: don't suppress send completions
 2018-03-07 19:03 UTC  (4+ messages)

[PATCH] nvme_fc: on remoteport reuse, set new nport_id and role
 2018-03-06  4:55 UTC 


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