Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-03 00:44:59 to 2025-09-15 15:54:37 UTC [more...]

[PATCH v3 0/4] nvmet-fc: fixes for blktests tests
 2025-09-15 15:54 UTC  (3+ messages)

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

[PATCH] nvme-auth: update bi_directional flag
 2025-09-15 12:20 UTC  (2+ messages)

[PATCH v2 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-09-15 11:44 UTC  (16+ 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 v2 0/5] lib/base64: add generic encoder/decoder, migrate users
 2025-09-15 11:02 UTC  (27+ messages)
` [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
` [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
` [PATCH v2 3/5] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
` [PATCH v2 5/5] ceph: replace local base64 encode/decode "

Increase maxsize of io_queue_depth for nvme driver?
 2025-09-14 14:31 UTC  (2+ messages)

[PATCH v2] nvmet: pci-epf: fix DMA channel debug print
 2025-09-13  6:58 UTC  (2+ messages)

[PATCH] nvmet: pci-epf: fix DMA channel debug print
 2025-09-13  6:32 UTC  (3+ messages)

[PATCH 1/2] nvme: check duplicate unique identifiers in order
 2025-09-12 20:32 UTC  (10+ messages)

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

[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
 2025-09-12  9:31 UTC  (10+ messages)
` [PATCH 10/37] dt-bindings: i2c: apple,i2c: Add apple,t6020-i2c compatible
` [PATCH 20/37] dt-bindings: pwm: apple,s5l-fpwm: Add t6020-fpwm compatible

[PATCH v8 00/12] blk: honor isolcpus configuration
 2025-09-12 14:31 UTC  (27+ 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 RFC] nvme-tcp: Implement recvmsg() receive flow
 2025-09-12 11:58 UTC 

[PATCH] nvme-tcp: send only permitted commands for secure concat
 2025-09-11 13:07 UTC  (3+ messages)

[PATCH v2 5/5] ceph: replace local base64 encode/decode with generic lib/base64 helpers
 2025-09-11  7:33 UTC 

[PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
 2025-09-11  7:32 UTC 

[PATCH v2 3/5] lib: add KUnit tests for base64 encoding/decoding
 2025-09-11  7:32 UTC 

[PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
 2025-09-11  7:32 UTC 

Zatrudnienie nowej osoby
 2025-09-10  7:35 UTC 

[PATCH] nvmet: pci-epf: Move DMA initialization to EPC init callback
 2025-09-10  1:07 UTC  (2+ messages)

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

[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  (13+ messages)
  ` [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 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 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

[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 

[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  (6+ messages)
` [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  (4+ messages)
` [PATCH v3 4/4] nvme-fc: wait for initial connect attempt to finish

[PATCH v3 2/4] nvme-fc: reorganize ctrl ref-counting and cleanup code
 2025-09-03  7:34 UTC  (3+ messages)

[PATCH] nvme: Use non zero KATO for persistent discovery connections
 2025-09-03  0: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