linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-09 14:16:15 to 2024-09-13 12:36:13 UTC [more...]

[PATCHv4 00/10] block integrity merging and counting
 2024-09-13 12:35 UTC  (31+ messages)
` [PATCHv4 01/10] blk-mq: unconditional nr_integrity_segments
` [PATCHv4 02/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv4 03/10] blk-integrity: properly account for segments
` [PATCHv4 04/10] blk-integrity: consider entire bio list for merging
` [PATCHv4 05/10] block: provide a request helper for user integrity segments
` [PATCHv4 06/10] block: provide helper for nr_integrity_segments
` [PATCHv4 07/10] scsi: use request helper to get integrity segments
` [PATCHv4 08/10] nvme-rdma: "
` [PATCHv4 09/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv4 10/10] blk-integrity: improved sg segment mapping

[PATCH 0/7] nvmet: support of Fused operations
 2024-09-13 11:20 UTC  (10+ messages)
` [PATCH 1/7] nvmet: add support of Compare command
` [PATCH 2/7] nvmet: bdev: "
` [PATCH 3/7] nvmet: file: "
` [PATCH 4/7] Revert "nvmet: Open code nvmet_req_execute()"
` [PATCH 5/7] nvmet: add support of fused operations
` [PATCH 6/7] nvmet: make fused commands be atomic
` [PATCH 7/7] nvme: allow send fused commands

[PATCH RFC 0/4] RAID0 atomic write support
 2024-09-13  8:36 UTC  (18+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support

[PATCH v5 0/5] data placement hints and FDP
 2024-09-13  8:06 UTC  (21+ messages)
  ` [PATCH v5 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v5 2/5] fcntl: rename rw_hint_* to rw_lifetime_hint_*
  ` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
  ` [PATCH v5 4/5] sd: limit to use write life hints
  ` [PATCH v5 5/5] nvme: enable FDP support

[PATCH 0/6] EDITME: blk: refactor queue affinity helpers
 2024-09-13  7:42 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH 3/6] scsi: hisi_sas: "
` [PATCH 4/6] nvme: "
` [PATCH 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH 6/6] blk-mq: remove unused queue mapping helpers

[PATCH] nvme: Force ns info updates on validation if NID is bogus
 2024-09-13  2:18 UTC  (4+ messages)

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-09-13  2:06 UTC  (12+ messages)
  ` [PATCH v3 09/10] nvme: add handling for app_tag
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags

[PATCH] nvme-pci: qdepth 1 quirk
 2024-09-12 16:30 UTC  (3+ messages)

[PATCH v8 0/4] shut down devices asynchronously
 2024-09-12 16:20 UTC  (8+ messages)
` [PATCH v8 3/4] driver core: "

[PATCH 0/3] nvme: NSHEAD_DISK_LIVE fixes
 2024-09-12 14:30 UTC  (9+ messages)
` [PATCH 1/3] nvme-multipath: fixup typo when clearing DISK_LIVE
` [PATCH 2/3] nvme-multipath: avoid hang on inaccessible namespaces
` [PATCH 3/3] nvme-multipath: stuck partition scan on inaccessible paths

[PATCH] nvme: tcp: avoid race between lock and destroy of queue_lock
 2024-09-12 13:28 UTC  (5+ messages)

[RFC v2 00/21] Provide a new two step DMA API mapping API
 2024-09-12 11:15 UTC  (22+ messages)
