Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 19:16:56 to 2021-09-30 09:31:58 UTC [more...]

[RFC PATCH 0/3] nvme sq associations
 2021-09-29  1:35 UTC  (2+ messages)

[bug report] kmemleak observed with blktests nvme-tcp tests
 2021-09-30  9:31 UTC  (5+ messages)

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-30  5:06 UTC  (58+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
  ` [PATCH v3 4/20] "
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v3 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()

[PATCHv4 00/12] nvme: In-band authentication support
 2021-09-29 20:02 UTC  (20+ messages)
` [PATCH 01/12] crypto: add crypto_has_shash()
` [PATCH 02/12] crypto: add crypto_has_kpp()
` [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters
` [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 07/12] nvme: Implement In-Band authentication
` [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 09/12] nvmet: Parse fabrics commands on all queues
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication
` [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 12/12] nvmet-auth: expire authentication sessions

[PATCH 0/5] blk-mq: support nested queue quiescing
 2021-09-29 15:44 UTC  (10+ messages)
` [PATCH 1/5] nvme: add APIs for stopping/starting admin queue
` [PATCH 2/5] nvme: apply nvme API to quiesce/unquiesce "
` [PATCH 3/5] nvme: prepare for pairing quiescing and unquiescing
` [PATCH 4/5] nvme: paring quiesce/unquiesce
` [PATCH 5/5] blk-mq: support nested blk_mq_quiesce_queue()

[PATCH] nvme: add command id quirk for apple controllers
 2021-09-29 15:17 UTC  (5+ messages)

[RFC PATCH 0/3] nvme sq associations
 2021-09-29 13:17 UTC  (9+ messages)
` [RFC PATCH 1/3] nvme: split admin queue in pci
` [RFC PATCH 2/3] nvme: add NVM set structures
` [RFC PATCH 3/3] nvme: implement SQ associations

[bug report] WARNING: possible circular locking dependency detected with blktests nvme-tcp nvme/013
 2021-09-29 11:06 UTC  (2+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-09-29  6:44 UTC  (4+ messages)

[PATCHv3 00/12] nvme: In-band authentication support
 2021-09-29  6:01 UTC  (17+ messages)
` [PATCH 07/12] nvme: Implement In-Band authentication
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication

[PATCH] nvme-tcp: fix incorrect h2cdata pdu offset accounting
 2021-09-29  0:24 UTC  (4+ messages)

[PATCH V3 nvme-cli 0/2] add "Path Access" field in command "nvme list"
 2021-09-28 21:18 UTC  (5+ messages)
` [PATCH V3 nvme-cli 1/2] initialize disk "access" variable
` [PATCH V3 nvme-cli 2/2] add "Path Access" entry in command output

[PATCH nvme-cli] nvme-connect: Add 'dhchap-secret' and 'dhchap-ctrl-secret' arguments
 2021-09-28 12:25 UTC 

[PATCH libnvme] Implement 'dhchap_key' host and controller attributes
 2021-09-28 12:21 UTC 

[PATCH V2 nvme-cli 0/2] add "Path Access" field in command "nvme list"
 2021-09-28  8:49 UTC  (5+ messages)
` [PATCH V2 nvme-cli 1/2] initialize disk "access" variable
` [PATCH V2 nvme-cli 2/2] add "Path Access" entry in command output

[PATCH] nvme.h: expend lbaf on nvme_id_ns, lbafe on nvme_zns_id_ns
 2021-09-28  8:45 UTC  (10+ messages)

[PATCH v2 00/10] block: second batch of add_disk() error handling conversions
 2021-09-28  5:39 UTC  (14+ messages)
` [PATCH v2 01/10] block/brd: add error handling support for add_disk()
` [PATCH v2 02/10] bcache: "
` [PATCH v2 03/10] nvme-multipath: "
` [PATCH v2 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 09/10] xen-blkfront: "
` [PATCH v2 10/10] zram: "

[PATCHv2] nvme: add command id quirk for apple controllers
 2021-09-28  5:38 UTC  (6+ messages)

[PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-09-27 22:28 UTC  (9+ messages)
` [PATCH v4 1/6] scsi/sd: add error handling support for add_disk()
` [PATCH v4 2/6] scsi/sr: "
` [PATCH v4 3/6] md: "
` [PATCH v4 4/6] dm: add add_disk() error handling
` [PATCH v4 5/6] loop: add error handling support for add_disk()
` [PATCH v4 6/6] nbd: "

[PATCH libnvme] fabrics: restore hostname traddr support
 2021-09-27 20:22 UTC  (3+ messages)

[PATCH nvme-cli] fabrics: restore discover_from_conf_file to actually work
 2021-09-27 20:22 UTC  (2+ messages)

[PATCH 1/2] nvmet: use macro definition for setting nmic value
 2021-09-27 19:19 UTC  (10+ messages)
` [PATCH 2/2] nvmet: use macro definitions for setting cmic value

[PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
 2021-09-27 18:50 UTC  (2+ messages)

[REGRESSION] nvme: code command_id with a genctr for use-after-free validation crashes apple T2 SSD
 2021-09-27 15:02 UTC  (11+ messages)

[PATCH] Urgent bug fix causing Apple SSDs to not work
 2021-09-27  4:35 UTC  (9+ messages)

[PATCH nvme-cli] nvme-connect: Add 'dhchap-secret' and 'dhchap-bidi' arguments
 2021-09-26 14:41 UTC  (2+ messages)

[bug report] nvme removing after probe failed with pci rescan after nvme sysfs removal
 2021-09-26 11:14 UTC  (6+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).