Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-06 20:45:13 to 2026-05-12 16:43:27 UTC [more...]

[PATCH v5 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 16:42 UTC  (10+ messages)
` [PATCH v5 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v5 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v5 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v5 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v5 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v5 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v5 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v5 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v5 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 14:06 UTC  (15+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v4 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v4 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH] nvme/tcp: release socket on sock_alloc_file() failure
 2026-05-12 14:04 UTC  (2+ messages)

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-12  9:30 UTC  (7+ messages)

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-05-12  9:07 UTC  (4+ messages)

[PATCH] nvme: make providing NGUID as UUID usage less scary
 2026-05-12  6:02 UTC  (12+ messages)
` [PATCH V2] "
` [PATCH RFC V2 RESEND] "

[linux-nvme:nvme-7.1 5/7] drivers/nvme/target/tcp.c:1325:46: sparse: sparse: incorrect type in assignment (different base types)
 2026-05-12  0:49 UTC 

[PATCH v2] nvme/tcp: handle rejected keys for secure concatenation
 2026-05-11 23:45 UTC 

[PATCH] nvme/tcp: handle rejected keys for secure concatnation
 2026-05-11 23:12 UTC  (3+ messages)

[ANNOUNCE] ktls-utils 1.3.1
 2026-05-11 19:35 UTC 

[PATCH 0/7] NOT FOR MERGE nvmet code to exercise CCR/CQT
 2026-05-11 19:14 UTC  (3+ messages)

[PATCH V4 0/9] nvme: Refactor and expose per-controller timeout configuration
 2026-05-11 17:10 UTC  (46+ messages)
` [PATCH V4 1/9] nvme: Let the blocklayer set timeouts for requests
` [PATCH V4 2/9] nvme: add sysfs attribute to change admin timeout per nvme controller
` [PATCH V4 3/9] nvme: fix race condition between connected uevent and STARTED_ONCE flag
` [PATCH V4 4/9] nvme: pci: use admin queue timeout over NVME_ADMIN_TIMEOUT
` [PATCH V4 5/9] nvme: add sysfs attribute to change IO timeout per controller
` [PATCH V4 6/9] nvme: use per controller timeout waits over depending on global default
` [PATCH V4 7/9] nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrl
` [PATCH V4 8/9] nvmet-loop: do not alloc admin tag set during reset
` [PATCH V4 9/9] nvme-core: warn on allocating admin tag set with existing queue

The wrong usage of NVME_QUIRK_IGNORE_DEV_SUBNQN
 2026-05-11 15:01 UTC  (5+ messages)
  ` [PATCH] Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"

[PATCH] nvmet-tcp: Fix potential UAF when ddgst mismatch
 2026-05-11 14:59 UTC  (3+ messages)

[PATCH 0/7] nvme-cli: add nvme top command for real-time monitoring
 2026-05-11 14:04 UTC  (7+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-05-11 12:27 UTC  (2+ messages)

[PATCHv2 0/7] nvme-cli: add nvme top command for real-time monitoring
 2026-05-11 11:55 UTC  (8+ messages)
` [PATCHv2 1/7] nvme: add support for unsigned and long types in table_get_value_width()
` [PATCHv2 2/7] nvme: use table_get_value_width() in table_print_centered()
` [PATCHv2 3/7] nvme: add support for float and double types in table_print_XXX()
` [PATCHv2 4/7] nvme: allow table output to be directed to a FILE stream
` [PATCHv2 5/7] nvme: add sigaction for SIGWINCH
` [PATCHv2 6/7] nvme: add generic top-like dashboard framework
` [PATCHv2 7/7] nvme: add nvme top command

[PATCH] nvme: use str_enabled_disabled() for digest mismatch messages
 2026-05-11  8:14 UTC  (4+ messages)

[PATCH v2] nvmet-tcp: set a default MDTS of 2 MiB for TCP transport
 2026-05-11  8:04 UTC  (6+ messages)
` [PATCH v3] nvmet-tcp: set and enforce a default MDTS "

[PATCH blktests v3] nvme/068: add a test for multipath delayed removal
 2026-05-11  7:51 UTC  (2+ messages)

[PATCH v2 00/13] libmultipath: a generic multipath lib for block drivers
 2026-05-11  7:30 UTC  (3+ messages)

[PATCH 1/4] PCI: Introduce an API to check if RC/platform can retain device context during suspend
 2026-05-11  5:15 UTC  (3+ messages)

[PATCH] nvme: fix bio leak on mapping failure
 2026-05-10 22:21 UTC  (4+ messages)

[PATCH] nvme: make prp passthrough usage less scary
 2026-05-10 22:20 UTC  (5+ messages)

[PATCH V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-05-10 21:17 UTC  (7+ messages)
` [PATCH V3 1/3] block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting devices
` [PATCH V3 2/3] md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID device
` [PATCH V3 3/3] nvme-multipath: enable PCI P2PDMA for multipath devices

[PATCH] nvme: reserve a keep-alive admin tag for all transports
 2026-05-10 20:53 UTC  (7+ messages)

[ANNOUNCE] ktls 1.4.0
 2026-05-09 17:04 UTC 

[PATCH V3 0/8] nvme: Refactor and expose per-controller timeout configuration
 2026-05-08  6:14 UTC  (6+ messages)
` [PATCH V3 7/8] nvmet-loop: do not alloc admin tag set during reset

[PATCH] nbft: use the correct interfaces for NBFT connections
 2026-05-07 20:23 UTC 

[PATCH RFC 1/2] nvme: downgrade WARN in nvme_setup_rw to pr_debug
 2026-05-07 18:12 UTC  (6+ messages)
` [PATCH RFC 2/2] nvme: set integrity metadata size for EXT_LBAS non-PI namespace

[PATCH] fabrics: fix NULL dereference in nvmf_update_tls_concat
 2026-05-07 17:29 UTC  (2+ messages)

[PATCH RFC] nvme-multipath: optimize path selection in queue-depth policy
 2026-05-06 14:15 UTC 

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-05-05 20:55 UTC  (10+ messages)
` [PATCH v12 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v12 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v12 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v12 06/13] nvme-pci: use block layer helpers to constrain queue affinity

[PATCH] nvme: skip I/O Command Set specific Identify Controller on pre-2.0 devices
 2026-05-06 20:50 UTC  (4+ messages)


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