public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 18:46:59 to 2026-03-03 14:21:04 UTC [more...]

[PATCH 00/24] Native SCSI multipath support
 2026-03-03 14:20 UTC  (40+ 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 00/13] libmultipath: a generic multipath lib for block drivers
 2026-03-03 14:00 UTC  (32+ 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] nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
 2026-03-03 12:17 UTC  (4+ messages)

[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
 2026-03-03  7:46 UTC  (47+ 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

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

[PATCH 5.10.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-03-03  5:46 UTC  (2+ 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  (11+ messages)
` [PATCH v5 1/8] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
` [PATCH v5 2/8] nvme: fold nvme_config_discard() into nvme_update_disk_info()
` [PATCH v5 3/8] nvme: update nvme_id_ns OPTPERF constants
` [PATCH v5 4/8] nvme: always issue I/O Command Set specific Identify Namespace
` [PATCH v5 5/8] nvme: add from0based() helper
` [PATCH v5 6/8] nvme: set discard_granularity from NPDG/NPDA
` [PATCH v5 7/8] nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
` [PATCH v5 8/8] nvmet: report NPDGL and NPDAL

[PATCH v5 0/5] io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
 2026-03-02 17:29 UTC  (6+ 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

[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"

blktests failures with v7.0-rc1 kernel
 2026-03-02 10:50 UTC  (3+ messages)

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-03-02  7:32 UTC  (23+ messages)
` [PATCH v3 03/21] nvmet: Implement CCR nvme command
` [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 18/21] nvme: Update CCR completion wait timeout to consider CQT
` [PATCH v3 21/21] nvme-fc: Extend FENCING state per TP4129 on CCR failure

[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 

[PATCH] nvme/ioctl: allow 64-bit results in io-passthru command
 2026-03-01  5:14 UTC  (3+ messages)

[PATCH v2] nvme/ioctl: allow 64-bit results in io-passthru command
 2026-03-01  5:03 UTC 

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

[PATCH V3] nvme-tcp: teardown circular lockng fixes
 2026-02-27 23:12 UTC  (3+ messages)

[PATCHv2 0/3] nvme: multi-path scan races fixes
 2026-02-27 15:57 UTC  (9+ messages)
` [PATCHv2 2/3] nvme-multipath: rescan siblings on last path removal
` [PATCHv2 3/3] nvme: fix unmatched id's under delayed path deletion

[PATCH 1/2] nvme-multipath: fix leak on try_module_get failure
 2026-02-27 13:53 UTC  (7+ messages)
` [PATCH 2/2] nvme: fix unmatched id's under delayed path deletion

[PATCH] nvme: update comment about invalid LBA size
 2026-02-27 13:50 UTC  (2+ messages)

[PATCH v2 00/11] dmaengine: dw-edma: flatten desc structions and simple code
 2026-02-27  6:30 UTC  (13+ messages)
` [PATCH v2 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH v2 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()

Linux error `[DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set`
 2026-02-27  2:23 UTC  (2+ messages)

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-27  1:34 UTC  (6+ messages)

[PATCH 1/3] nvme: failover requests for inactive hctx
 2026-02-26 23:55 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-26 23:38 UTC  (2+ messages)

[PATCH 1/1] nvmet-fcloop: Check remoteport port_state before calling done callback
 2026-02-26 22:36 UTC  (2+ messages)

[PATCH v4 0/8] nvme: set discard_granularity from NPDG/NPDA
 2026-02-26 21:20 UTC  (12+ messages)
` [PATCH v4 1/8] nvme: add preferred I/O size fields to struct nvme_id_ns_nvm
` [PATCH v4 2/8] nvme: fold nvme_config_discard() into nvme_update_disk_info()
` [PATCH v4 3/8] nvme: update nvme_id_ns OPTPERF constants
` [PATCH v4 4/8] nvme: always issue I/O Command Set specific Identify Namespace
` [PATCH v4 5/8] nvme: add from0based() helper
` [PATCH v4 6/8] nvme: set discard_granularity from NPDG/NPDA
` [PATCH v4 7/8] nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT
` [PATCH v4 8/8] nvmet: report NPDGL and NPDAL

[PATCH v3 0/8] nvme: set discard_granularity from NPDG/NPDA
 2026-02-26 18:46 UTC  (4+ messages)
` [PATCH v3 4/8] nvme: always issue I/O Command Set specific Identify Namespace


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