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

[PATCH RFC 0/5] nvme: Refactor and expose per-controller timeout configuration
 2026-02-17 20:15 UTC  (7+ messages)
` [PATCH RFC 1/5] nvme: Let the blocklayer set timeouts for requests
` [PATCH RFC 2/5] nvme: add sysfs attribute to change admin timeout per nvme controller
` [PATCH RFC 3/5] nvme: pci: use admin queue timeout over NVME_ADMIN_TIMEOUT
` [PATCH RFC 4/5] nvme: add sysfs attribute to change IO timeout per nvme controller
` [PATCH RFC 5/5] nvme: use per controller timeout waits over depending on global default

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-17 20:13 UTC  (9+ messages)

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-02-17 18:35 UTC  (35+ messages)
` [PATCH v3 01/21] nvmet: Rapid Path Failure Recovery set controller identify fields
` [PATCH v3 02/21] nvmet/debugfs: Export controller CIU and CIRN via debugfs
` [PATCH v3 03/21] nvmet: Implement CCR nvme command
` [PATCH v3 04/21] nvmet: Implement CCR logpage
` [PATCH v3 05/21] nvmet: Send an AEN on CCR completion
` [PATCH v3 06/21] nvme: Rapid Path Failure Recovery read controller identify fields
` [PATCH v3 07/21] nvme: Introduce FENCING and FENCED controller states
` [PATCH v3 08/21] nvme: Implement cross-controller reset recovery
` [PATCH v3 09/21] nvme: Implement cross-controller reset completion
` [PATCH v3 10/21] nvme-tcp: Use CCR to recover controller that hits an error
` [PATCH v3 11/21] nvme-rdma: "
` [PATCH v3 12/21] nvme-fc: Decouple error recovery from controller reset
` [PATCH v3 13/21] nvme-fc: Use CCR to recover controller that hits an error
` [PATCH v3 14/21] nvme-fc: Hold inflight requests while in FENCING state
` [PATCH v3 15/21] nvme-fc: Do not cancel requests in io taget before it is initialized
` [PATCH v3 16/21] nvmet: Add support for CQT to nvme target
` [PATCH v3 17/21] nvme: Add support for CQT to nvme host
` [PATCH v3 18/21] nvme: Update CCR completion wait timeout to consider CQT
` [PATCH v3 19/21] nvme-tcp: Extend FENCING state per TP4129 on CCR failure
` [PATCH v3 20/21] nvme-rdma: "
` [PATCH v3 21/21] nvme-fc: "

