public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-20 17:51:22 to 2026-02-26 08:40:28 UTC [more...]

[PATCH RFC] nvme-tcp: Implement recvmsg() receive flow
 2026-02-26  8:40 UTC  (7+ messages)

[PATCH 1/2] nvme-multipath: fix leak on try_module_get failure
 2026-02-26  8:31 UTC  (6+ messages)
` [PATCH 2/2] nvme: fix unmatched id's under delayed path deletion

blktests failures with v7.0-rc1 kernel
 2026-02-26  8:09 UTC 

[PATCH V3 0/3] Ensure ordered namespace registration during async scan
 2026-02-26  8:07 UTC  (7+ messages)
` [PATCH V3 1/3] lib: Introduce completion chain helper
` [PATCH V3 2/3] nvme-core: register namespaces in order during async scan
` [PATCH V3 3/3] scsi: Convert async scanning to use the completion chain helper

[PATCH blktests 0/3] misc fixes
 2026-02-26  5:39 UTC  (7+ messages)
` [PATCH blktests 1/3] common/nvme: do not call 'nvme id-ns' to non-nvme devices
` [PATCH blktests 2/3] check: increment bash requirement version from 4.2 to 4.3
` [PATCH blktests 3/3] src: add nvme-passthru-admin-uring to .gitignore

[PATCHv3 0/7] nvme: export additional diagnostic counters via sysfs
 2026-02-26  5:37 UTC  (9+ messages)
` [PATCHv3 3/7] nvme: export command error "
` [PATCHv3 5/7] nvme: export I/O failure count when no path is available "
` [PATCHv3 6/7] nvme: export controller reset event count "
` [PATCHv3 7/7] nvme: export controller reconnect "

[PATCH V2] nvmet: move async event work off nvmet-wq
 2026-02-26  4:30 UTC 

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

[PATCH v2 0/2] blk/nvme: fix NULL deref in rq_qos_done_bio() on multipath failover
 2026-02-26  3:12 UTC  (3+ messages)
` [PATCH V2 1/2] block: move bio queue-transition flag fixups into blk_steal_bios()
` [PATCH V2 2/2] block: clear BIO_QOS flags in blk_steal_bios()

[PATCH V3] nvme-tcp: teardown circular lockng fixes
 2026-02-26  2:56 UTC 

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-26  2:52 UTC  (8+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-02-26  2:37 UTC  (3+ messages)
` [PATCH v3 08/21] nvme: Implement cross-controller reset recovery

[PATCH v2 00/11] dmaengine: dw-edma: flatten desc structions and simple code
 2026-02-26  2:22 UTC  (9+ messages)
` [PATCH v2 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH v2 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()

[LSF/MM/BPF TOPIC] demo Linux nvme initiator driver stretched and dispersed subsystems
 2026-02-26  1:32 UTC  (2+ messages)

nvme-tcp circular lockdep warning
 2026-02-25 23:58 UTC  (2+ messages)

[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-02-25 22:49 UTC  (4+ messages)

[PATCH] nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
 2026-02-25 20:06 UTC  (2+ messages)

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-25 21:43 UTC  (4+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-02-25 16:29 UTC  (10+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-02-25 15:40 UTC  (20+ messages)
` [PATCH 01/19] nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 03/19] nvme-multipath: add nvme_is_mpath_request()
` [PATCH 04/19] nvme-multipath: add initial support for using libmultipath
` [PATCH 05/19] nvme-multipath: add nvme_mpath_available_path()
` [PATCH 06/19] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH 07/19] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH 08/19] nvme-multipath: add nvme_mpath_get_access_state()
` [PATCH 09/19] nvme-multipath: add nvme_mpath_{bdev, cdev}_ioctl()
` [PATCH 10/19] nvme-multipath: add uring_cmd support
` [PATCH 11/19] nvme-multipath: add nvme_mpath_get_iopolicy()
` [PATCH 12/19] nvme-multipath: add PR support for libmultipath
` [PATCH 13/19] nvme-multipath: add nvme_mpath_report_zones()
` [PATCH 14/19] nvme-multipath: add nvme_mpath_get_unique_id()
` [PATCH 15/19] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 17/19] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH 18/19] nvme-multipath: set mpath_head_template.device_groups
` [PATCH 19/19] nvme-multipath: switch to use libmultipath

[PATCH 00/24] Native SCSI multipath support
 2026-02-25 15:36 UTC  (25+ messages)
` [PATCH 01/24] scsi: core: add SCSI_MAX_QUEUE_DEPTH
` [PATCH 02/24] scsi-multipath: introduce basic SCSI device support
` [PATCH 03/24] scsi-multipath: introduce scsi_device head structure
` [PATCH 04/24] scsi-multipath: introduce scsi_mpath_device_class
` [PATCH 05/24] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH 06/24] scsi-multipath: support iopolicy
` [PATCH 07/24] scsi-multipath: clone each bio
` [PATCH 08/24] scsi-multipath: clear path when decide is blocked
` [PATCH 09/24] scsi-multipath: failover handling
` [PATCH 10/24] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH 11/24] scsi-multipath: add scsi_mpath_ioctl()
` [PATCH 12/24] scsi-multipath: provide callbacks for path state
` [PATCH 13/24] scsi-multipath: set disk device_groups
` [PATCH 14/24] scsi-multipath: add PR support
` [PATCH 15/24] scsi: sd: refactor PR ops
` [PATCH 16/24] scsi: sd: add multipath disk class
` [PATCH 17/24] scsi: sd: add sd_mpath_{start,end}_command()
` [PATCH 18/24] scsi: sd: add sd_mpath_ioctl()
` [PATCH 19/24] scsi: sd: add multipath PR support
` [PATCH 20/24] scsi: sd: add sd_mpath_to_disk()
` [PATCH 21/24] scsi: sd: support multipath disk
` [PATCH 22/24] scsi: sd: add mpath_dev file
` [PATCH 23/24] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH 24/24] scsi: sd: add mpath_queue_depth "

