public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-12-11 19:19:46 to 2024-12-18 17:17:02 UTC [more...]

[PATCH v2] nvmet: Don't overflow subsysnqn
 2024-12-18 17:16 UTC  (2+ messages)

[PATCH 0/2] block size limit cleanups
 2024-12-18 17:14 UTC  (9+ messages)
` [PATCH 1/2] block/bdev: use helper for max block size check
` [PATCH 2/2] nvme: use blk_validate_block_size() for max LBA check

[syzbot] [nvme?] KASAN: slab-out-of-bounds Read in nvmet_root_discovery_nqn_show
 2024-12-18  7:42 UTC  (2+ messages)

[PATCH] nvmet: Don't overflow subsysnqn
 2024-12-18  7:19 UTC  (2+ messages)

[PATCH v2] nvmet: propagate npwg topology
 2024-12-18  2:33 UTC 

[PATCH v2] net: core: Convert inet_addr_is_any() to sockaddr_storage
 2024-12-17 20:34 UTC 

[PATCH] nvme-pci: Shutdown the device if D3Cold is allowed by the user
 2024-12-17 19:45 UTC  (25+ messages)

[PATCH v4 00/18] NVMe PCI endpoint target driver
 2024-12-17 17:40 UTC  (41+ messages)
` [PATCH v4 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v4 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v4 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v4 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v4 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v4 06/18] nvme: Add PCI transport type
` [PATCH v4 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v4 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v4 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v4 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v4 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v4 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v4 13/18] nvmet: Implement host identifier set feature support
` [PATCH v4 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v4 15/18] nvmet: Implement interrupt config "
` [PATCH v4 16/18] nvmet: Implement arbitration "
` [PATCH v4 17/18] nvmet: New NVMe PCI endpoint target driver
                ` [PATCH 1/3] dmaengine: dw-edma: Add support for DMA_MEMCPY
                  ` [PATCH 2/3] PCI: endpoint: pci-epf-test: Use private DMA_MEMCPY channel
                  ` [PATCH 3/3] debug prints - DO NOT MERGE
` [PATCH v4 18/18] Documentation: Document the NVMe PCI endpoint target driver

[PATCH v6 0/8] blk: refactor queue affinity helpers
 2024-12-17 16:37 UTC  (4+ messages)

[PATCH] net: core: Convert inet_addr_is_any() to sockaddr_storage
 2024-12-17 16:00 UTC  (3+ messages)

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2024-12-17 14:38 UTC  (3+ messages)

[PATCH v5 00/17] Provide a new two step DMA mapping API
 2024-12-17 13:00 UTC  (18+ messages)
` [PATCH v5 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v5 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v5 03/17] iommu: generalize the batched sync after map interface
` [PATCH v5 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v5 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v5 09/17] docs: core-api: document the IOVA-based API
` [PATCH v5 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v5 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v5 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v5 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v5 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v5 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v5 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v5 17/17] vfio/mlx5: Enable the DMA link API

[PATCH v3 0/3] nvme-fc: fix race with connectivity loss and nvme_fc_create_association
 2024-12-17 14:01 UTC  (6+ messages)
` [PATCH v3 3/3] nvme: handle connectivity loss in nvme_set_queue_count

[PATCH] nvme-pci: 512 byte aligned dma pool segment quirk
 2024-12-17 11:18 UTC  (11+ messages)

[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
 2024-12-17  6:56 UTC  (5+ messages)

[PATCH v2 1/2] nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
 2024-12-16 22:28 UTC  (2+ messages)
` [PATCH v2 2/2] nvme-pci: Add TUXEDO IBP Gen9 "

[PATCH v3 16/17] nvmet: New NVMe PCI endpoint target driver
 2024-12-16 21:05 UTC  (2+ messages)

[PATCH v2] nvme: use dev_err() to make message more useful
 2024-12-16 17:44 UTC 

[PATCH] nvme: use dev_err() to make message more useful
 2024-12-16 16:50 UTC  (3+ messages)

