linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-24 09:32:26 to 2024-10-08 06:40:56 UTC [more...]

[PATCH 0/3] nvme-multipath: fix deadlock in device_add_disk()
 2024-10-08  6:39 UTC  (7+ messages)
` [PATCH 1/3] nvme-multipath: simplify loop in nvme_update_ana_state()
` [PATCH 2/3] nvme-multipath: cannot disconnect controller on stuck partition scan
` [PATCH 3/3] nvme-multipath: skip failed paths during "

[PATCH v3 0/3] nvme: system fault while shutting down fabric controller
 2024-10-08  6:21 UTC  (4+ messages)
` [PATCH v3 1/3] nvme-loop: flush off pending I/O while shutting down loop controller
` [PATCH v3 2/3] nvme: make keep-alive synchronous operation
` [PATCH v3 3/3] nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function

[PATCH v2 0/3] nvme: system fault while shutting down fabric controller
 2024-10-08  5:36 UTC  (6+ messages)
` [PATCH v2 1/3] nvme-loop: flush off pending I/O while shutting down loop controller
` [PATCH v2 2/3] nvme: make keep-alive synchronous operation
` [PATCH v2 3/3] nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function

[PATCH] nvme: remove duplicated judgement
 2024-10-08  5:31 UTC 

[Report] requests are submitted to hardware in reverse order from nvme/virtio-blk queue_rqs()
 2024-10-07 22:39 UTC  (3+ messages)

[PATCH v2 0/1] nvme: disable CC.CRIME (NVME_CC_CRIME)
 2024-10-07 19:33 UTC  (2+ messages)
` [PATCH v2 1/1] "

nvme: machine check when running nvme subsystem-reset /dev/nvme0 against direct attach via PCIE slot
 2024-10-07 15:56 UTC  (6+ messages)

[PATCHv4 RFC 0/1] Add visibility for native NVMe multipath using sysfs
 2024-10-07 15:33 UTC  (6+ messages)
` [PATCHv4 RFC 1/1] nvme-multipath: Add sysfs attributes for showing multipath info

[PATCH 0/1] nvme: disable CC.CRIME (NVME_CC_CRIME)
 2024-10-07 15:05 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v7 0/3] FDP and per-io hints
 2024-10-07 11:29 UTC  (44+ messages)
  ` [PATCH v7 1/3] nvme: enable FDP support
  ` [PATCH v7 2/3] block, fs: restore kiocb based write hint processing
  ` [PATCH v7 3/3] io_uring: enable per-io hinting capability

[PATCH v1 0/5] NVMe PCI endpoint function driver
 2024-10-07 10:26 UTC  (8+ messages)
` [PATCH v1 1/5] nvmet: rename and move nvmet_get_log_page_len()
` [PATCH v1 2/5] nvmef: export nvmef_create_ctrl()
` [PATCH v1 3/5] nvmef: Introduce the NVME_OPT_HIDDEN_NS option
` [PATCH v1 4/5] PCI: endpoint: Add NVMe endpoint function driver
` [PATCH v1 5/5] PCI: endpoint: Document the "

[PATCH v11 0/1] Implement the NVMe reservation feature
 2024-10-07  8:08 UTC  (8+ messages)
` [PATCH v11 1/1] nvmet: support "

[PATCH 0/2] nvme: system fault while shutting down fabric controller
 2024-10-07  7:55 UTC  (6+ messages)
` [PATCH 1/2] nvme-loop: flush off pending I/O while shutting down loop controller
` [PATCH 2/2] nvme: make keep-alive synchronous operation

[PATCH] nvmet-rdma: use sbitmap to replace rsp free list
 2024-10-07  7:05 UTC  (3+ messages)

[PATCH 0/1] nvme-pci: Add CPU latency pm-qos handling
 2024-10-07  6:19 UTC  (3+ messages)
` [PATCH 1/1] "

blktests failures with v6.12-rc1 kernel
 2024-10-05 21:45 UTC  (11+ messages)

[PATCH v2] nvme: delete unnecessary fallthru comment
 2024-10-05 11:30 UTC 

[PATCH] nvme: delete unnecesasry fallthru comment
 2024-10-05 11:26 UTC 

[PATCH] nvme: fix spell checking errors
 2024-10-05 11:26 UTC 

[linux-nvme:nvme-6.12] BUILD SUCCESS 782373ba27660ba7d330208cf5509ece6feb4545
 2024-10-04 12:50 UTC 

[PATCH 0/1] nvme: add retry for media not ready error
 2024-10-04 12:24 UTC  (11+ messages)
` [PATCH 1/1] nvme: retry security commands if media not ready

