Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-27 21:51:51 to 2026-09-06 00:09:20 UTC [more...]

[PATCH 0/6] Support per command retry timer
 2026-09-06  0:09 UTC  (16+ messages)
` [PATCH 1/6] nvme-mpath: No need to protect req->bio with requeue_lock
` [PATCH 2/6] nvme: add nvme_crd_msecs helper
` [PATCH 3/6] nvme: add per request retry timer
` [PATCH 4/6] nvme-mpath: support controller crd when failing over request
` [PATCH 5/6] nvmet: Add support for configurable crdt (command retry delay) attributes
` [PATCH 7/6 RFC] nvme: test per-command retry delay

[PATCH] nvme-tcp: reject C2HData for a non-read command
 2026-09-06  0:05 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH RFC] nvme-tcp: allow multiple queues per hctx
 2026-09-06  0:04 UTC  (2+ messages)

[PATCH] nvme-multipath: add fail_io_now sysfs attribute to fail queued I/O
 2026-09-05 22:36 UTC  (2+ messages)

[PATCH v2 0/2] nvme-tcp: parallelize I/O queue connect
 2026-09-05 22:30 UTC  (13+ messages)
` [PATCH v2 1/2] nvme-tcp: refactor I/O queue setup path
` [PATCH v2 2/2] nvme-tcp: parallelize I/O queue allocation and startup

[PATCH v5 0/7] Global Software Interrupt Moderation (GSIM)
 2026-09-05 20:30 UTC  (4+ messages)

[PATCH v5 00/16] TP8028 Rapid Path Failure Recovery
 2026-09-05  2:09 UTC  (19+ messages)
` [PATCH v5 03/16] nvmet: Implement CCR nvme command
` [PATCH v5 08/16] nvme: Implement cross-controller reset recovery
` [PATCH v5 09/16] nvme: Implement cross-controller reset completion
` [PATCH v5 10/16] nvme-tcp: Use CCR to recover controller that hits an error
` [PATCH v5 12/16] nvme-fc: Refactor IO error recovery

[PATCH] nvme: fix typo "occuring" in comment
 2026-09-04 16:58 UTC  (2+ messages)

[PATCH v2 0/2] io_uring passthru: set result on blk-mq request completion
 2026-09-04 15:01 UTC  (7+ messages)
` [PATCH v2 1/2] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()
` [PATCH v2 2/2] nvme/ioctl: call io_uring_cmd_set_res32() in ->end_io()

[GIT PULL] nvme fixes for Linux 7.3
 2026-09-04 11:14 UTC  (3+ messages)

[PATCH] nvme-pci: add NVME_QUIRK_DMAPOOL_ALIGN_512 for Micron 4100AT
 2026-09-04 10:51 UTC 

[PATCH] nvme-fc: fix double free of fabrics options when nvme_add_ctrl() fails
 2026-09-03 20:48 UTC  (2+ messages)

[PATCH v3] nvme-tcp.h: drop kernel-doc comments, fix a few descriptions
 2026-09-03 20:47 UTC  (2+ messages)

[PATCH blktests] common/nvme: do not truncate FULL file at nvme disconnect
 2026-09-03 12:57 UTC  (2+ messages)

[PATCH v2 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
 2026-09-03  7:56 UTC  (10+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] PCI: dw-rockchip: Support fixed MSI-X table and PBA on RK3588
` [PATCH v2 3/3] PCI: endpoint: pci-epf-vntb: Honor MSI-X selection

blktests failures with v7.3-rc1 kernel
 2026-09-03  6:49 UTC 

[PATCH v3] nvme-pci: fix CMB mapping when CMBSZ Size field is zero
 2026-09-03  3:53 UTC  (3+ messages)

[PATCH 0/2] scsi: fnic: fix NVMe/FC local port setup and teardown
 2026-09-03  3:10 UTC  (7+ messages)
` [PATCH 1/2] scsi: fnic: initialize the NVMe local port info before registering
` (subset) [PATCH 0/2] scsi: fnic: fix NVMe/FC local port setup and teardown

[PATCH v2] nvmet: verify the hostid when looking up a controller
 2026-09-03  2:37 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH] nvmet: reject namespace enable without device path
 2026-09-02 22:31 UTC  (4+ messages)

[PATCH] nvmet-auth: Synchronize timeout work during SQ teardown
 2026-09-02 22:31 UTC  (4+ messages)

[PATCH v2 0/7] nvme-fc: FPIN link integrity handling
 2026-09-02 20:05 UTC  (8+ messages)
