public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-01 11:39:52 to 2026-03-06 17:53:41 UTC [more...]

[PATCH 5.10.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-03-06 17:53 UTC  (4+ messages)

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

[PATCHv3 0/7] nvme: export additional diagnostic counters via sysfs
 2026-03-06 16:02 UTC  (3+ messages)

[PATCH] nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_C
 2026-03-06 14:54 UTC  (2+ messages)

[PATCH] nvme: honor NVME_QUIRK_DEALLOCATE_ZEROES for unmap Write Zeroes
 2026-03-06 14:24 UTC  (2+ messages)

[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
 2026-03-05 19:35 UTC  (52+ messages)
` [PATCH 01/21] nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
` [PATCH 02/21] nvme-auth: common: constify static data
` [PATCH 03/21] nvme-auth: use proper argument types
` [PATCH 04/21] nvme-auth: common: add KUnit tests for TLS key derivation
` [PATCH 05/21] nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
` [PATCH 06/21] nvme-auth: common: explicitly verify psk_len == hash_len
` [PATCH 07/21] nvme-auth: common: add HMAC helper functions
` [PATCH 08/21] nvme-auth: common: use crypto library in nvme_auth_transform_key()
` [PATCH 09/21] nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()
` [PATCH 10/21] nvme-auth: common: use crypto library in nvme_auth_generate_psk()
` [PATCH 11/21] nvme-auth: common: use crypto library in nvme_auth_generate_digest()
` [PATCH 12/21] nvme-auth: common: use crypto library in nvme_auth_derive_tls_psk()
` [PATCH 13/21] nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()
` [PATCH 14/21] nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()
` [PATCH 15/21] nvme-auth: host: remove allocation of crypto_shash
` [PATCH 16/21] nvme-auth: target: remove obsolete crypto_has_shash() checks
` [PATCH 17/21] nvme-auth: target: use crypto library in nvmet_auth_host_hash()
` [PATCH 18/21] nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()
` [PATCH 19/21] nvme-auth: common: remove nvme_auth_digest_name()
` [PATCH 20/21] nvme-auth: common: remove selections of no-longer used crypto modules
` [PATCH 21/21] crypto: remove HKDF library

[PATCH 00/24] Native SCSI multipath support
 2026-03-05 15:59 UTC  (46+ 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 07/24] scsi-multipath: clone each bio
` [PATCH 09/24] scsi-multipath: failover handling
` [PATCH 10/24] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH 12/24] scsi-multipath: provide callbacks for path state

[PATCH v7 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2026-03-05 11:43 UTC  (12+ messages)
` [PATCH v7 1/5] net/handshake: Store the key serial number on completion
` [PATCH v7 2/5] net/handshake: Define handshake_req_keyupdate
` [PATCH v7 3/5] net/handshake: Support KeyUpdate message types
` [PATCH v7 4/5] nvme-tcp: Support KeyUpdate
` [PATCH v7 5/5] nvmet-tcp: "

[PATCH] nvme-auth: use kzalloc_flex() in nvme_auth_alloc_key()
 2026-03-05 11:37 UTC 

[PATCH] nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
 2026-03-05 10:49 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] NVMe over MPTCP: Multi-Fold Acceleration for NVMe over TCP in Multi-NIC Environments
 2026-03-05  4:30 UTC  (4+ messages)

[PATCH] nvme/ioctl: combine nvme_user_cmd and nvme_user_cmd64
 2026-03-04 16:40 UTC 

[PATCH v5 0/5] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-03-04 16:29 UTC  (9+ messages)
` [PATCH v5 1/5] io_uring: add REQ_F_IOPOLL
` [PATCH v5 2/5] io_uring: remove iopoll_queue from struct io_issue_def
` [PATCH v5 3/5] io_uring: count CQEs in io_iopoll_check()
` [PATCH v5 4/5] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
` [PATCH v5 5/5] nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check

[GIT PULL] nvme fixes for Linux 7.0
 2026-03-04 15:16 UTC  (2+ messages)

[RFC-PATCH 1/2] nvme-multipath: delete gendisk under subsys lock
 2026-03-04 14:53 UTC  (8+ messages)
` [RFC-PATCH 2/2] nvme: use the namespace id for block device names

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-03-04 14:38 UTC  (36+ 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 07/13] libmultipath: Add delayed removal support
` [PATCH 08/13] libmultipath: Add sysfs helpers
` [PATCH 09/13] libmultipath: Add PR support
` [PATCH 11/13] libmultipath: Add support for block device IOCTL

[PATCH 1/3] nvme-auth: Don't log shared secret in nvme_auth_dhchap_exponential()
 2026-03-04  7:31 UTC  (7+ messages)
  ` [PATCH 2/3] nvmet-auth: Don't log DHCHAP keys in nvmet_setup_auth()
  ` [PATCH 3/3] nvmet-auth: Don't log DHCHAP shared secret in nvmet_auth_ctrl_sesskey()

blktests failures with v7.0-rc1 kernel
 2026-03-03 21:55 UTC  (8+ messages)

[PATCH v4 0/4] Support PSK reauthentication (REPLACETLSPSK)
 2026-03-02 20:09 UTC  (3+ messages)

[PATCH v5 0/8] nvme: set discard_granularity from NPDG/NPDA
 2026-03-02 19:04 UTC  (3+ messages)

[PATCH V3 0/3] Ensure ordered namespace registration during async scan
 2026-03-02 17:12 UTC  (7+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-03-02 16:13 UTC  (12+ messages)
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 19/19] nvme-multipath: switch to use libmultipath

[PATCH v2] nvme: fix memory allocation in nvme_pr_read_keys()
 2026-03-02 15:53 UTC  (4+ messages)

[PATCH 0/3] block: revert avoid acquiring cpu hotplug lock in group_cpus_evenly
 2026-03-02 14:27 UTC  (6+ messages)
` [PATCH 3/3] Revert "lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly"

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-03-02  7:32 UTC  (10+ messages)
` [PATCH v3 18/21] nvme: Update CCR completion wait timeout to consider CQT

[PATCH blktests 0/3] misc fixes
 2026-03-02  0:32 UTC  (2+ messages)

[PATCH blktests 0/3] fix module unload failures
 2026-03-02  0:30 UTC  (3+ messages)

[BUG] NVMe: Discard timeout/hang on a801 during mkfs
 2026-03-01 14:35 UTC  (4+ messages)

4 TiB WD SN700 drives drop off of Sonnet Card
 2026-03-01 11:39 UTC 


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