Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-27 08:52:36 to 2024-12-05 14:29:26 UTC [more...]

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-05 13:21 UTC  (13+ messages)
` [PATCH v4 01/18] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v4 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v4 03/18] iommu: generalize the batched sync after map interface
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 07/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 09/18] dma-mapping: add a dma_need_unmap helper
` [PATCH v4 10/18] docs: core-api: document the IOVA-based API
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v4 13/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v4 14/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage

[PATCH] nvme: Remove namespace when nvme_identify_ns_descs() failed
 2024-12-05 12:30 UTC  (5+ messages)

[REGRESSION] 6.13-rc1: Loading nvme module leads to mm/page_alloc.c:4727 __alloc_pages_noprof+0x321/0x330
 2024-12-05 10:59 UTC 

[PATCHv2 blktests 0/2] add nvme test for creating sleep while atomic kernel BUG
 2024-12-05 11:20 UTC  (8+ messages)
` [PATCHv2 blktests 1/2] nvme/052: move nvmf_wait_for_ns() to common/nvme
` [PATCHv2 blktests 2/2] nvme: add test for writing to file-ns just after disabling it

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-12-05  8:03 UTC  (24+ messages)

[PATCH] nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
 2024-12-05  0:20 UTC  (6+ messages)

[PATCH AUTOSEL 6.12 4/8] Revert "nvme: make keep-alive synchronous operation"
 2024-12-04 22:23 UTC 

[PATCH v3 0/4] nvme: various bugs fix & code cleanup
 2024-12-04 18:20 UTC  (7+ messages)
` [PATCH v3 1/4] nvme-tcp: fix the memleak while create new ctrl failed
` [PATCH v3 2/4] nvme-rdma: unquiesce admin_q before destroy it
` [PATCH v3 3/4] nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
` [PATCH v3 4/4] nvme-tcp: simplify nvme_tcp_teardown_io_queues()

[PATCH V2] nvme-fabrics: handle zero MAXCMD without closing the connection
 2024-12-04 17:20 UTC  (3+ messages)

[PATCH blktests 0/2] add nvme test for creating sleep while atomic kernel BUG
 2024-12-04 10:08 UTC  (11+ messages)
` [PATCH blktests 1/2] nvme/052: move nvmf_wait_for_ns() to common/nvme
` [PATCH blktests 2/2] nvme: add test for writing to file-ns just after disabling it

[PATCH v11 00/10] Read/Write with meta/integrity
 2024-12-04  8:09 UTC  (16+ messages)
  ` [PATCH v11 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v11 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v11 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v11 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v11 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support
  ` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v11 08/10] nvme: add support for passing on the application tag
  ` [PATCH v11 09/10] scsi: add support for user-meta interface
  ` [PATCH v11 10/10] block: add support to pass user meta buffer

lists.infradead.org
 2024-12-04  6:08 UTC 

blktests nvme/055 test case number conflict
 2024-12-03 23:09 UTC  (2+ messages)

[PATCH] nvmet: replace kmalloc + memset with kzalloc for data allocation
 2024-12-03 19:03 UTC  (4+ messages)

[PATCH] nvme-pci: remove two deallocate zeroes quirks
 2024-12-03 15:54 UTC  (3+ messages)

Regression on linux-next (next-20241122)
 2024-12-03 14:50 UTC 

[PATCHv13 00/10] nvme: implement secure concatenation
 2024-12-03 11:02 UTC  (12+ messages)
` [PATCH 01/10] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 1/6] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 02/10] nvme: add nvme_auth_generate_psk()
` [PATCH 03/10] nvme: add nvme_auth_generate_digest()
` [PATCH 04/10] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 05/10] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 06/10] nvme: always include <linux/key.h>
` [PATCH 07/10] nvme-tcp: request secure channel concatenation
` [PATCH 08/10] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 09/10] nvmet-tcp: support secure channel concatenation
` [PATCH 10/10] nvmet: add tls_concat and tls_key debugfs entries

[PATCHv12 00/10] nvme: implement secure concatenation
 2024-12-03 10:27 UTC  (14+ messages)
` [PATCH 01/10] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 02/10] nvme: add nvme_auth_generate_psk()
` [PATCH 03/10] nvme: add nvme_auth_generate_digest()
` [PATCH 04/10] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 05/10] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 06/10] nvme: always include <linux/key.h>
` [PATCH 07/10] nvme-tcp: request secure channel concatenation
` [PATCH 08/10] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 09/10] nvmet-tcp: support secure channel concatenation
` [PATCH 10/10] nvmet: add tls_concat and tls_key debugfs entries

[PATCH] nvmet-loop: avoid using mutex in IO hotpath
 2024-12-03  8:45 UTC  (3+ messages)

[PATCH blktests 0/7] nvme: add test cases for ANA support
 2024-12-03  5:00 UTC  (15+ messages)