` [RFC v2 01/21] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC v2 02/21] iommu/dma: Implement link/unlink ranges callbacks
` [RFC v2 03/21] iommu/dma: Add check if IOVA can be used
` [RFC v2 04/21] dma-mapping: initialize IOVA state struct
` [RFC v2 05/21] dma-mapping: provide an interface to allocate IOVA
` [RFC v2 06/21] dma-mapping: set and query DMA IOVA state
` [RFC v2 07/21] dma-mapping: implement link range API
` [RFC v2 08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC v2 09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC v2 10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC v2 11/21] RDMA/umem: Store ODP access mask information in PFN
` [RFC v2 12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC v2 13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC v2 14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC v2 15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC v2 16/21] vfio/mlx5: Explicitly store page list
` [RFC v2 17/21] vfio/mlx5: Convert vfio to use DMA link API
` [RFC v2 18/21] nvme-pci: remove optimizations for single DMA entry
` [RFC v2 19/21] nvme-pci: precalculate number of DMA entries for each command
` [RFC v2 20/21] nvme-pci: use new dma API
` [RFC v2 21/21] nvme-pci: don't allow mapping of bvecs with offset

[PATCH RFC V2 0/7] Support for Cancel commands for host (TCP and RDMA)
 2024-09-12  8:15 UTC  (8+ messages)
` [PATCH RFC V2 1/7] nvme: add definitions for cancel command
` [PATCH RFC V2 2/7] nvme-core: function to check if a controller supports a specific I/O cmd
` [PATCH RFC V2 3/7] nvme-core: reserve tags for cancel commands
` [PATCH RFC V2 4/7] nvme-core: add a function to submit a cancel command
` [PATCH RFC V2 5/7] nvme-tcp: use the cancel command to perform an abort if target supports it
` [PATCH RFC V2 6/7] nvme-rdma: "
` [PATCH RFC V2 7/7] nvmet: emulate basic support for cancel commands

[PATCHv3 00/10] block integrity merging and counting
 2024-09-12  7:01 UTC  (32+ messages)
` [PATCHv3 01/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv3 02/10] block: provide helper for nr_integrity_segments
` [PATCHv3 03/10] scsi: use request helper to get integrity segments
` [PATCHv3 04/10] nvme-rdma: "
` [PATCHv3 05/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv3 06/10] blk-integrity: simplify counting segments
` [PATCHv3 07/10] blk-integrity: simplify mapping sg
` [PATCHv3 08/10] blk-integrity: remove inappropriate limit checks
` [PATCHv3 09/10] blk-integrity: consider entire bio list for merging
` [PATCHv3 10/10] blk-merge: properly account for integrity segments

possible regression fs corruption on 64GB nvme
 2024-09-11 17:17 UTC  (13+ messages)

[linux-nvme:nvme-6.12] BUILD SUCCESS 2d5a333e09c388189238291577e443221baacba0
 2024-09-11 13:52 UTC 

[PATCHv6 0/3] nvme: NSHEAD_DISK_LIVE fixes
 2024-09-11 12:04 UTC  (6+ messages)
` [PATCH 1/3] nvme-multipath: fixup typo when clearing DISK_LIVE
` [PATCH 2/3] nvme-multipath: avoid hang on inaccessible namespaces
` [PATCH 3/3] nvme-multipath: skip inaccessible paths during partition scan

Steel Structures
 2024-09-11  8:00 UTC 

[PATCHv4 RFC 0/1] Add visibility for native NVMe multipath using sysfs
 2024-09-11  6:26 UTC  (2+ messages)
` [PATCHv4 RFC 1/1] nvme-multipath: Add sysfs attributes for showing multipath info

[PATCH] Typo in the file 'feature-and-quirk-policy.rst'
 2024-09-10 21:45 UTC  (6+ messages)
  ` [PATCH v2] Remove duplicate "and" in 'Linux NVMe docs

[PATCH] nvme-tcp: fix link failure for TCP auth
 2024-09-10 14:43 UTC  (3+ messages)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-09-10  9:25 UTC  (4+ messages)
  ` [PATCH v4 5/5] nvme: enable FDP support

[PATCHv5 0/3] nvme: NSHEAD_DISK_LIVE fixes
 2024-09-10  8:23 UTC  (4+ messages)
` [PATCH 3/3] nvme: 'nvme disconnect' hangs after remapping namespaces

[PATCHv3 RFC 0/1] Add visibility for native NVMe multipath using sysfs
 2024-09-10  7:28 UTC  (5+ messages)
` [PATCHv3 RFC 1/1] nvme-multipath: Add sysfs attributes for showing multipath info

test [IGNORE ME]
 2024-09-09 14:14 UTC 


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