` [PATCH v2 1/7] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v2 2/7] nvme-multipath: numa support for marginal paths
` [PATCH v2 3/7] nvme-multipath: queue-depth "
` [PATCH v2 4/7] nvme-multipath: round-robin "
` [PATCH v2 5/7] nvme: sysfs: emit the marginal path state in show_state()
` [PATCH v2 6/7] nvme-fc: add nvme_fc_set_remoteport_fpin()
` [PATCH v2 7/7] nvme: fcloop: Add set_marginal_rport to sysfs

[linux-nvme:nvme-7.3] BUILD SUCCESS 74a2caefa2ad5f8a90a098555be57c61f5296b0f
 2026-09-02 17:41 UTC 

[PATCH 0/2] nvme: add reference counting for transport modules
 2026-09-02 14:27 UTC  (14+ messages)
` [PATCH 1/2] nvme: keep transport module referenced while head node is open
` [PATCH 2/2] nvme: add context annotation for nvme_ns_head::nr_openers

[PATCH] nvme: fix cntlid uniqueness check for different hosts
 2026-09-02 13:47 UTC  (3+ messages)

[PATCH nvme-7.3 v3 0/4] nvme-fabrics: localize string option parsing
 2026-09-02 13:33 UTC  (7+ messages)
` [PATCH nvme-7.3 v3 1/4] nvme-fabrics: separate option tokenizer pointer
` [PATCH nvme-7.3 v3 2/4] nvme-fabrics: add helper for owned string options
` [PATCH nvme-7.3 v3 3/4] nvme-fabrics: reuse string helper for subsystem NQN
` [PATCH nvme-7.3 v3 4/4] nvme-fabrics: add helper for DH-CHAP secret options

[PATCH nvme-7.3 0/4] nvme-fabrics: localize string option parsing
 2026-09-02 10:45 UTC  (11+ messages)
` [PATCH nvme-7.3 1/4] nvme-fabrics: separate option tokenizer pointer
` [PATCH nvme-7.3 2/4] nvme-fabrics: add helper for owned string options
` [PATCH nvme-7.3 3/4] nvme-fabrics: add helpers for subsystem and host identity options
` [PATCH nvme-7.3 4/4] nvme-fabrics: add helper for DH-CHAP secret options

[PATCH 0/2] nvmet: avoid configfs recursion when enabling backends
 2026-09-02 10:32 UTC  (6+ messages)
` [PATCH v2 0/3] nvmet: avoid recursive configfs open
  ` [PATCH v2 1/3] fs: configfs: add helper to identify configfs paths
  ` [PATCH v2 2/3] nvmet: avoid recursive configfs open for file-backed namespaces

[PATCH v2] nvme-tcp: pin io_cpu to submitter cpu
 2026-09-02  6:24 UTC  (5+ messages)

[PATCH] MAINTAINERS: update nvme entry
 2026-09-02  4:53 UTC  (2+ messages)

[PATCH] nvme-rdma: fix ib_device removal race that hangs PCI unbind
 2026-09-01 22:38 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2] nvmet-tcp: report a bounded MDTS instead of "no limit"
 2026-09-01 14:06 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH v7 00/27] Native SCSI Multipath support
 2026-09-01 10:45 UTC  (28+ messages)
` [PATCH v7 01/27] libmultipath: Add initial framework
` [PATCH v7 02/27] libmultipath: Add basic gendisk support
` [PATCH v7 03/27] libmultipath: Add path selection support
` [PATCH v7 04/27] libmultipath: Add bio handling
` [PATCH v7 05/27] libmultipath: Add support for mpath_device management
` [PATCH v7 06/27] libmultipath: Add delayed removal support
` [PATCH v7 07/27] libmultipath: Add sysfs helpers
` [PATCH v7 08/27] libmultipath: Add support for block device IOCTL
` [PATCH v7 09/27] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v7 10/27] libmultipath: Add mpath_bdev_get_unique_id()
` [PATCH v7 11/27] scsi-multipath: introduce basic SCSI device support
` [PATCH v7 12/27] scsi-multipath: introduce scsi_device head structure
` [PATCH v7 13/27] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v7 14/27] scsi-multipath: support iopolicy
` [PATCH v7 15/27] scsi-multipath: clone each bio
` [PATCH v7 16/27] scsi-multipath: clear path when device is blocked
` [PATCH v7 17/27] scsi-multipath: revalidate paths upon device unblock
` [PATCH v7 18/27] scsi-multipath: failover handling
` [PATCH v7 19/27] scsi-multipath: provide callbacks for path state
` [PATCH v7 20/27] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v7 21/27] scsi-multipath: add delayed disk removal support
` [PATCH v7 22/27] scsi: sd: add multipath disk class
` [PATCH v7 23/27] scsi: sd: add multipath disk attr groups
` [PATCH v7 24/27] scsi: sd: support multipath disk
` [PATCH v7 25/27] scsi: sd: add mpath_dev file
` [PATCH v7 26/27] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v7 27/27] scsi: sd: add mpath_queue_depth "