[LSF/MM/BPF TOPIC] NVMe over MPTCP: Multi-Fold Acceleration for NVMe over TCP in Multi-NIC Environments
 2026-02-25 15:07 UTC  (3+ messages)

[PATCH] nvme/ioctl: allow 64-bit results in io-passthru command
 2026-02-25  9:50 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-25  9:26 UTC  (10+ messages)

[PATCH v3 0/8] nvme: set discard_granularity from NPDG/NPDA
 2026-02-24 18:51 UTC  (10+ messages)
` [PATCH v3 1/8] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
` [PATCH v3 2/8] nvme: fold nvme_config_discard() into nvme_update_disk_info()
` [PATCH v3 3/8] nvme: update nvme_id_ns OPTPERF constants
` [PATCH v3 4/8] nvme: always issue I/O Command Set specific Identify Namespace
` [PATCH v3 5/8] nvme: add from0based() helper
` [PATCH v3 6/8] nvme: set discard_granularity from NPDG/NPDA
` [PATCH v3 7/8] nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
` [PATCH v3 8/8] nvmet: report NPDGL and NPDAL

[PATCH blktests 0/3] fix module unload failures
 2026-02-24 16:40 UTC  (5+ messages)
` [PATCH blktests 1/3] check: call _unload_modules for each test run
` [PATCH blktests 2/3] common/rc: introduce _load_module()
` [PATCH blktests 3/3] common/nvme: unload nvme modules only when loaded

[PATCH v2 0/7] nvme: set discard_granularity from NPDG/NPDA
 2026-02-24 16:05 UTC  (14+ messages)
` [PATCH v2 1/7] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
` [PATCH v2 2/7] nvme: fold nvme_config_discard() into nvme_update_disk_info()
` [PATCH v2 3/7] nvme: update nvme_id_ns OPTPERF constants
` [PATCH v2 4/7] nvme: always issue I/O Command Set specific Identify Namespace
` [PATCH v2 5/7] nvme: set discard_granularity from NPDG/NPDA
` [PATCH v2 6/7] nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
` [PATCH v2 7/7] nvmet: report NPDGL and NPDAL

[PATCH V2 0/3] Ensure ordered namespace registration during async scan
 2026-02-24 14:39 UTC  (7+ messages)
` [PATCH V2 1/3] lib: Introduce completion chain helper
` [PATCH V2 2/3] nvme-core: register namespaces in order during async scan
` [PATCH V2 3/3] scsi: Convert async scanning to use the completion chain helper

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-24 13:48 UTC  (3+ messages)

blktests failures with v6.19 kernel
 2026-02-24  7:47 UTC  (2+ messages)

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

[PATCH 6.1.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-02-23 17:24 UTC  (3+ messages)
` [PATCH 6.1.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
` [PATCH 6.1.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()

[PATCH 5.15.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-02-23 17:23 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
` [PATCH 5.15.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()

[PATCH 5.10.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-02-23 17:22 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
` [PATCH 5.10.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()

[PATCH] nvme: fix memory allocator in nvme_pr_read_keys()
 2026-02-23 16:00 UTC  (4+ messages)

[PATCH 0/6] nvme: improve discard_granularity spec compliance
 2026-02-23 13:24 UTC  (5+ messages)
` [PATCH 1/6] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm

[PATCH RFC 0/5] nvme: Refactor and expose per-controller timeout configuration
 2026-02-23 10:36 UTC  (9+ messages)
` [PATCH RFC 4/5] nvme: add sysfs attribute to change IO timeout per nvme controller

[PATCH v2 0/3] replace old wq(s), added WQ_PERCPU to alloc_workqueue
 2026-02-23 10:23 UTC  (4+ messages)
` [PATCH v2 1/3] nvmet: replace use of system_wq with system_percpu_wq
` [PATCH v2 2/3] nvme: add WQ_PERCPU to alloc_workqueue users
` [PATCH v2 3/3] nvmet-fc: "

[PATCHv2] nvmet: lift blocksize restriction to 64k
 2026-02-23  7:44 UTC  (5+ messages)

[PATCH v3 0/4] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-02-21  2:17 UTC  (8+ messages)


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