Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 11:11:39 to 2026-05-10 21:17:06 UTC [more...]

[PATCH V3 0/2] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-05-10 21:16 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] nvme: reserve a keep-alive admin tag for all transports
 2026-05-10 20:53 UTC  (7+ messages)

[PATCH] nvmet-tcp: bound sgl->length check in nvmet_tcp_map_data()
 2026-05-10 20:42 UTC  (6+ messages)
` [PATCH v2] nvmet-tcp: set a default MDTS of 2 MiB for TCP transport
    ` [PATCH v3] nvmet-tcp: set and enforce a default MDTS "

[PATCH] nvmet-tcp: Fix potential UAF when ddgst mismatch
 2026-05-10 20:30 UTC 

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

[PATCH V4 0/9] nvme: Refactor and expose per-controller timeout configuration
 2026-05-08 17:09 UTC  (14+ 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-08 10:11 UTC  (4+ messages)
  ` [PATCH] Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"

[PATCH] nvme: use str_enabled_disabled() for digest mismatch messages
 2026-05-08  9:47 UTC  (3+ messages)

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

[PATCH] nvme: make providing NGUID as UUID usage less scary
 2026-05-07 23:33 UTC  (2+ messages)
` [PATCH V2] "

[PATCH 1/4] PCI: Introduce an API to check if RC/platform can retain device context during suspend
 2026-05-07 23:02 UTC  (2+ messages)

[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] nvme: make prp passthrough usage less scary
 2026-05-07 16:33 UTC  (4+ messages)

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

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

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-07  9:50 UTC  (20+ 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 v3 08/10] io_uring/rsrc: introduce buf registration structure
` [PATCH v3 09/10] io_uring/rsrc: extend buffer update
` [PATCH v3 10/10] io_uring/rsrc: add dmabuf backed registered buffers

[PATCH] nvme: fix bio leak on mapping failure
 2026-05-07  6:42 UTC  (3+ messages)

[PATCH RFC] nvme-multipath: optimize path selection in queue-depth policy
 2026-05-06 14:45 UTC  (2+ messages)

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-05-05 20:55 UTC  (22+ messages)
` [PATCH v12 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v12 02/13] lib/group_cpus: remove dead !SMP code
` [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 v12 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled

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

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-06 20:44 UTC  (10+ 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 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [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 3/3] nvme-pci: add quirks for Lexar SSD NM620 512GB (1e4b:1202)
 2026-05-06 13:26 UTC  (2+ messages)

Non-SGL transport mode warnings are set to dev_warn_once will cause confusion
 2026-05-06  4:10 UTC  (4+ messages)

[PATCH AUTOSEL 7.0-6.1] nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error path
 2026-05-05  9:51 UTC  (7+ messages)
` [PATCH AUTOSEL 7.0-5.10] nvme: add missing MODULE_ALIAS for fabrics transports
` [PATCH AUTOSEL 7.0-5.10] nvme-core: fix parameter name in comment
` [PATCH AUTOSEL 7.0-5.10] nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808 (Samsung PM981/983/970 EVO Plus )
` [PATCH AUTOSEL 7.0-6.18] nvmet-tcp: Don't clear tls_key when freeing sq
` [PATCH AUTOSEL 7.0-6.12] nvme-tcp: teardown circular locking fixes
` [PATCH AUTOSEL 7.0-6.18] nvme-multipath: put module reference when delayed removal work is canceled

[PATCH v3 0/6] block: fix integrity offset/length conversions
 2026-05-04 17:55 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-05-01 14:33 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Implementation of Cross-controller reset/Time-based recovery (CQT) in the linux nvme driver
 2026-04-30 23:45 UTC  (2+ messages)

[PATCH 0/7] NOT FOR MERGE nvmet code to exercise CCR/CQT
 2026-04-30 23:29 UTC  (8+ messages)
` [PATCH 1/7] fixup: nvme fix CCR command
` [PATCH 2/7] nvmet: put all nvmet_req.execute calls behind a function name
` [PATCH 3/7] nvmet: add delay debugfs file to nvmet_ctrl
` [PATCH 4/7] nvmet: delay requests
` [PATCH 5/7] nvmet: Added debugfs fatal opcode
` [PATCH 6/7] nvmet: kill nvme controller when fatal opcode is received
` [PATCH 7/7] Force CCR operation to fail

[LSF/MM/BPF TOPIC] demo Linux nvme initiator driver stretched and dispersed subsystems
 2026-04-30 17:02 UTC  (3+ messages)

[PATCH] nvmet-auth: Do not print DH-HMAC-CHAP secrets
 2026-04-30 13:32 UTC  (2+ messages)

[PATCH v6] nvme: Skip trace complete_rq on host path error
 2026-04-30 11:10 UTC  (6+ messages)

[PATCH blktests v3] nvme/068: add a test for multipath delayed removal
 2026-04-30  8:46 UTC 

[kasan bug] slab-use-after-free in nvmet_find_get_subsys
 2026-04-29 14:50 UTC 

[PATCH v3 0/2] scan_work improvement
 2026-04-29 12:49 UTC  (6+ messages)
` [PATCH v3 2/2] nvme: initialize known effects to set ns_mgmt NCC and ns_attach NIC

[PATCH] nvme-pci: fix use-after-free in nvme_free_host_mem()
 2026-04-29  8:11 UTC 

[PATCH RFC 0/5] nvme: Controller Data Queue (CDQ) support
 2026-04-28 20:13 UTC  (8+ messages)

[PATCH blktests] nvme/068: add a test for multipath delayed removal
 2026-04-28 12:42 UTC  (4+ messages)

[PATCH v2 00/18] Native SCSI multipath support
 2026-04-28 11:14 UTC  (19+ messages)
` [PATCH v2 01/18] scsi-multipath: introduce basic SCSI device support
` [PATCH v2 02/18] scsi-multipath: introduce scsi_device head structure
` [PATCH v2 03/18] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v2 04/18] scsi-multipath: support iopolicy
` [PATCH v2 05/18] scsi-multipath: clone each bio
` [PATCH v2 06/18] scsi-multipath: clear path when decide is blocked
` [PATCH v2 07/18] scsi-multipath: failover handling
` [PATCH v2 08/18] scsi-multipath: provide callbacks for path state
` [PATCH v2 09/18] scsi-multipath: add scsi_mpath_get_nr_active()
` [PATCH v2 10/18] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v2 11/18] scsi-multipath: block PR commands
` [PATCH v2 12/18] scsi-multipath: add delayed disk removal support
` [PATCH v2 13/18] scsi: sd: add multipath disk class
` [PATCH v2 14/18] scsi: sd: support multipath disk
` [PATCH v2 15/18] scsi: sd: add multipath disk attr groups
` [PATCH v2 16/18] scsi: sd: add mpath_dev file
` [PATCH v2 17/18] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v2 18/18] scsi: sd: add mpath_queue_depth "

[PATCH v2 00/13] nvme: switch to libmultipath
 2026-04-28 11:12 UTC  (14+ messages)
` [PATCH v2 01/13] nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()
` [PATCH v2 02/13] nvme-multipath: add initial support for using libmultipath
` [PATCH v2 03/13] nvme-multipath: add nvme_mpath_available_path()
` [PATCH v2 04/13] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH v2 05/13] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH v2 06/13] nvme-multipath: add nvme_mpath_cdev_ioctl()
` [PATCH v2 07/13] nvme-multipath: add uring_cmd support
` [PATCH v2 08/13] nvme-multipath: add nvme_mpath_get_iopolicy()
` [PATCH v2 09/13] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH v2 10/13] nvme-multipath: add nvme_{add,delete}_ns()
` [PATCH v2 11/13] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH v2 12/13] nvme-multipath: add nvme_mpath_get_nr_active()
` [PATCH v2 13/13] nvme-multipath: switch to use libmultipath

[PATCH v2 00/13] libmultipath: a generic multipath lib for block drivers
 2026-04-28 11:11 UTC  (14+ messages)
` [PATCH v2 01/13] libmultipath: Add initial framework
` [PATCH v2 02/13] libmultipath: Add basic gendisk support
` [PATCH v2 03/13] libmultipath: Add path selection support
` [PATCH v2 04/13] libmultipath: Add bio handling
` [PATCH v2 05/13] libmultipath: Add support for mpath_device management
` [PATCH v2 06/13] libmultipath: Add cdev support
` [PATCH v2 07/13] libmultipath: Add delayed removal support
` [PATCH v2 08/13] libmultipath: Add sysfs helpers
` [PATCH v2 09/13] libmultipath: Add PR support
` [PATCH v2 10/13] libmultipath: Add mpath_bdev_report_zones()
` [PATCH v2 11/13] libmultipath: Add support for block device IOCTL
` [PATCH v2 12/13] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v2 13/13] libmultipath: Add mpath_bdev_get_unique_id()


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