Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-29 04:44:25 to 2025-09-09 07:35:11 UTC [more...]

[PATCH v2] nvme-auth: update sc_c in host response
 2025-09-09  6:43 UTC  (2+ messages)

[PATCH AUTOSEL 6.16-6.12] nvme: fix PI insert on write
 2025-09-09  0:30 UTC 

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-09-08 12:45 UTC  (32+ messages)
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 15/16] block-dma: properly take MMIO path
  ` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
  ` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH] nvme-auth: update sc_c in host response
 2025-09-08 15:09 UTC  (3+ messages)

[PATCH v8 00/12] blk: honor isolcpus configuration
 2025-09-08 13:05 UTC  (22+ messages)
` [PATCH v8 01/12] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v8 02/12] lib/group_cpus: remove dead !SMP code
` [PATCH v8 03/12] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v8 04/12] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v8 05/12] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v8 06/12] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v8 07/12] scsi: Use "
` [PATCH v8 08/12] virtio: blk/scsi: use "
` [PATCH v8 09/12] isolation: Introduce io_queue isolcpus type
` [PATCH v8 10/12] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v8 11/12] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v8 12/12] docs: add io_queue flag to isolcpus

[PATCH v2 0/2] Preclude IOCCSZ/IORCSZ validation for admin controller connect
 2025-09-08 12:57 UTC  (5+ messages)
` [PATCH v2 1/2] nvme-core: add method to check for an I/O controller
` [PATCH v2 2/2] nvme-core: do ioccsz/iorcsz validation only for I/O controllers

[PATCHv3 0/4] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-09-08 12:53 UTC  (6+ messages)
` [PATCHv3 1/4] nvme: support <device> option in "
` [PATCHv3 2/4] nvme: extend show-topology command to add support for multipath
` [PATCHv3 3/4] nvme: add common APIs for printing tabular format output
` [PATCHv3 4/4] nvme: add support for printing show-topology in tabular form

[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
 2025-09-05 16:50 UTC  (19+ messages)
` [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v5 13/16] mm/hmm: properly take MMIO path
` [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v5 15/16] block-dma: properly take MMIO path
` [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v5 0/4] Add support ANS2 NVMe on Apple A11
 2025-09-06  8:10 UTC  (2+ messages)
` (subset) "

[PATCH v1 0/1] Preclude IOCCSZ/IORCSZ validation for admin controller connect
 2025-09-05 22:14 UTC  (4+ messages)
` [PATCH v1 1/1] nvme-core: exclude ioccsz/iorcsz checks for admin ctrlr

[PATCH v2 0/4] address tls_alert_recv usage by NFS and NvME
 2025-09-05 16:10 UTC  (3+ messages)
` [PATCH v2 3/4] nvmet-tcp: fix handling of tls alerts

[PATCH v2 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-09-05 14:11 UTC  (15+ messages)
` [PATCH v2 1/7] net/handshake: Store the key serial number on completion
` [PATCH v2 2/7] net/handshake: Make handshake_req_cancel public
` [PATCH v2 3/7] net/handshake: Expose handshake_sk_destruct_req publically
` [PATCH v2 4/7] nvmet: Expose nvmet_stop_keep_alive_timer publically
` [PATCH v2 5/7] net/handshake: Support KeyUpdate message types
` [PATCH v2 6/7] nvme-tcp: Support KeyUpdate
` [PATCH v2 7/7] nvmet-tcp: "

[PATCH v7 00/10] blk: honor isolcpus configuration
 2025-09-05  7:41 UTC  (9+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 05/10] scsi: Use block layer helpers to constrain queue affinity

