public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-04-07 09:09:33 to 2022-04-12 10:31:59 UTC [more...]

PCIE ASPM-related trouble with S0ix on Thinkpad X1 (NVME-related?)
 2022-04-12 10:31 UTC  (2+ messages)

quirk broken namespace identifiers
 2022-04-12 10:25 UTC  (11+ messages)
` [PATCH 1/3] nvme: add a quirk to disable "
` [PATCH 2/3] nvme-pci: disable namespace identifiers for the MAXIO MAP1202
` [PATCH 3/3] nvme-pci: disable namespace identifiers for Qemu controllers

[ANNOUNCE] libnvme v1.0 and nvme-cli v2.0
 2022-04-12  8:04 UTC 

Wycena paneli fotowoltaicznych
 2022-04-12  7:56 UTC 

[PATCH] fix: nvme_update_ns_info method should be called even if nvme_ms_ids_equal return false
 2022-04-12  6:34 UTC  (17+ messages)

[PATCH 0/3] nvme: fix internal passthru error messages
 2022-04-11 23:51 UTC  (18+ messages)
` [PATCH 1/3] nvmet: handle admin default command set identifier
` [PATCH 2/3] nvme-core: don't check non-mdts for disc ctrl
` [PATCH 3/3] nvme-core: mark internal passthru req REQ_QUIET

[PATCH] nvme-core: mark passthru requests RQF_QUIET flag
 2022-04-11 21:39 UTC  (22+ messages)

use block_device based APIs in block layer consumers
 2022-04-11 18:24 UTC  (15+ messages)
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "

use block_device based APIs in block layer consumers v2
 2022-04-11 17:25 UTC  (38+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
  ` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] nvme/pci: default to simple suspend
 2022-04-11 13:58 UTC  (2+ messages)

[PATCHv5 0/3] nvmet: unique discovery subsystems
 2022-04-11 12:27 UTC  (11+ messages)
` [PATCH 1/3] nvmet: make the subsystem type configurable
` [PATCH 2/3] nvmet: per-port discovery subsystem
` [PATCH 3/3] nvmet: include all configured ports in the discovery log page

[PATCH] nvme-tcp: handle failing req immediately for REQ_FAILFAST_DRIVER
 2022-04-11 11:22 UTC  (10+ messages)

properly validate the nvme uniqueue identifiers are unique v2
 2022-04-11  6:11 UTC  (12+ messages)
` [PATCH 4/4] nvme: check that EUI/GUID/UUID are globally unique

[PATCH 0/3] nvme: fix internal passthru error messages
 2022-04-11  3:14 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
 2022-04-08 21:04 UTC 

[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
 2022-04-08 16:45 UTC  (11+ messages)

[PATCHv4 0/3] nvmet: unique discovery subsystems
 2022-04-08  5:48 UTC  (18+ messages)
` [PATCH 1/3] nvmet: make the subsystem type configurable
` [PATCH 2/3] nvmet: per-port discovery subsystem
` [PATCH 3/3] nvmet: include all configured ports in the discovery log page

[PATCH 0/2] nvmet: handle missing cns and csi values
 2022-04-08  5:45 UTC  (5+ messages)
` [PATCH 1/2] nvmet: handle admin default command set identifier
` [PATCH 2/2] nvmet: handle disc "

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-04-07 15:47 UTC  (22+ messages)
` [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v6 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v6 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v6 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v6 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v6 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v6 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v6 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v6 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v6 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v6 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v6 16/21] block: add check when merging zone device pages
` [PATCH v6 17/21] lib/scatterlist: "
` [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace

[PATCHv3 0/3] nvmet: unique discovery subsystem
 2022-04-07 10:13 UTC  (4+ messages)
` [PATCH 2/3] nvmet: expose discovery subsystems


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