messages from 2024-10-23 14:32:55 to 2024-10-29 15:14:13 UTC [more...]
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-29 15:11 UTC (33+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API
[PATCH 0/3] nvme: fix system fault observed while shutting down controller
2024-10-29 15:01 UTC (14+ messages)
` [PATCH 1/3] Revert "nvme: make keep-alive synchronous operation"
` [PATCH 2/3] nvme-fabrics: fix kernel crash while shutting down controller
` [PATCH 3/3] nvme: use helper nvme_ctrl_state in nvme_keep_alive_end_io function
tls key lookup matches too eagerly?
2024-10-29 14:20 UTC (2+ messages)
[PATCH] nvme: re-fix error-handling for io_uring nvme-passthrough
2024-10-29 13:46 UTC (6+ messages)
[PATCHv9 0/7] write hints with nvme fdp, scsi streams
2024-10-29 12:46 UTC (24+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 2/7] block: introduce max_write_hints queue limit
` [PATCHv9 3/7] block: allow ability to limit partition write hints
` [PATCHv9 4/7] block, fs: add write hint to kiocb
` [PATCHv9 5/7] io_uring: enable per-io hinting capability
` [PATCHv9 6/7] nvme: enable FDP support
` [PATCHv9 7/7] scsi: set permanent stream count in block limits
[PATCH] blk-integrity: remove seed for user mapped buffers
2024-10-29 11:57 UTC (2+ messages)
[PATCH] nvme/{common/nvme, 051, 052}: introduce def_nsid
2024-10-29 8:48 UTC (3+ messages)
[PATCH blktests 00/15] nvme: prepare for ANA support
2024-10-29 8:31 UTC (41+ messages)
` [PATCH blktests 01/15] nvme/038: use nvme_trtype instead of hardcoding
` [PATCH blktests 02/15] nvme, md/001: make trtype argument to _create_nvmet_port() optional
` [PATCH blktests 03/15] nvme: sanitize transport parameter in _create_nvmet_port()
` [PATCH blktests 04/15] nvme: introduce wwnn/wwpn helper functions
` [PATCH blktests 05/15] nvme/{rc,002,016,017,030}: pass port ID to genctr "
` [PATCH blktests 06/15] nvme: fix fc port clean up failure
` [PATCH blktests 07/15] nvme: return error from _find_nvme_ns()
` [PATCH blktests 08/15] nvme: simplify _get_nvmet_ports()
` [PATCH blktests 09/15] nvme: check for controller device in _nvme_connect_subsys()
` [PATCH blktests 10/15] nvme: pass in port parameter to _nvme_connect_subsys()
` [PATCH blktests 11/15] common/nvme, nvme/003: add --no_port option to _nvme_connect_subsys
` [PATCH blktests 12/15] nvme: remove "local -n" from _get_nvmet_ports()
` [PATCH blktests 13/15] nvme: delete all namespaces in _remove_nvmet_subsystem()
` [PATCH blktests 14/15] common/nvme, nvme/{016,017,052}: improve _create_nvmet_ns()
` [PATCH blktests 15/15] nvme, md/001: support only long options for _create_nvmet_subsystem()
[PATCH] nvme-pci: qdepth 1 quirk
2024-10-29 7:41 UTC (4+ messages)
` [PATCH] nvme-pci: Remove O2 Queue Depth quirk
[PATCH] nvmet: make nvmet_wq visible in sysfs
2024-10-29 6:46 UTC (3+ messages)
[PATCH] nvmetcli: fix double ana groupid when save config
2024-10-29 3:43 UTC
[PATCH v4 00/11] Read/Write with meta/integrity
2024-10-29 2:24 UTC (8+ messages)
` [PATCH v4 04/11] block: define meta io descriptor
` [PATCH v4 11/11] scsi: add support for user-meta interface
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
2024-10-28 18:27 UTC (9+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map
[PATCH] nvme-pci: Force NVME_QUIRK_SIMPLE_SUSPEND on Qualcomm hosts
2024-10-28 13:15 UTC (9+ messages)
[PATCHv2 0/3] nvme: fix system fault observed while shutting down controller
2024-10-28 12:47 UTC (4+ messages)
` [PATCHv2 1/3] Revert "nvme: make keep-alive synchronous operation"
` [PATCHv2 2/3] nvme-fabrics: fix kernel crash while shutting down controller
` [PATCHv2 3/3] nvme: use helper nvme_ctrl_state in nvme_keep_alive_end_io function
[PATCH v19 0/2] Implement the NVMe reservation feature
2024-10-28 9:33 UTC (7+ messages)
` [PATCH v19 1/2] nvme: add reservation command's defines
` [PATCH v19 2/2] nvmet: support reservation feature
[linux-nvme:nvme-6.12] BUILD SUCCESS 81ea3e0bd1d46b626a946127c4f907340fdee615
2024-10-26 5:53 UTC
[PATCH] nvmet-auth: assign dh_key to NULL after kfree_sensitive
2024-10-25 14:51 UTC (3+ messages)
[PATCH v18 0/2] Implement the NVMe reservation feature
2024-10-25 14:12 UTC (5+ messages)
` [PATCH v18 1/2] nvme: add reservation command's defines
` [PATCH v18 2/2] nvmet: support reservation feature
[PATCHv8 0/6] write hints for nvme fdp
2024-10-25 12:20 UTC (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints
[PATCHv3] nvme: module parameter to disable pi with offsets
2024-10-24 19:08 UTC (6+ messages)
[linux-nvme:nvme-6.12] BUILD SUCCESS f54f0d0e2b1f74de85ff02013fa4886e4154aca5
2024-10-24 18:48 UTC (2+ messages)
[PATCHv2] nvme: module parameter to disable pi with offsets
2024-10-24 15:34 UTC (2+ messages)
[PATCH] nvme: module parameter to disable pi checks
2024-10-24 15:23 UTC (9+ messages)
[PATCH v17 0/2] Implement the NVMe reservation feature
2024-10-24 2:04 UTC (10+ messages)
` [PATCH v17 2/2] nvmet: support "
[PATCH v5] nvme: rename nvme_ns_has_pi() to nvme_ns_supports_pract()
2024-10-23 16:56 UTC
[PATCH v4] nvme: change nvme_ns_has_pi() to nvme_ns_supports_pract()
2024-10-23 16:33 UTC (8+ messages)
[PATCH AUTOSEL 6.1 07/17] nvme: disable CC.CRIME (NVME_CC_CRIME)
2024-10-23 14:31 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 15/17] nvme-multipath: defer partition scanning
` [PATCH AUTOSEL 6.1 17/17] nvme: make keep-alive synchronous operation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox