public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-06-21 17:25:51 to 2022-06-29 16:02:46 UTC [more...]

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-29 16:00 UTC  (40+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH v2] nvme: Fix regression when disconnect a recovering ctrl
 2022-06-29 14:17 UTC  (4+ messages)

[PATCH] nvmet-tcp: fix regression in data_digest calculation
 2022-06-29 14:17 UTC  (2+ messages)

[PATCH v2] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)
 2022-06-29 14:16 UTC  (4+ messages)

[PATCH] nvme-tcp: always fail a request when sending it failed
 2022-06-29 14:16 UTC  (3+ messages)

[PATCH v2] nvme: Add new clear_ids attribute for passthru targets
 2022-06-29 14:16 UTC  (2+ messages)

[PATCH] nvme: add nvmf reset/disconnect during traffic test
 2022-06-29 10:48 UTC  (2+ messages)

[PATCHv18 00/11] nvme: In-band authentication support
 2022-06-29  9:21 UTC  (16+ messages)
` [PATCH 01/11] crypto: add crypto_has_shash()
` [PATCH 02/11] crypto: add crypto_has_kpp()
` [PATCH 03/11] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 04/11] nvme: add definitions for NVMe In-Band authentication
` [PATCH 05/11] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 06/11] nvme: Implement In-Band authentication
` [PATCH 07/11] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 08/11] nvmet: parse fabrics commands on io queues
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication
` [PATCH 10/11] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 11/11] nvmet-auth: expire authentication sessions

[PATCHv6 00/11] direct-io dma alignment
 2022-06-29  3:52 UTC  (13+ messages)
` [PATCHv6 11/11] iomap: add support for dma aligned direct-io

[PATCH v4 0/2] nvme: Enable generic interface (/dev/ngX) for unknown command sets
 2022-06-28 19:10 UTC  (3+ messages)
  ` [PATCH v4 1/2] nvme-multipath: refactor nvme_mpath_add_disk
  ` [PATCH v4 2/2] nvme: enable generic interface (/dev/ngXnY) for unknown command sets

[PATCH v3 0/2] nvme: Enable generic interface (/dev/ngX) for unknown command sets
 2022-06-28  9:47 UTC  (9+ messages)
  ` [PATCH v3 1/2] nvme-multipath: refactor nvme_mpath_add_disk
  ` [PATCH v3 2/2] nvme: enable generic interface (/dev/ngXnY) for unknown command sets

[PATCH v2] nvme: add optional ipv6 test flavor
 2022-06-28  8:54 UTC  (3+ messages)

[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
 2022-06-28  8:27 UTC  (10+ messages)
` [PATCH v2 3/6] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH v2 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
` [PATCH v2 6/6] blk-mq: Drop local variable for reserved tag

[PATCH AUTOSEL 5.4 26/27] nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
 2022-06-28  2:24 UTC 

[PATCH AUTOSEL 5.10 32/34] nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
 2022-06-28  2:22 UTC 

[PATCH AUTOSEL 5.15 39/41] nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
 2022-06-28  2:20 UTC 

[PATCH AUTOSEL 5.18 51/53] nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
 2022-06-28  2:18 UTC 

[PATCH] Add new clear_ids attribute for passthru targets
 2022-06-27 23:24 UTC  (6+ messages)

[PATCH] nvme-loop: use nvme core helpers to cancel all requests in a tagset
 2022-06-27 20:02 UTC  (2+ messages)

[PATCH] nvmetcli: support 'dhchap' attribute group
 2022-06-27 15:13 UTC  (3+ messages)

[PATCH nvme-cli] udev: re-read the discovery log page when a discovery controller reconnected
 2022-06-27 11:31 UTC  (3+ messages)

[PATCH] nvme: add optional ipv6 test flavor
 2022-06-27  9:49 UTC  (2+ messages)

[PATCH libnvme] fabrics: don't treat host_traddr 'none' as a valid hostname
 2022-06-27  8:52 UTC  (2+ messages)

[PATCHv17 00/11] nvme: In-band authentication support
 2022-06-27  6:25 UTC  (17+ messages)
` [PATCH 01/11] crypto: add crypto_has_shash()
` [PATCH 02/11] crypto: add crypto_has_kpp()
` [PATCH 03/11] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 04/11] nvme: add definitions for NVMe In-Band authentication
` [PATCH 05/11] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 06/11] nvme: Implement In-Band authentication
` [PATCH 07/11] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 08/11] nvmet: parse fabrics commands on io queues
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication
` [PATCH 10/11] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 11/11] nvmet-auth: expire authentication sessions

[bug report] kmemleak observed from blktests on latest linux-block/for-next
 2022-06-26 14:16 UTC  (6+ messages)

[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA XPECTRIX S40G)
 2022-06-25 12:10 UTC 

[linux-nvme:nvme-5.19] BUILD SUCCESS e6487833182a8a0187f0292aca542fc163ccd03e
 2022-06-24  2:18 UTC 

[GIT PULL] nvmes fixes for Linux 5.19
 2022-06-23 13:55 UTC  (2+ messages)

[GIT PULL] nvmes fixes for Linux 5.19
 2022-06-23 13:48 UTC  (3+ messages)

[PATCH] Revert "nvme: remove the .stop_ctrl callout"
 2022-06-23  6:10 UTC  (3+ messages)

[linux-nvme:nvme-5.19] BUILD SUCCESS 7cb27d4b43168531c51e86e99ab990beb5315f96
 2022-06-22 22:44 UTC 

[PATCH] NVMe quirk needed for multiple Micron MTFDKBA2T0TFH SSDs
 2022-06-22 19:46 UTC  (6+ messages)
  ` [PATCH] Introduce NVMe quirk "

