public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-11-11 09:29:47 to 2021-11-21 10:22:42 UTC [more...]

[PATCH v2] nvme: Add sibling to list after full initialization
 2021-11-21 10:22 UTC  (3+ messages)

[PATCH v1 0/4] Add command id quirk for fabrics
 2021-11-21 10:05 UTC  (17+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS 17b87c72361ecdb595c0fa9d7b5d237fd0f1761a
 2021-11-20  5:56 UTC 

Please rebase nvme-5.16
 2021-11-19 17:14 UTC  (3+ messages)

[PATCH V3 0/3] Fix a race condition when performing a controller reset
 2021-11-19 17:11 UTC  (10+ messages)
` [PATCH V3 1/3] nvmet-tcp: fix a race condition between release_queue and io_work
` [PATCH V3 2/3] nvmet-tcp: add an helper to free the cmd buffers
` [PATCH V3 3/3] nvmet-tcp: fix memory leak when performing a controller reset

[PATCH v2] nvme: fix write zeroes pi
 2021-11-19 17:10 UTC  (3+ messages)

[PATCH RFC] nvmet: fix tmpfs-based backstores support
 2021-11-19 17:02 UTC  (7+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-19 16:21 UTC  (17+ messages)

[PATCH blktests 0/6] Testsuite for nvme in-band authentication
 2021-11-19 11:29 UTC  (17+ messages)
` [PATCH 1/6] nvmeof-tcp/001: simple test for nvmeof-tcp connection
` [PATCH 2/6] nvmeof-tcp/002: create an authenticated "
` [PATCH 3/6] nvmeof-tcp/003: test different key types
` [PATCH 4/6] nvmeof-tcp/004: test hash and dhgroup variations
` [PATCH 5/6] nvmeof-tcp/005: test bi-directional authentication
` [PATCH 6/6] nvmeof-tcp/006: test re-authentication

[PATCH] nvme: print out valid arguments when reading from /dev/nvme-fabrics
 2021-11-19  8:39 UTC 

[PATCH 0/5] blk-mq: quiesce improvement
 2021-11-19  8:10 UTC  (8+ messages)
` [PATCH 1/5] blk-mq: move srcu from blk_mq_hw_ctx to request_queue
` [PATCH 2/5] blk-mq: rename hctx_lock & hctx_unlock
` [PATCH 3/5] blk-mq: add helper of blk_mq_global_quiesce_wait()
` [PATCH 4/5] nvme: quiesce namespace queue in parallel
` [PATCH 5/5] scsi: use blk-mq quiesce APIs to implement scsi_host_block

[PATCH V2 0/5] nvme-cli: Some minors changes in PEL
 2021-11-18 16:57 UTC  (6+ messages)
` [PATCH V2 1/5] nvme-cli: Decode "Supported Events Bitmap" in PEL header
` [PATCH V2 2/5] nvme-cli: Adds event number in persistent event entries
` [PATCH V2 3/5] nvme-cli: Adds readable firmware level in persistent
` [PATCH V2 4/5] nvme-cli: Add support set feature event in PEL
` [PATCH V2 5/5] nvme-cli: Add support Telemetry CRT "

[PATCH V2 0/1] libnvme: Add new events support in PEL header
 2021-11-18 16:57 UTC  (2+ messages)
` [PATCH V2 1/1] libnvme: Add new events support in PEL

Sysfs paths to NVME devices
 2021-11-18 16:31 UTC  (3+ messages)

[PATCH] nvme-tcp: send H2CData PDUs based on MAXH2CDATA
 2021-11-18  9:10 UTC  (4+ messages)

[PATCH 1/1] libnvme: Add new events support in PEL
 2021-11-18  1:56 UTC  (2+ messages)

[PATCH 1/5] nvme-cli: Decode "Supported Events Bitmap" in PEL header
 2021-11-18  1:55 UTC  (8+ messages)
` [PATCH 2/5] nvme-cli: Adds event number in persistent event entries
` [PATCH 3/5] nvme-cli: Adds readable firmware level in persistent
` [PATCH 4/5] nvme-cli: Add support set feature event in PEL
` [PATCH 5/5] nvme-cli: Add support Telemetry CRT "

[PATCH] nvme-host: prevent nvme-cli from setting invalid fast_io_fail_tmo values
 2021-11-18  1:44 UTC  (3+ messages)

[regression] nvme pci sysfs remove operation hang during fio test observed on 5.16.0-rc1
 2021-11-18  0:05 UTC  (3+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-11-17 21:54 UTC  (24+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v4 05/23] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v4 06/23] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v4 07/23] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v4 08/23] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v4 09/23] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v4 12/23] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v4 13/23] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v4 14/23] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v4 15/23] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v4 16/23] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v4 17/23] block: add check when merging zone device pages
` [PATCH v4 18/23] lib/scatterlist: "
` [PATCH v4 19/23] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v4 20/23] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v4 21/23] mm: use custom page_free for P2PDMA pages
` [PATCH v4 22/23] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v4 23/23] nvme-pci: allow mmaping the CMB in userspace

[PATCHv5 00/12] nvme: In-band authentication support
 2021-11-16 10:41 UTC  (33+ 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 V2 0/3] Fix a race condition when performing a controller reset
 2021-11-16 10:11 UTC  (10+ messages)
` [PATCH V2 1/3] nvmet-tcp: add an helper to free the iovec
` [PATCH V2 2/3] nvmet-tcp: fix a race condition between release_queue and io_work
` [PATCH V2 3/3] nvmet-tcp: fix memory leak when performing a controller reset

Fotowoltaika dla firm
 2021-11-16  8:41 UTC 

[PATCH] nvme: honour O_NONBLOCK during resetting
 2021-11-16  6:54 UTC  (5+ messages)

[PATCH 0/2] Fix a race condition when performing a controller reset
 2021-11-15 10:57 UTC  (16+ messages)
` [PATCH 2/2] nvmet: fix a race condition between release_queue and io_work

[PATCH] nvme: Add sibling to list after full initialization
 2021-11-15  9:10 UTC  (3+ messages)

[PATCH libnvme] Implement 'dhchap_key' host and controller attributes
 2021-11-14 14:54 UTC  (4+ messages)

[PATCH 0/1] fix UAF when disconnect a reconnecting state ctrl
 2021-11-14 10:20 UTC  (6+ messages)
` [PATCH 1/1] nvme: fix use after free when disconnect a reconnecting ctrl

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-12 15:19 UTC  (8+ messages)
` [RFC PATCH 8/8] md: "

[linux-nvme:nvme-5.16] BUILD SUCCESS 9d7c645779f2650a20e26634aa0b552ff2dda5fb
 2021-11-12 18:57 UTC 

nvme-cli release naming strategy
 2021-11-12 16:19 UTC  (2+ messages)

[PATCH 0/4] block: fix concurrent quiesce
 2021-11-12 15:38 UTC  (3+ messages)
` [PATCH 4/4] nvme: wait until quiesce is done

[PATCHv5 nvme-cli 0/3] nvme-cli authentication support
 2021-11-12 13:11 UTC  (4+ messages)
` [PATCH nvme-cli 1/3] Add 'gen-dhchap-key' command
` [PATCH nvme-cli 2/3] Add 'check-dhchap-key' function
` [PATCH nvme-cli 3/3] nvme-connect: Add 'dhchap-secret' and 'dhchap-ctrl-secret' arguments

[RFC PATCH] nvme: add NO APST quirk for Kioxia device
 2021-11-11 10:01 UTC  (2+ messages)

[PATCH] nvme-tcp: fix memory leak when freeing a queue
 2021-11-11 10:00 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