linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-29 07:31:58 to 2024-10-31 07:54:15 UTC [more...]

[PATCH blktests v2] nvme/{common/nvme, 051, 052}: introduce def_nsid
 2024-10-31  7:54 UTC  (2+ messages)

[PATCH] nvme-core: remove repeated wq flags
 2024-10-31  7:03 UTC  (4+ messages)

[PATCH v2] nvmet: make nvmet_wq visible in sysfs
 2024-10-31  7:00 UTC  (6+ messages)

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

[PATCH] nvmet: make nvmet_wq visible in sysfs
 2024-10-31  6:55 UTC  (15+ messages)

[PATCH] nvmetcli: fix double ana groupid when save config
 2024-10-31  2:37 UTC  (2+ messages)

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

[PATCH] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
 2024-10-31  0:22 UTC  (3+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-10-30 22:32 UTC  (42+ messages)
` [PATCHv10 1/9] block: use generic u16 for write hints
` [PATCHv10 2/9] block: introduce max_write_hints queue limit
` [PATCHv10 3/9] statx: add write hint information
` [PATCHv10 4/9] block: allow ability to limit partition write hints
` [PATCHv10 5/9] block, fs: add write hint to kiocb
` [PATCHv10 6/9] io_uring: enable per-io hinting capability
` [PATCHv10 7/9] block: export placement hint feature
` [PATCHv10 8/9] nvme: enable FDP support
` [PATCHv10 9/9] scsi: set permanent stream count in block limits

[PATCH blktests v2 00/13] nvme: prepare for ANA support
 2024-10-30 16:30 UTC  (23+ messages)
` [PATCH blktests v2 01/13] nvme/038: use nvme_trtype instead of hardcoding
` [PATCH blktests v2 02/13] nvme, md/001: make trtype argument to _create_nvmet_port() optional
` [PATCH blktests v2 03/13] nvme: sanitize transport parameter in _create_nvmet_port()
` [PATCH blktests v2 04/13] nvme: introduce wwnn/wwpn helper functions
` [PATCH blktests v2 05/13] nvme/{rc,002,016,017,030}: pass port ID to genctr "
` [PATCH blktests v2 06/13] nvme: fix fc port clean up failure
` [PATCH blktests v2 07/13] nvme: return error from _find_nvme_ns()
` [PATCH blktests v2 08/13] nvme: simplify _get_nvmet_ports()
` [PATCH blktests v2 09/13] nvme: check for controller device in _nvme_connect_subsys()
` [PATCH blktests v2 10/13] nvme: pass in port parameter to _nvme_connect_subsys()
` [PATCH blktests v2 11/13] common/nvme, nvme/003: specify "--port none" "
` [PATCH blktests v2 12/13] common/nvme, nvme/{016,017,052}: improve _create_nvmet_ns()
` [PATCH blktests v2 13/13] nvme, md/001: support only long options for _create_nvmet_subsystem()

[PATCH] blk-integrity: remove seed for user mapped buffers
 2024-10-30 14:01 UTC  (8+ messages)

[PATCHv3] nvme: module parameter to disable pi with offsets
 2024-10-30 14:18 UTC  (2+ messages)

[PATCH 0/3] nvme: fix system fault observed while shutting down controller
 2024-10-30 12:51 UTC  (16+ 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

[PATCH] nvme/{common/nvme, 051, 052}: introduce def_nsid
 2024-10-30 12:24 UTC  (6+ messages)

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

[PATCHv5 RFC 0/3] Add visibility for native NVMe multipath using sysfs
 2024-10-30 10:41 UTC  (4+ messages)
` [PATCHv5 RFC 1/3] nvme-multipah: Add visibility for round-robin io-policy
` [PATCHv5 RFC 2/3] nvme-multipath: Add visibility for numa io-policy
` [PATCHv5 RFC 3/3] nvme-multipath: Add visibility for queue-depth io-policy

[PATCH v2 0/2] nvme-fc: fix race with connectivity loss and nvme_fc_create_association
 2024-10-30  4:38 UTC  (4+ messages)
` [PATCH v2 1/2] nvme-fc: go straight to connecting state when initializing
` [PATCH v2 2/2] nvme: handle connectivity loss in nvme_set_queue_count

[linux-nvme:nvme-6.12] BUILD SUCCESS 2d89ef5c62fef1fbfc90a55f9e97aed8de0b3818
 2024-10-30  2:08 UTC 

[PATCH] nvme-pci: qdepth 1 quirk
 2024-10-29 19:18 UTC  (6+ messages)
` [PATCH] nvme-pci: Remove O2 Queue Depth quirk

[PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
 2024-10-29 16:48 UTC  (3+ messages)

nvme: machine check when running nvme subsystem-reset /dev/nvme0 against direct attach via PCIE slot
 2024-10-29 16:42 UTC  (5+ messages)

[PATCH v9 0/4] shut down devices asynchronously
 2024-10-29 15:32 UTC  (8+ messages)

[PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
 2024-10-29 15:11 UTC  (2+ messages)

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  (3+ messages)

[PATCHv9 0/7] write hints with nvme fdp, scsi streams
 2024-10-29 12:46 UTC  (3+ messages)
` [PATCHv9 5/7] io_uring: enable per-io hinting capability

[PATCH blktests 00/15] nvme: prepare for ANA support
 2024-10-29  8:31 UTC  (12+ messages)
` [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 00/18] Provide a new two step DMA mapping API
 2024-10-29  7:46 UTC  (5+ messages)
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).