[PATCHv16 00/11] nvme: In-band authentication support
 2022-06-22 17:43 UTC  (10+ messages)
` [PATCH 06/11] nvme: Implement In-Band authentication
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication

[PATCH 4/4] nvme: check that EUI/GUID/UUID are globally unique
 2022-06-22 15:45 UTC  (16+ messages)

[PATCH v2 0/2] nvme: Enable generic interface (/dev/ngX) for unknown command sets
 2022-06-22 14:11 UTC  (5+ messages)
  ` [PATCH v2 2/2] nvme: enable generic interface (/dev/ngXnY) "

[PATCHv15 00/11] nvme: In-band authentication support
 2022-06-22 10:31 UTC  (15+ messages)
` [PATCH 06/11] nvme: Implement In-Band authentication

[PATCH v3] nvme: Fix CRMS masks for TP4084 - Time-to-ready
 2022-06-22 10:25 UTC  (5+ messages)

[PATCH 0/1] nvme: Remove unused enum constants in nvme.h
 2022-06-22  8:48 UTC  (2+ messages)
  ` [PATCH 1/1] nvme: Remove unused enum constants

Wycena paneli fotowoltaicznych
 2022-06-22  7:50 UTC 

[bug report] I/O blocked during nvme pci rescan/remove/reset test with two nvme disks
 2022-06-22  2:25 UTC 

[PATCH 0/5] blk-mq: Add a flag for reserved requests series
 2022-06-22  0:51 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 3/5] nvme-pci: add trouble shooting steps for timeouts
 2022-06-21 20:51 UTC 

[PATCH AUTOSEL 4.19 4/7] nvme-pci: add trouble shooting steps for timeouts
 2022-06-21 20:51 UTC 

[PATCH AUTOSEL 5.4 4/7] nvme-pci: add trouble shooting steps for timeouts
 2022-06-21 20:51 UTC 

[PATCH AUTOSEL 5.10 04/11] nvme-pci: add trouble shooting steps for timeouts
 2022-06-21 20:51 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 05/11] nvme-pci: phison e12 has bogus namespace ids
` [PATCH AUTOSEL 5.10 06/11] nvme-pci: smi "
` [PATCH AUTOSEL 5.10 07/11] nvme-pci: sk hynix p31 "

[PATCH AUTOSEL 5.15 05/17] nvme-pci: add trouble shooting steps for timeouts
 2022-06-21 20:50 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 06/17] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
` [PATCH AUTOSEL 5.15 07/17] nvme-pci: phison e12 has bogus namespace ids
` [PATCH AUTOSEL 5.15 08/17] nvme-pci: smi "
` [PATCH AUTOSEL 5.15 09/17] nvme-pci: sk hynix p31 "
` [PATCH AUTOSEL 5.15 10/17] nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
` [PATCH AUTOSEL 5.15 11/17] nvme-pci: disable write zeros support on UMIC and Samsung SSDs

[PATCH AUTOSEL 5.17 06/20] nvme-pci: add trouble shooting steps for timeouts
 2022-06-21 20:50 UTC  (7+ messages)
` [PATCH AUTOSEL 5.17 07/20] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
` [PATCH AUTOSEL 5.17 08/20] nvme-pci: phison e12 has bogus namespace ids
` [PATCH AUTOSEL 5.17 09/20] nvme-pci: smi "
` [PATCH AUTOSEL 5.17 10/20] nvme-pci: sk hynix p31 "
` [PATCH AUTOSEL 5.17 11/20] nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
` [PATCH AUTOSEL 5.17 12/20] nvme-pci: disable write zeros support on UMIC and Samsung SSDs

[PATCH AUTOSEL 5.18 06/22] nvme: add bug report info for global duplicate id
 2022-06-21 20:49 UTC  (8+ messages)
` [PATCH AUTOSEL 5.18 07/22] nvme-pci: add trouble shooting steps for timeouts
` [PATCH AUTOSEL 5.18 08/22] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
` [PATCH AUTOSEL 5.18 09/22] nvme-pci: phison e12 has bogus namespace ids
` [PATCH AUTOSEL 5.18 10/22] nvme-pci: smi "
` [PATCH AUTOSEL 5.18 11/22] nvme-pci: sk hynix p31 "
` [PATCH AUTOSEL 5.18 12/22] nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
` [PATCH AUTOSEL 5.18 13/22] nvme-pci: disable write zeros support on UMIC and Samsung SSDs


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