[PATCH] nvmet: move async event work off nvmet-wq
 2026-02-17 18:16 UTC  (2+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-17 10:37 UTC  (5+ messages)

blktests failures with v6.19 kernel
 2026-02-16 21:18 UTC  (8+ messages)

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-02-16 17:19 UTC  (9+ messages)

[LSF/MM/BPF TOPIC] Topology-Aware NVMe-TCP I/O Queue Scaling and Worker Efficiency
 2026-02-16  6:49 UTC  (3+ messages)

[PATCH] nvme: fix memory allocator in nvme_pr_read_keys()
 2026-02-16  0:35 UTC 

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

[linux-nvme:nvme-7.0] BUILD SUCCESS baa47c4f89eb2e7614e6a06dd5957632e38c4e74
 2026-02-14 11:59 UTC 

[PATCH v2 00/14] TP8028 Rapid Path Failure Recovery
 2026-02-14  3:56 UTC  (55+ messages)
` [PATCH v2 01/14] nvmet: Rapid Path Failure Recovery set controller identify fields
` [PATCH v2 02/14] nvmet/debugfs: Add ctrl uniquifier and random values
` [PATCH v2 03/14] nvmet: Implement CCR nvme command
` [PATCH v2 04/14] nvmet: Implement CCR logpage
` [PATCH v2 05/14] nvmet: Send an AEN on CCR completion
` [PATCH v2 06/14] nvme: Rapid Path Failure Recovery read controller identify fields
` [PATCH v2 08/14] nvme: Implement cross-controller reset recovery
` [PATCH v2 10/14] nvme-tcp: Use CCR to recover controller that hits an error
` [PATCH v2 12/14] nvme-fc: Decouple error recovery from controller reset
` [PATCH v2 13/14] nvme-fc: Use CCR to recover controller that hits an error

[LSF/MM/BPF TOPIC] demo Linux nvme initiator driver stretched and dispersed subsystems
 2026-02-14  1:16 UTC 

[LSF/MM/BPF TOPIC] Implementation of Cross-controller reset/Time-based recovery (CQT) in the linux nvme driver
 2026-02-14  1:09 UTC 

[PATCHv2 0/3] nvme fix handling for user changed module params
 2026-02-13 16:14 UTC  (9+ messages)
` [PATCHv2 1/3] nvme-pci: ensure we're polling a polled queue
` [PATCHv2 2/3] nvme-pci: cap queue creation to used queues
` [PATCHv2 3/3] nvme-pci: do not try to add queue maps at runtime

[PATCH] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-13  5:39 UTC  (5+ messages)

[PATCH 0/3] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-02-13  3:21 UTC  (4+ messages)
` [PATCH 1/3] io_uring: add IORING_OP_URING_CMD128 to opcode checks
` [PATCH 2/3] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
` [PATCH 3/3] nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check

[linux-nvme:nvme-7.0] BUILD SUCCESS bbdaa8c17cae18b977f4509911d7a390aa8a6597
 2026-02-12 17:48 UTC 

[PATCH 1/3] nvme-pci: ensure we're polling a polled queue
 2026-02-12 14:57 UTC  (7+ messages)
` [PATCH 2/3] nvme-pci: cap queue creation to used queues
` [PATCH 3/3] nvme-pci: do not try to add queue maps at runtime

[bug report] kernel BUG at mm/hugetlb.c:5868! triggered by blktests nvme/tcp nvme/029
 2026-02-12 12:53 UTC  (7+ messages)

[PATCH V4 0/3] block: ignore discard return value
 2026-02-12 11:27 UTC  (6+ messages)
` [PATCH V4 1/3] md: "
` [PATCH V4 2/3] nvmet: "
` [PATCH V4 3/3] block: change return type to void

[PATCH] nvmet fabrics-cmd-auth.c : validate negotiate payload length(KASAN: slab-out-of-bounds in nvmet_execute_auth_send+0x1d24/0x2090)
 2026-02-12 11:03 UTC  (4+ messages)
  ` [PATCH v2] nvmet-auth: validate negotiate payload length(BUG: KASAN: slab-out-of-bounds)

[PATCH] nvme-pci: fix potential I/O hang when CQ is full
 2026-02-12  9:42 UTC  (5+ messages)

[PATCH v4] nvme/host: fixup some typos
 2026-02-12  2:40 UTC  (4+ messages)

[PATCH] nvme: fix memory leak in quirks_param_set()
 2026-02-12  2:35 UTC  (4+ messages)

[PATCH] nvmet: auth: validate dhchap id list lengths(KASAN: slab-out-of-bounds)
 2026-02-12  1:49 UTC  (2+ messages)

[PATCH 0/4] blk-mq/nvme: fix debugfs creation with frozen queue
 2026-02-11 12:57 UTC  (29+ messages)
` [PATCH 1/4] nvme-rdma: move blk_mq_update_nr_hw_queues after nvme_unfreeze
` [PATCH 2/4] nvme-tcp: "
` [PATCH 3/4] nvme-apple: "
` [PATCH 4/4] blk-mq: use blk_queue_enter/exit to protect debugfs file creation

[LSF/MM/BPF TOPIC] Block storage copy offloading
 2026-02-09 21:26 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-09 14:01 UTC  (20+ messages)

[PATCHv2 0/7] nvme: export additional diagnostic counters via sysfs
 2026-02-09 12:00 UTC  (10+ messages)
` [PATCHv2 1/7] nvme: export command retry count "
` [PATCHv2 4/7] nvme: export I/O requeue count when no path is available "
` [PATCHv2 7/7] nvme: export controller reconnect event count "


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