Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-18 16:42:57 to 2025-04-24 01:39:02 UTC [more...]

[PATCH] nvmet-tcp: don't restore null sk_state_change
 2025-04-24  1:38 UTC  (5+ messages)

Report: Performance regression from ib_umem_get on zone device pages
 2025-04-23 23:28 UTC  (2+ messages)

cgroup null pointer dereference
 2025-04-23 21:26 UTC  (2+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-23 17:54 UTC  (43+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 09/24] docs: core-api: document the IOVA-based API
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v9 18/24] block: share more code for bio addition helper
` [PATCH v9 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v9 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v9 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v9 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v9 24/24] nvme-pci: store aborted state in flags variable

[PATCHv3 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-04-23 17:26 UTC  (15+ messages)
` [PATCH 1/3] nvme-tcp: open-code nvme_tcp_queue_request() for R2T
` [PATCH 3/3] nvme-tcp: fix I/O stalls on congested sockets

[PATCH v4 0/2] PCI: endpoint: space allocation fixups
 2025-04-23 13:34 UTC  (4+ messages)
` [PATCH v4 1/2] PCI: endpoint: improve fixed_size bar handling when allocating space
` [PATCH v4 2/2] PCI: endpoint: pci-epf-vntb: simplify ctrl/spad space allocation

[PATCH v5 00/14] nvmet-fcloop: track resources via reference counting
 2025-04-23 13:21 UTC  (15+ messages)
` [PATCH v5 01/14] nvmet-fcloop: track ref counts for nports
` [PATCH v5 02/14] nvmet-fcloop: remove nport from list on last user
` [PATCH v5 03/14] nvmet-fcloop: refactor fcloop_nport_alloc and track lport
` [PATCH v5 04/14] nvmet-fcloop: refactor fcloop_delete_local_port
` [PATCH v5 05/14] nvmet-fcloop: update refs on tfcp_req
` [PATCH v5 06/14] nvmet-fcloop: add missing fcloop_callback_host_done
` [PATCH v5 07/14] nvmet-fcloop: access fcpreq only when holding reqlock
` [PATCH v5 08/14] nvmet-fcloop: prevent double port deletion
` [PATCH v5 09/14] nvmet-fcloop: allocate/free fcloop_lsreq directly
` [PATCH v5 10/14] nvmet-fcloop: don't wait for lport cleanup
` [PATCH v5 11/14] nvmet-fcloop: drop response if targetport is gone
` [PATCH v5 12/14] nvmet-fc: free pending reqs on tgtport unregister
` [PATCH v5 13/14] nvmet-fc: take tgtport refs for portentry
` [PATCH v5 14/14] nvme-fc: do not reference lsrsp after failure

[PATCH v5 0/3] nvme/pci: PRP list DMA pool partitioning
 2025-04-23 13:21 UTC  (5+ messages)
` [PATCH v5 1/3] dmapool: add NUMA affinity support
` [PATCH v5 2/3] nvme/pci: factor out nvme_init_hctx() helper
` [PATCH v5 3/3] nvme/pci: make PRP list DMA pools per-NUMA-node

[linux-nvme:nvme-6.15] BUILD SUCCESS 3d7aa0c7b4e96cd460826d932e44710cdeb3378b
 2025-04-23 11:08 UTC 

[linux-nvme:nvme-6.16] BUILD SUCCESS 464a6f99943ecce4387d83a37e701be4f1864b6f
 2025-04-23 11:07 UTC 

[PATCHv2 0/4] libnvme: add support for discovering multipath of a shared ns
 2025-04-23  6:13 UTC  (14+ messages)
` [PATCHv2 1/4] tree: add support for discovering nvme paths using sysfs multipath link
` [PATCHv2 2/4] tree: add queue-depth attribute for nvme path object
` [PATCHv2 3/4] tree: add attribute numa_nodes for NVMe "
` [PATCHv2 4/4] test: extend sysfs tree dump test

[PATCH v4 0/2] nvme/pci: PRP list DMA pool partitioning
 2025-04-22 22:46 UTC  (8+ messages)