[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
 2025-09-04 22:52 UTC  (25+ messages)
` [PATCH 01/37] dt-bindings: arm: apple: Add t6020x compatibles
` [PATCH 02/37] dt-bindings: arm: apple: apple,pmgr: Add t6020-pmgr compatible
` [PATCH 08/37] pinctrl: apple: Add "apple,t8103-pinctrl" as compatible
` [PATCH 09/37] dt-bindings: pinctrl: apple,pinctrl: Add apple,t6020-pinctrl compatible
` [PATCH 10/37] dt-bindings: i2c: apple,i2c: Add apple,t6020-i2c compatible
` [PATCH 29/37] ASoC: apple: mca: Add "apple,t8103-mca" compatible
` [PATCH 30/37] ASoC: dt-bindings: apple,mca: Add t6020-mca compatible

[GIT PULL] nvme fix for 6.17
 2025-09-04 23:21 UTC  (2+ messages)

[PATCH v3 0/9] Add support ANS2 NVMe on Apple A11
 2025-09-04 19:30 UTC  (7+ messages)
` [PATCH v3 7/9] nvme: apple: Add Apple A11 support

[PATCHv3 0/4] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-09-04 17:56 UTC 

Rekrutacja handlowca
 2025-09-04  8:00 UTC 

Proszę o kontakt
 2025-09-04  7:51 UTC 

Karta lunchowa
 2025-09-04  7:50 UTC 

[linux-nvme:nvme-6.18] BUILD SUCCESS 34585dc649fb255b40075dab56af063c1bfc9933
 2025-09-03 21:22 UTC 

[PATCHv3 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-09-03 19:33 UTC  (3+ messages)
` [PATCHv3 1/2] blk-integrity: enable p2p source and destination
` [PATCHv3 2/2] blk-mq-dma: bring back p2p request flags

[linux-nvme:nvme-6.17] BUILD SUCCESS 7ac3c2889bc060c3f67cf44df0dbb093a835c176
 2025-09-03 18:38 UTC 

[PATCHv2 0/4] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-09-03 12:19 UTC  (14+ messages)
` [PATCHv2 2/4] nvme: extend show-topology command to add support for multipath

[PATCHv2 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-09-03 11:02 UTC  (7+ messages)
` [PATCHv2 1/2] blk-integrity: enable p2p source and destination
` [PATCHv2 2/2] blk-mq-dma: bring back p2p request flags

[PATCH v3 0/4] nvme-fc: fix blktests nvme/041
 2025-09-03  7:45 UTC  (11+ messages)
` [PATCH v3 1/4] nvme-fabrics: introduce ref-counting for nvmf_ctrl_options
` [PATCH v3 2/4] nvme-fc: reorganize ctrl ref-counting and cleanup code
` [PATCH v3 3/4] nvme-fc: refactore nvme_fc_reconnect_or_delete
` [PATCH v3 4/4] nvme-fc: wait for initial connect attempt to finish

[PATCH] nvme: Use non zero KATO for persistent discovery connections
 2025-09-03  0:00 UTC  (4+ messages)

[PATCH v2] nvme: fix PI insert on write
 2025-09-02 19:22 UTC  (2+ messages)

[PATCH 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-09-02 14:57 UTC  (9+ messages)
` [PATCH 1/2] blk-integrity: enable p2p source and destination
` [PATCH 2/2] blk-mq-dma: bring back p2p request flags

[PATCH] nvmet-fcloop: call done callback even when remote port is gone
 2025-09-02 13:23 UTC  (3+ messages)

[PATCH v3 0/4] nvmet-fc: fixes for blktests tests
 2025-09-02 10:27 UTC  (6+ messages)
` [PATCH v3 1/4] nvmet-fc: move lsop put work to nvmet_fc_ls_req_op
` [PATCH v3 2/4] nvmet-fc: avoid scheduling association deletion twice
` [PATCH v3 3/4] nvmet-fcloop: call done callback even when remote port is gone
` [PATCH v3 4/4] nvme-fc: use lock accessing port_state and rport state

[PATCH v2 0/2] nvmet-fc: fixes for blktests tests
 2025-09-02  8:55 UTC  (4+ messages)
` [PATCH v2 1/2] nvmet-fc: move lsop put work to nvmet_fc_ls_req_op
` [PATCH v2 2/2] nvmet-fc: avoid scheduling association deletion twice

blktests failures with v6.17-rc1 kernel
 2025-09-02  7:44 UTC  (9+ messages)

[PATCHv3 0/2] block+nvme: reducing virtual boundary mask reliance
 2025-09-02  5:36 UTC  (11+ messages)
` [PATCHv3 1/2] block: accumulate segment page gaps per bio

xls
 2025-08-30 18:21 UTC 

New Sales Model
 2025-08-29  8:00 UTC 

[PATCH v2 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-29  7:44 UTC  (5+ messages)
` [PATCH v2 3/9] dt-bindings: iommu: apple,sart: Add "

[PATCH 34/37] arm64: dts: apple: Add initial t6020/t6021/t6022 DTs
 2025-08-28 16:00 UTC  (3+ messages)


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