[PATCHv3 blktests] nvme/{033-037}: timeout while waiting for nvme passthru namespace device
 2024-10-04  9:03 UTC  (2+ messages)

[PATCH v2] nvme: tcp: avoid race between queue_lock lock and destroy
 2024-10-04  7:41 UTC  (3+ messages)

Quick Question About Collaboration
 2024-10-03  7:55 UTC 

[PATCH v2 0/3] Block integrity with flexible-offset PI
 2024-10-02 19:03 UTC  (12+ messages)
  ` [PATCH v2 2/3] block: support PI at non-zero offset within metadata

[linux-nvme:nvme-6.12] BUILD SUCCESS e38dad438fc08162e20c600ae899e9e60688f72e
 2024-10-02 17:10 UTC 

[PATCHv2] nvmet-passthru: clear EUID/NGUID/UUID while using loop target
 2024-10-01 20:40 UTC  (4+ messages)

[PATCH] nvme: tcp: avoid race between lock and destroy of queue_lock
 2024-10-01 13:30 UTC  (7+ messages)

[PATCHv2 blktests] nvme/{033-037}: timeout while waiting for nvme passthru namespace device
 2024-09-27  6:38 UTC  (3+ messages)

fine-grained PI control
 2024-09-27  2:01 UTC  (6+ messages)

[PATCH v6 0/3] per-io hints and FDP
 2024-09-26 20:09 UTC  (13+ messages)
  ` [PATCH v6 1/3] nvme: enable FDP support
  ` [PATCH v6 2/3] block, fs: restore kiocb based write hint processing
  ` [PATCH v6 3/3] io_uring: enable per-io hinting capability

[PATCH v10 0/1] Implement the NVMe reservation feature
 2024-09-26  4:31 UTC  (4+ messages)
` [PATCH v10 1/1] nvmet: support "

[PATCH] nvme: null terminate nvme_tls_attrs
 2024-09-26  1:53 UTC  (5+ messages)

[linux-nvme:nvme-6.12] BUILD SUCCESS 9064610348b16356d43e59e286aedfec31825541
 2024-09-25 22:54 UTC 

[PATCH AUTOSEL 6.6 026/139] nvme-pci: qdepth 1 quirk
 2024-09-25 12:07 UTC 

[PATCH AUTOSEL 6.10 028/197] nvme-pci: qdepth 1 quirk
 2024-09-25 11:51 UTC  (4+ messages)
` [PATCH AUTOSEL 6.10 042/197] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH AUTOSEL 6.10 043/197] nvme-tcp: sanitize TLS key handling
` [PATCH AUTOSEL 6.10 044/197] nvme-tcp: check for invalidated or revoked key

[PATCH AUTOSEL 6.11 032/244] nvme-pci: qdepth 1 quirk
 2024-09-25 11:24 UTC  (5+ messages)
` [PATCH AUTOSEL 6.11 051/244] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH AUTOSEL 6.11 052/244] nvme-tcp: sanitize TLS key handling
` [PATCH AUTOSEL 6.11 053/244] nvme-tcp: check for invalidated or revoked key
` [PATCH AUTOSEL 6.11 067/244] nvme: fix metadata handling in nvme-passthrough

[GIT PULL] nvme fixes for Linux 6.12
 2024-09-25  9:29 UTC  (2+ messages)

[PATCH v8 0/4] shut down devices asynchronously
 2024-09-25  8:55 UTC  (6+ messages)
` [PATCH v8 3/4] driver core: "

[PATCH blktests] nvme/{033-037}: timeout while waiting for nvme passthru namespace device
 2024-09-25  5:55 UTC  (3+ messages)

[PATCH v9 0/1] Implement the NVMe reservation feature
 2024-09-24 12:57 UTC  (10+ messages)
` [PATCH v9 1/1] nvmet: support "

[PATCH] nvme: rdma: Add check for queue in nvmet_rdma_cm_handler()
 2024-09-24 11:49 UTC 

[PATCH v5 4/5] sd: limit to use write life hints
 2024-09-24  9:28 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).