public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-12-02 14:31:50 to 2024-12-09 08:08:12 UTC [more...]

[PATCH] nvmet-loop: avoid using mutex in IO hotpath
 2024-12-09  8:01 UTC  (4+ messages)

[PATCH] nvme-pci: fix comment typo
 2024-12-09  7:59 UTC  (3+ messages)

[PATCH] nvme: fix return type of nvme_poll()
 2024-12-09  7:58 UTC  (4+ messages)

[PATCH blktests v5 0/5] Add support to run against arbitrary targets
 2024-12-09  7:20 UTC  (11+ messages)
` [PATCH blktests v5 1/5] nvme/rc: introduce remote target support
` [PATCH blktests v5 2/5] common/nvme: add digest options to __nvme_connect_subsys()
` [PATCH blktests v5 3/5] nvme/030: only run against kernel soft target
` [PATCH blktests v5 4/5] contrib: add remote target setup/cleanup script
` [PATCH blktests v5 5/5] nvme/055: add test for nvme-tcp zero-copy offload

[PATCHv3 0/2] add nvme test for creating sleep while atomic kernel BUG
 2024-12-09  7:16 UTC  (7+ messages)
` [PATCHv3 1/2] nvme/052: move nvmf_wait_for_ns() to common/nvme
` [PATCHv3 2/2] nvme: add test for writing to file-ns just after disabling it

[PATCH separate v3] docs, nvme: introduce nvme-multipath document
 2024-12-09  7:11 UTC 

[PATCHv12 00/12] block write streams with nvme fdp
 2024-12-09  4:05 UTC  (14+ messages)
` [PATCHv12 01/12] fs: add write stream information to statx
` [PATCHv12 02/12] fs: add a write stream field to the kiocb
` [PATCHv12 03/12] block: add a bi_write_stream field
` [PATCHv12 04/12] block: introduce max_write_streams queue limit
` [PATCHv12 05/12] block: introduce a write_stream_granularity "
` [PATCHv12 06/12] block: expose write streams for block device nodes
` [PATCHv12 07/12] io_uring: enable per-io write streams
` [PATCHv12 08/12] nvme: add a nvme_get_log_lsi helper
` [PATCHv12 09/12] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCHv12 10/12] nvme.h: add FDP definitions
` [PATCHv12 11/12] nvme: register fdp parameters with the block layer
` [PATCHv12 12/12] nvme: use fdp streams if write stream is provided

[PATCH v3] nvmet: handle rw's limited retry flag
 2024-12-09  1:53 UTC 

[PATCH separete v2] docs, nvme: introduce nvme-multipath document
 2024-12-09  1:34 UTC  (3+ messages)

[bug report] WARNING when nvme_probe
 2024-12-09  1:27 UTC  (4+ messages)

[linux-nvme:nvme-6.13] BUILD SUCCESS b4e12f5728ff963ca5590c48b85a20d076bf517d
 2024-12-08 15:33 UTC 

[PATCHv11 00/10] block write streams with nvme fdp
 2024-12-06 16:53 UTC  (19+ messages)
` [PATCHv11 01/10] fs: add a write stream field to the kiocb
` [PATCHv11 02/10] io_uring: protection information enhancements
` [PATCHv11 03/10] io_uring: add write stream attribute
` [PATCHv11 04/10] block: add a bi_write_stream field
` [PATCHv11 05/10] block: introduce max_write_streams queue limit
` [PATCHv11 06/10] block: introduce a write_stream_granularity "
` [PATCHv11 07/10] block: expose write streams for block device nodes
` [PATCHv11 08/10] nvme: add a nvme_get_log_lsi helper
` [PATCHv11 09/10] nvme: register fdp queue limits
` [PATCHv11 10/10] nvme: use fdp streams if write stream is provided

[PATCH] nvme: Remove namespace when nvme_identify_ns_descs() failed
 2024-12-06 12:41 UTC  (7+ messages)

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

[PATCHv2 blktests 0/2] add nvme test for creating sleep while atomic kernel BUG
 2024-12-06 10:54 UTC  (11+ 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

[REGRESSION] 6.13-rc1: Loading nvme module leads to mm/page_alloc.c:4727 __alloc_pages_noprof+0x321/0x330
 2024-12-06  9:50 UTC  (2+ messages)

[PATCH] nvme-pci: Shutdown the device if D3Cold is allowed by the user
 2024-12-06  1:49 UTC  (3+ messages)

[PATCH v2] nvmet: handle rw's limited retry flag
 2024-12-06  1:34 UTC 

[PATCH blktests 0/2] add nvme test for creating sleep while atomic kernel BUG
 2024-12-06  1:09 UTC  (11+ messages)
` [PATCH blktests 1/2] nvme/052: move nvmf_wait_for_ns() to common/nvme

[PATCH] nvme-pci: qdepth 1 quirk
 2024-12-05 22:03 UTC  (7+ messages)
` [PATCH] nvme-pci: Remove O2 Queue Depth quirk

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

lists.infradead.org
 2024-12-05 18:41 UTC 

[GIT PULL] nvme fixes for Linux 6.13
 2024-12-05 17:15 UTC  (2+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-05 13:21 UTC  (18+ 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 12/18] mm/hmm: provide generic DMA managing logic
` [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 v4 15/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v4 16/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v4 17/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v4 18/18] vfio/mlx5: Enable the DMA link API

[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)

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  (10+ messages)
` [PATCH 01/10] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 04/10] nvme: add nvme_auth_derive_tls_psk()
` [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 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  (2+ 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  (4+ 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 


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