[PATCHv14 00/11] block write streams with nvme fdp
 2024-12-16 16:12 UTC  (9+ messages)
  ` [PATCHv14 01/11] fs: add a write stream field to the kiocb
  ` [PATCHv14 03/11] block: introduce max_write_streams queue limit
  ` [PATCHv14 07/11] nvme: add a nvme_get_log_lsi helper
  ` [PATCHv14 10/11] nvme: register fdp parameters with the block layer

[PATCH] nvme: Allocate memory for xa_store in advance in nvme_get_effects_log
 2024-12-16 15:52 UTC  (4+ messages)

[PATCH v2] nvme: Add error path for xa_store in nvme_init_effects
 2024-12-16 15:49 UTC  (2+ messages)

[PATCH] nvme: Add error path for xa_store in nvme_init_effects
 2024-12-16 15:32 UTC  (3+ messages)

Zapytanie ofertowe
 2024-12-16  8:56 UTC 

blktests failures with v6.13-rc2 kernel
 2024-12-15  7:59 UTC 

workqueue: WQ_MEM_RECLAIM nvmet-wq:nvmet_rdma_release_queue_work [nvmet_rdma] is flushing !WQ_MEM_RECLAIM irdma-cleanup-wq:irdma_flush_worker [irdma]
 2024-12-14  9:36 UTC  (7+ messages)

[PATCH v5 00/18] NVMe PCI endpoint target driver
 2024-12-14  6:06 UTC  (19+ messages)
` [PATCH v5 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v5 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v5 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v5 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v5 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v5 06/18] nvme: Add PCI transport type
` [PATCH v5 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v5 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v5 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v5 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v5 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v5 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v5 13/18] nvmet: Implement host identifier set feature support
` [PATCH v5 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v5 15/18] nvmet: Implement interrupt config "
` [PATCH v5 16/18] nvmet: Implement arbitration "
` [PATCH v5 17/18] nvmet: New NVMe PCI endpoint target driver
` [PATCH v5 18/18] Documentation: Document the "

[PATCH 01/10] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
 2024-12-14  4:39 UTC  (2+ messages)

[PATCH] nvmet: propagate npwg and awupf topology
 2024-12-13 23:13 UTC  (4+ messages)

LSF/MM/BPF: 2025: Call for Proposals
 2024-12-13 19:00 UTC  (2+ messages)

[PATCH separate v3] docs, nvme: introduce nvme-multipath document
 2024-12-13 15:40 UTC  (3+ messages)

[PATCHv6 RFC 0/3] Add visibility for native NVMe multipath using sysfs
 2024-12-13  4:18 UTC  (4+ messages)
` [PATCHv6 RFC 1/3] nvme-multipath: Add visibility for round-robin io-policy
` [PATCHv6 RFC 2/3] nvme-multipath: Add visibility for numa io-policy
` [PATCHv6 RFC 3/3] nvme-multipath: Add visibility for queue-depth io-policy

[linux-nvme:nvme-6.13] BUILD SUCCESS ebefac5647968679f6ef5803e5d35a71997d20fa
 2024-12-12 23:50 UTC 

[PATCH v3 00/17] NVMe PCI endpoint target driver
 2024-12-12 10:42 UTC  (5+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-12  8:54 UTC  (17+ messages)
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [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 08/18] dma-mapping: Implement link/unlink ranges 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] nvme-pci: define pr_fmt()
 2024-12-12  6:22 UTC  (2+ messages)

[PATCHv13 00/11] block write streams with nvme fdp
 2024-12-12  6:05 UTC  (4+ messages)

[PATCHv2] nvmet-loop: avoid using mutex in IO hotpath
 2024-12-12  5:42 UTC  (2+ messages)

[linux-nvme:nvme-6.13] BUILD SUCCESS ccd84b8d6f4a60626dacb933b5d56dadca75c0ca
 2024-12-11 22:42 UTC 

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


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