linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-01 23:13:41 to 2019-08-09 01:13:49 UTC [more...]

[PATCH v4 0/4] nvme-pci: Support for Apple 201+ (T2 chip)
 2019-08-09  1:13 UTC  (7+ messages)
` [PATCH v4 1/4] nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macros
` [PATCH v4 2/4] nvme-pci: Add support for variable IO SQ element size
` [PATCH v4 3/4] nvme-pci: Add support for Apple 2018+ models
` [PATCH v4 4/4] nvme-pci: Support shared tags across queues for Apple 2018 controllers

[PATCH 0/4] nvme: add support for Get LBA Status tracing
 2019-08-09  0:31 UTC  (6+ messages)
` [PATCH 1/4] nvme: add Get LBA Status command opcode
` [PATCH 2/4] nvme: trace: support for Get LBA Status opcode parsed
` [PATCH 3/4] nvme: trace: parse Get LBA Status command in detail
` [PATCH 4/4] nvmet: "

[PATCH] nvme: exclude completion trace from non-multipath builds
 2019-08-09  0:00 UTC  (2+ messages)

[PATCH v3 0/7] nvme controller reset and namespace scan work race conditions
 2019-08-08 23:57 UTC  (13+ messages)
` [PATCH v3 1/7] nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERROR
` [PATCH v3 2/7] nvme: return nvme_error_status for sync commands failure
` [PATCH v3 3/7] nvme: make nvme_identify_ns propagate errors back
` [PATCH v3 4/7] nvme: make nvme_report_ns_ids propagate error back
` [PATCH v3 5/7] nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failed
` [PATCH v3 6/7] nvme-fc: Fail transport errors with NVME_SC_HOST_PATH
` [PATCH v3 7/7] nvme: don't remove namespace if revalidate failed because of a transport error

[PATCH] nvmet: fix data units read and written counters in SMART log
 2019-08-08 23:53 UTC  (3+ messages)

[PATCH rfc] nvme: make all fabrics command run on a separate request queue
 2019-08-08 23:49 UTC  (2+ messages)

[PATCH v4 0/7] nvme controller reset and namespace scan work race conditions
 2019-08-08 23:47 UTC  (9+ messages)
` [PATCH v4 1/7] nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERROR
` [PATCH v4 2/7] nvme: return a proper errno for sync commands failure
` [PATCH v4 3/7] nvme: make nvme_identify_ns propagate errors back
` [PATCH v4 4/7] nvme: make nvme_report_ns_ids propagate error back
` [PATCH v4 5/7] nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failed
` [PATCH v4 6/7] nvme-fc: Fail transport errors with NVME_SC_HOST_PATH
` [PATCH v4 7/7] nvme: fix ns removal hang when failing to revalidate due to a transient error

[PATCH] genirq/affinity: report extra vectors on uneven nodes
 2019-08-08 23:08 UTC  (5+ messages)

[Regression] Commit "nvme/pci: Use host managed power state for suspend" has problems
 2019-08-08 22:13 UTC  (49+ messages)
                    ` [PATCH] nvme-pci: Do not prevent PCI bus-level PM from being used
                    ` [PATCH] nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabled
                    ` [PATCH v2 0/2] "
                      ` [PATCH v2 1/2] PCI: PCIe: ASPM: Introduce pcie_aspm_enabled_mask()
                      ` [PATCH v2 2/2] nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabled
                    ` [PATCH v3 0/2] "
                      ` [PATCH v3 1/2] PCI: PCIe: ASPM: Introduce pcie_aspm_enabled()
                      ` [PATCH v3 2/2] nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabled

[PATCH 1/2] nvmet-tcp: fix possible NULL deref
 2019-08-08 20:55 UTC  (2+ messages)
` [PATCH 2/2] nvmet-tcp: fix possible memory leak

[PATCH 1/2] nvme-fabrics: Add type of service (TOS) configuration
 2019-08-08 19:31 UTC  (13+ messages)
` [PATCH 2/2] nvme-rdma: Add TOS for rdma transport
` [PATCH] nvme-cli/fabrics: Add tos param to connect cmd

[PATCH v2 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
 2019-08-08 15:58 UTC  (15+ messages)
` [PATCH v2 03/14] PCI/P2PDMA: Add constants for not-supported result upstream_bridge_distance()
` [PATCH v2 11/14] PCI/P2PDMA: Store mapping method in an xarray
` [PATCH v2 13/14] PCI/P2PDMA: No longer require no-mmu for host bridge whitelist

[PATCH v2] nvme: exclude completion trace from non-multipath builds
 2019-08-08 15:35 UTC 

[PATCH] genirq/affinity: create affinity mask for single vector
 2019-08-08 15:17 UTC  (3+ messages)

inverting order of NVMe pci enable/disable device during boot/shutdown? Failing release
 2019-08-07 21:54 UTC  (4+ messages)

nvme target fused command support
 2019-08-07 20:54 UTC  (2+ messages)