` [PATCH v4 1/2] nvme/pci: factor out nvme_init_hctx() helper
` [PATCH v4 2/2] nvme/pci: make PRP list DMA pools per-NUMA-node

[PATCH][next] nvme-loop: Avoid -Wflex-array-member-not-at-end warning
 2025-04-22 14:59 UTC  (5+ messages)

[PATCH v3 0/2] nvme/pci: PRP list DMA pool partitioning
 2025-04-22 14:59 UTC  (8+ messages)
` [PATCH v3 1/2] nvme/pci: factor out nvme_init_hctx() helper
` [PATCH v3 2/2] nvme/pci: make PRP list DMA pools per-NUMA-node

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-22 11:36 UTC  (38+ messages)
` [PATCH v8 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v8 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v8 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v8 18/24] block: share more code for bio addition helper
` [PATCH v8 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v8 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

[PATCH] drivers/nvme: Add quirks for device 126f:1001
 2025-04-22 12:17 UTC 

[PATCH 1/2] configfs: Add CONFIGFS_ATTR_PERM helper
 2025-04-22 11:53 UTC  (7+ messages)
` [PATCH 2/2] nvmet: Restrict in-band config files to root

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-04-22  9:52 UTC  (14+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param

frozen PHB on IBM Power9 system in 6.15-rc2 (bisected)
 2025-04-22  9:44 UTC  (3+ messages)

[PATCHv3 0/2] nvme: restrict authentication to the admin queue
 2025-04-22  9:15 UTC  (3+ messages)
` [PATCH 1/2] nvmet: Authenticate on admin queue only
` [PATCH 2/2] nvme: Do not re-authenticate queues with no prior authentication

[PATCH 5.4/5.10] nvmet-fc: Remove unused functions
 2025-04-22  8:46 UTC 

[RFC PATCH] nvmet: Make blksize_shift configurable
 2025-04-22  8:16 UTC  (6+ messages)

[PATCH 5.15/6.1/6.6] nvmet-fc: Remove unused functions
 2025-04-22  8:40 UTC 

[PATCH 6.12/6.14] nvmet-fc: Remove unused functions
 2025-04-22  8:34 UTC 

[PATCH] nvme-tcp: remove redundant check to ctrl->opts
 2025-04-22  8:00 UTC  (3+ messages)

[PATCH v2] nvmet: replace strncpy with strscpy
 2025-04-22  7:58 UTC  (2+ messages)

[PATCH] nvmet-tcp: switch to using the crc32c library
 2025-04-22  7:55 UTC  (2+ messages)

[PATCH] nvmet: Fix out-of-bounds access in nvmet_enable_port
 2025-04-22  7:50 UTC  (3+ messages)

[PATCH AUTOSEL 6.14 21/30] nvmet: pci-epf: cleanup link state management
 2025-04-22  2:15 UTC 

for-6.16/block rebased
 2025-04-21 18:29 UTC 

[PATCH v2 0/2] nvme/pci: PRP list DMA pool partitioning
 2025-04-21 16:43 UTC  (5+ messages)
` [PATCH v2 1/2] nvme/pci: factor out nvme_init_hctx() helper
` [PATCH v2 2/2] nvme/pci: make PRP list DMA pools per-NUMA-node

[PATCH] nvme/pci: make PRP list DMA pools per-NUMA-node
 2025-04-21 14:50 UTC  (5+ messages)

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-04-21  2:15 UTC  (12+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 05/11] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v4 06/11] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v4 09/11] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v4 10/11] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v4 11/11] ext4: "

[bug report] blktests nvme/062 hang
 2025-04-20  6:10 UTC  (4+ messages)

[PATCH v3 0/3] PCI: endpoint: space allocation fixups
 2025-04-19  4:34 UTC  (6+ messages)
` [PATCH v3 2/3] PCI: endpoint: improve fixed_size bar handling when allocating space

[PATCH v2 1/1] nvme-tcp: wait socket wmem to drain in queue stop
 2025-04-18 17:52 UTC  (4+ messages)

[PATCH RFC v2 5/5] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
 2025-04-18 10:24 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