Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-11 11:27:06 to 2026-05-14 16:59:40 UTC [more...]

[PATCH V5 0/7] nvme: Refactor and expose per-controller timeout configuration
 2026-05-14 16:59 UTC  (9+ messages)
` [PATCH V5 1/7] nvme: Let the blocklayer set timeouts for requests
` [PATCH V5 2/7] nvme: remove redundant timeout argument from nvme_wait_freeze_timeout
` [PATCH V5 3/7] nvme: add sysfs attribute to change admin timeout per nvme controller
` [PATCH V5 4/7] nvme: add sysfs attribute to change IO timeout per controller
` [PATCH V5 5/7] nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrl
` [PATCH V5 6/7] nvmet-loop: do not alloc admin tag set during reset
` [PATCH V5 7/7] nvme-core: warn on allocating admin tag set with existing queue

[PATCH] nvme-pci: serialize polling interrupt queue with shutdown
 2026-05-14 14:45 UTC 

[PATCH v2] nvme-apple: Reset q->sq_tail during queue init
 2026-05-14 14:40 UTC  (3+ messages)

[PATCH] Fix race bug in nvme_poll_irqdisable()
 2026-05-14 14:22 UTC  (4+ messages)

[PATCH] nvme-apple: Reset q->sq_tail during queue init
 2026-05-14 13:02 UTC  (2+ messages)

[PATCH] nvme: nvme-fc: Fix nvme_fc_create_hw_io_queues() queue deletion in error path
 2026-05-13 21:48 UTC  (2+ messages)

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

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

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-13 13:29 UTC  (26+ messages)
` [PATCH v3 01/10] file: add callback for creating long-term dmabuf maps
` [PATCH v3 02/10] iov_iter: add iterator type for "
` [PATCH v3 03/10] block: move bvec init into __bio_clone
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests

[PATCH V4 0/9] nvme: Refactor and expose per-controller timeout configuration
 2026-05-13 13:00 UTC  (19+ messages)
` [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 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

[LSF/MM/BPF TOPIC] NVMe over MPTCP: Multi-Fold Acceleration for NVMe over TCP in Multi-NIC Environments
 2026-05-13 10:04 UTC  (5+ messages)

[PATCH] nvme: use DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE for multipath_sysfs
 2026-05-13  9:50 UTC 

[PATCH v2] nvme/tcp: handle rejected keys for secure concatenation
 2026-05-13  8:37 UTC  (3+ messages)

[PATCH v3 0/6] block: fix integrity offset/length conversions
 2026-05-13  2:51 UTC  (8+ messages)

[PATCH] nvme/tcp: release socket on sock_alloc_file() failure
 2026-05-12 22:03 UTC  (3+ messages)

[PATCH v4 00/15] TP8028 Rapid Path Failure Recovery
 2026-05-12 22:02 UTC  (3+ messages)

[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  (13+ 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 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  (9+ messages)
` [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] nvme/tcp: handle rejected keys for secure concatnation
 2026-05-11 23:12 UTC  (2+ 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)

The wrong usage of NVME_QUIRK_IGNORE_DEV_SUBNQN
 2026-05-11 15:01 UTC  (4+ 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  (2+ messages)

[PATCH 0/7] nvme-cli: add nvme top command for real-time monitoring
 2026-05-11 14:04 UTC  (5+ 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


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