[PATCH] nvmet: fix data units read and written counters in SMART log
 2019-08-07 20:54 UTC  (5+ messages)

[PATCHv2] nvme: Return BLK_STS_TARGET if the DNR bit is set
 2019-08-07 14:47 UTC  (2+ messages)

[PATCH] nvme: Return BLK_STS_TARGET if the DNR bit is set
 2019-08-06 14:35 UTC  (7+ messages)

[PATCH] block: Remove request_queue argument from blk_execute_rq_nowait
 2019-08-06 10:24 UTC  (3+ messages)

[PATCH rfc v2 0/6] nvme controller reset and namespace scan work race conditions
 2019-08-06  6:33 UTC  (16+ messages)
` [PATCH rfc v2 1/6] nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERROR
` [PATCH rfc v2 2/6] nvme: return nvme_error_status for sync commands failure
` [PATCH rfc v2 3/6] nvme: make nvme_identify_ns propagate errors back
` [PATCH rfc v2 4/6] nvme: make nvme_report_ns_ids propagate error back
` [PATCH rfc v2 5/6] nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failed
` [PATCH rfc v2 6/6] nvme: don't remove namespace if revalidate failed because of a transport error
  ` Fwd: [PATCH rfc v2 0/6] nvme controller reset and namespace scan work race conditions

[PATCH v3] nvme-pci: Support shared tags across queues for Apple 2018 controllers
 2019-08-06  5:26 UTC  (13+ messages)

[PATCH] nvme: simplify nvme_req_qid()
 2019-08-05 18:10 UTC  (2+ messages)

[PATCH 0/3] nvme-cli: add Get LBA Status command for 1.4
 2019-08-04  7:10 UTC  (4+ messages)
` [PATCH 1/3] id-ctrl: add an indicator for get lba status capability
` [PATCH 2/3] id-ctrl: add 1.4 features to OAES
` [PATCH 3/3] get-lba-status: add Get LBA Status command

nvmet_tcp: panic out of memory on writes
 2019-08-02 20:56 UTC  (3+ messages)

[PATCH 0/2] skip removed namespaces
 2019-08-02 20:45 UTC  (6+ messages)
` [PATCH 1/2] nvme: skip namespaces which are about to be removed

[PATCH v3 00/10] nvme-cli: nvmf auto-connect scripts
 2019-08-02 17:19 UTC  (12+ messages)
` [PATCH v3 03/10] nvme-cli: allow discover to address discovery controller by persistent name
` [PATCH v3 04/10] nvme-cli: Refactor to create a get_nvme_ctrl_info routine
` [PATCH v3 05/10] nvme-cli: extend ctrl_list_item for connect attributes
` [PATCH v3 06/10] nvme-cli: Add routine to compare ctrl_list_item to connect args
` [PATCH v3 07/10] nvme-cli: Add routine to search for controller with specific attributes
` [PATCH v3 08/10] nvme-cli: Expand --device argument processing
` [PATCH v3 09/10] nvme-cli: add --quiet option
` [PATCH v3 10/10] nvme-cli: nvmf auto-connect scripts

[PATCH V2 0/5] blk-mq: wait until completed req's complete fn is run
 2019-08-02 13:34 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 31/42] nvme: fix multipath crash when ANA is deactivated
 2019-08-02 13:22 UTC 

[PATCH AUTOSEL 5.2 59/76] nvme: ignore subnqn for ADATA SX6000LNP
 2019-08-02 13:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 60/76] nvme: fix memory leak caused by incorrect subsystem free
` [PATCH AUTOSEL 5.2 61/76] nvme: fix multipath crash when ANA is deactivated

[PATCH v7 00/14] nvmet: add target passthru commands support
 2019-08-01 23:45 UTC  (15+ messages)
` [PATCH v7 01/14] nvme-core: introduce nvme_ctrl_get_by_path()
` [PATCH v7 02/14] nvme-core: export existing ctrl and ns interfaces
` [PATCH v7 03/14] nvmet: add return value to nvmet_add_async_event()
` [PATCH v7 04/14] nvmet: make nvmet_copy_ns_identifier() non-static
` [PATCH v7 05/14] nvmet-passthru: update KConfig with config passthru option
` [PATCH v7 06/14] nvmet-passthru: add passthru code to process commands
` [PATCH v7 07/14] nvmet-passthru: add enable/disable helpers
` [PATCH v7 08/14] nvmet-core: allow one host per passthru-ctrl
` [PATCH v7 09/14] nvmet-core: don't check the data len for pt-ctrl
` [PATCH v7 10/14] nvmet-tcp: don't check data_len in nvmet_tcp_map_data()
` [PATCH v7 11/14] nvmet-configfs: introduce passthru configfs interface
` [PATCH v7 12/14] block: don't check blk_rq_is_passthrough() in blk_do_io_stat()
` [PATCH v7 13/14] block: call blk_account_io_start() in blk_execute_rq_nowait()
` [PATCH v7 14/14] nvmet-passthru: support block accounting


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).