` [PATCH blktests 1/7] nvme/031: open-code helper functions
` [PATCH blktests 2/7] nvme: add _setup_nvmet_port_ana()
` [PATCH blktests 3/7] nvme: add _setup_nvmet_ns_ana()
` [PATCH blktests 4/7] nvme/rc: add argument '--ports' to _nvmet_target_setup()
` [PATCH blktests 5/7] nvme: delete all ana_groups when removing a port
` [PATCH blktests 6/7] test/nvme: add test for basic ANA support
` [PATCH blktests 7/7] test/nvme: add test for rapid namespace remapping

[PATCH] nvme-tcp: remove nvme_tcp_destroy_io_queues()
 2024-12-03  3:39 UTC 

[PATCH] nvme-fabrics: handle zero MAXCMD without closing the connection
 2024-12-03  0:36 UTC  (3+ messages)

create single-segment HMBs when using IOMMU
 2024-12-03  0:33 UTC  (6+ messages)
` [PATCH 2/2] nvme-pci: use dma_alloc_noncontigous if possible

[PATCH] nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
 2024-12-02 18:08 UTC  (8+ messages)

[PATCHv2] nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
 2024-12-02 18:03 UTC  (2+ messages)

[PATCHv3 0/3] meta sgl and userspace protection
 2024-12-02 15:49 UTC  (6+ messages)
` [PATCHv3 3/3] nvme-pci: use sgls for all user requests if possible
  ` New warning `nvme nvme0: using unchecked data buffer` (was: [PATCHv3 3/3] nvme-pci: use sgls for all user requests if possible)
      ` New warning `nvme nvme0: using unchecked data buffer`

[PATCH] nvme: Add error path for xa_store in nvme_init_effects
 2024-12-02 15:39 UTC 

[PATCH v6 0/8] blk: refactor queue affinity helpers
 2024-12-02 14:00 UTC  (9+ messages)
` [PATCH v6 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v6 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v6 3/8] virtio: "
` [PATCH v6 4/8] blk-mq: introduce blk_mq_map_hw_queues
` [PATCH v6 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
` [PATCH v6 6/8] nvme: "
` [PATCH v6 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v6 8/8] blk-mq: remove unused queue mapping helpers

[PATCH v5 0/8] blk: refactor queue affinity helpers
 2024-12-02 13:48 UTC  (4+ messages)
` [PATCH v5 4/8] blk-mq: introduce blk_mq_map_hw_queues

[PATCH] nvme: Allocate memory for xa_store in advance in nvme_get_effects_log
 2024-12-02 12:42 UTC 

[PATCH blktests v4 0/5] Add support to run against arbitrary targets
 2024-12-02 10:23 UTC  (7+ messages)
` [PATCH blktests v4 1/5] nvme/rc: introduce remote target support
` [PATCH blktests v4 5/5] nvme/055: add test for nvme-tcp zero-copy offload

Pakiety telemedyczne dla pracowników
 2024-12-02  8:55 UTC 

[PATCHv5 RFC 0/3] Add visibility for native NVMe multipath using sysfs
 2024-11-29 12:19 UTC  (3+ messages)

[PATCH 1/5] nvme-rdma: unquiesce admin_q before destroy it
 2024-11-29 11:22 UTC  (8+ messages)
` [PATCH 2/5] nvme-tcp: no need to quiesec admin_q in nvme_tcp_teardown_io_queues()
` [PATCH 3/5] nvme-tcp: simplify nvme_tcp_configure_admin_queue()
` [PATCH 4/5] nvme-tcp: remove nvme_tcp_destroy_io_queues()

[PATCH v3 0/3] nvme-fc: fix race with connectivity loss and nvme_fc_create_association
 2024-11-29 11:10 UTC  (6+ messages)
` [PATCH v3 1/3] nvme-fc: go straight to connecting state when initializing
` [PATCH v3 2/3] nvme: trigger reset when keep alive fails
` [PATCH v3 3/3] nvme: handle connectivity loss in nvme_set_queue_count

[PATCH] nvmetcli: fix double ana groupid when save config
 2024-11-29 11:07 UTC  (2+ messages)

blktests failures with v6.12 kernel
 2024-11-29  8:37 UTC  (3+ messages)

[PATCH v2 0/5] nvme: various bugs fix & code cleanup
 2024-11-29  8:12 UTC  (11+ messages)
` [PATCH v2 1/5] nvme-tcp: fix the memleak while create new ctrl failed
` [PATCH v2 2/5] nvme-rdma: unquiesce admin_q before destroy it
` [PATCH v2 3/5] nvme-tcp: no need to quiesec admin_q in nvme_tcp_teardown_io_queues()
` [PATCH v2 4/5] nvme-tcp: simplify nvme_tcp_configure_admin_queue()
` [PATCH v2 5/5] nvme-tcp: remove nvme_tcp_destroy_io_queues()

[PATCH nvme-cli] nvme: plugins/fdp, check endurance group identifier
 2024-11-29  6:07 UTC 

[PATCH blktests v2] nvme/039: check for logical block size of test device
 2024-11-28  1:03 UTC  (2+ messages)

[PATCH v4 0/2] Introduce service-time multipath policy and document
 2024-11-27 22:07 UTC  (3+ messages)

[PATCH v10 00/10] Read/Write with meta/integrity
 2024-11-27 11:24 UTC  (9+ messages)
  ` [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support


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