public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 02:40:29 to 2026-02-20 16:11:11 UTC [more...]

[PATCH 0/6] nvme: improve discard_granularity spec compliance
 2026-02-20 16:10 UTC  (13+ messages)
` [PATCH 1/6] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
` [PATCH 2/6] nvme: update nvme_id_ns OPTPERF constants
` [PATCH 3/6] nvme: always issue I/O Command Set specific Identify Namespace
` [PATCH 4/6] nvme: set discard_granularity from NPDG/NPDA
` [PATCH 5/6] nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
` [PATCH 6/6] nvmet: report NPDGL and NPDAL

[PATCH v3 0/4] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-02-20 15:55 UTC  (9+ messages)
  ` [PATCH v3 1/4] io_uring: add REQ_F_IOPOLL
  ` [PATCH v3 2/4] io_uring: remove iopoll_queue from struct io_issue_def
  ` [PATCH v3 3/4] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
  ` [PATCH v3 4/4] nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check

[PATCHv2] nvmet: lift blocksize restriction to 64k
 2026-02-20 15:32 UTC  (2+ messages)

[PATCH] nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()
 2026-02-20 14:32 UTC  (2+ messages)

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

[PATCH RFC 0/5] nvme: Refactor and expose per-controller timeout configuration
 2026-02-20 12:47 UTC  (23+ 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] Adaptive NVMe Multipath I/O Policy: Latency Measurement and Path Scoring Design
 2026-02-20  9:52 UTC 

[LSF/MM/BPF TOPIC] NVMe Controller Data Queue (CDQ)
 2026-02-20  8:07 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-02-20  7:44 UTC  (5+ messages)

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-02-20  7:25 UTC  (44+ 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 v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-02-19 17:42 UTC  (11+ messages)

[PATCH v2 0/4] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-02-19 17:03 UTC  (9+ messages)
  ` [PATCH v2 1/4] io_uring: add REQ_F_IOPOLL
  ` [PATCH v2 2/4] io_uring: remove iopoll_queue from struct io_issue_def
  ` [PATCH v2 3/4] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
  ` [PATCH v2 4/4] nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check

[PATCH 0/3] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-02-18 16:23 UTC  (6+ 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

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-18  9:56 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-18  8:35 UTC  (13+ messages)
    ` [Lsf-pc] "

[PATCH] nvmet: auth: validate dhchap id list lengths(KASAN: slab-out-of-bounds)
 2026-02-18  4:04 UTC  (3+ messages)

blktests failures with v6.19 kernel
 2026-02-17 21:22 UTC  (9+ messages)

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

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[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  (12+ messages)
` [PATCH v2 01/14] nvmet: Rapid Path Failure Recovery set controller identify fields
` [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)

[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  (3+ messages)
  ` [PATCH 2/3] nvme-pci: cap queue creation to used queues

[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  (3+ messages)

[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  (3+ 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  (2+ messages)

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


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