[PATCH] nvmet-tcp: fix a hang on queue teardown with data digest
 2026-09-01  1:47 UTC 

[PATCH] nvme: lower default APST max latency to 25ms
 2026-08-31 15:05 UTC  (3+ messages)

[PATCH AUTOSEL 6.18-6.12] nvme: refresh multipath head zoned limits from path limits
 2026-08-31 13:31 UTC  (5+ messages)
` [PATCH AUTOSEL 6.18-6.1] nvme-core: align fabrics_q teardown with admin_q in nvme_free_ctrl
` [PATCH AUTOSEL 6.18-6.6] nvme-fc: Do not cancel requests in io target before it is initialized
` [PATCH AUTOSEL 6.18] nvme: fix crash and memory leak during invalid cdev teardown
` [PATCH AUTOSEL 6.18] nvme: validate FDP configuration descriptor sizes

[PATCH] dma-mapping: rename dma_opt_mapping_size()
 2026-08-31  9:36 UTC 

[PATCH v3 0/5] block, nvme: support same-LBA multipath limit stacking
 2026-08-31  8:03 UTC  (2+ messages)

[PATCH v2] nvme: fix command effects log lifetime for multipath heads
 2026-08-31  7:57 UTC 

[PATCH v8 00/10] nvme-multipath: introduce latency I/O policy
 2026-08-31  6:31 UTC  (5+ messages)

[PATCH 0/3] nvme-cli: NIC topology aware I/O queue scaling
 2026-08-31  5:04 UTC  (5+ messages)

[BUG] nvmet: NULL pointer dereference in nvmet_file_ns_enable without device_path
 2026-08-31  3:57 UTC 

[PATCH v1 0/1] nvme-tcp: fix wrong status on deferred digest error
 2026-08-31  2:15 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "

[PATCH] nvme-pci: introduce parameter to clamp io queues
 2026-08-30 22:34 UTC  (2+ messages)

[PATCH V2] nvme: Add module reference counting for multipath devices
 2026-08-30 21:46 UTC  (5+ messages)

[PATCH nvme-7.3 v2 0/4] nvme-fabrics: localize string option parsing
 2026-08-30 21:23 UTC  (9+ messages)
` [PATCH nvme-7.3 v2 1/4] nvme-fabrics: separate option tokenizer pointer
` [PATCH nvme-7.3 v2 2/4] nvme-fabrics: add helper for owned string options
` [PATCH nvme-7.3 v2 3/4] nvme-fabrics: reuse string helper for subsystem NQN
` [PATCH nvme-7.3 v2 4/4] nvme-fabrics: add helper for DH-CHAP secret options

[PATCH] nvmet-tcp: reject unsolicited H2CData PDUs
 2026-08-30 21:15 UTC  (3+ messages)

[blktests v3 0/2] Test multipath and marginal ports
 2026-08-28 15:30 UTC  (3+ messages)
` [blktests v3 1/2] nvme: Add _setup_nvmet_port_marginal
` [blktests v3 2/2] nvme/070: Test multipath and marginal ports

[PATCH 6.12.y] nvme-tcp: fix usage of page_frag_cache
 2026-08-29  3:34 UTC  (2+ messages)

[PATCH 6.18.y] nvme-tcp: fix usage of page_frag_cache
 2026-08-29  3:34 UTC  (2+ messages)

[PATCH 7.1.y] nvme-tcp: fix usage of page_frag_cache
 2026-08-29  3:34 UTC  (2+ messages)

[PATCH] nvmet-tcp: report a bounded MDTS instead of "no limit"
 2026-08-28 22:24 UTC 

[PATCH] nvme: fix command effects log lifetime for multipath heads
 2026-08-28 14:53 UTC  (3+ messages)

[PATCH] nvme: lower default APST max latency to 25ms
 2026-08-28  9:48 UTC 

[PATCH 0/2] io_uring passthru: set result on blk-mq request completion
 2026-08-28  3:33 UTC  (5+ messages)
` [PATCH 1/2] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()


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