linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-16 18:16:59 to 2025-10-03 04:32:35 UTC [more...]

[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-03  4:31 UTC  (5+ messages)
` [PATCH v3 1/8] net/handshake: Store the key serial number on completion
` [PATCH v3 2/8] net/handshake: Define handshake_sk_destruct_req
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion
` [PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically

blktests failures with v6.17 kernel
 2025-10-02 10:35 UTC 

[PATCH] nvme: target: fix error checking in nvmet_fc_schedule_delete_assoc()
 2025-10-02  9:22 UTC 

[PATCH] nvme-tcp: fix usage of page_frag_cache
 2025-10-01 16:41 UTC  (5+ messages)
` [PATCH] nvme-tcp: switch to per-cpu page_frag_cache

[PATCH v3 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-10-01 16:20 UTC  (16+ messages)
` [PATCH v3 1/6] lib/base64: Add support for multiple variants
` [PATCH v3 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
` [PATCH v3 3/6] lib/base64: rework encode/decode for speed and stricter validation
` [PATCH v3 4/6] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v3 5/6] fscrypt: replace local base64url helpers with lib/base64
` [PATCH v3 6/6] ceph: replace local base64 "

[PATCHv2 0/4] nvme-keyring: kbuild fixes
 2025-10-01 15:32 UTC  (6+ messages)
` [PATCH 1/4] nvme-keyring: use correct format specifier
` [PATCH 2/4] nvme-keyring: typo in nvme_dhchap_psk_lookup()
` [PATCH 3/4] nvme-fabrics: make call to nvme_auth_extract_key() conditional
` [PATCH 4/4] nvme-keyring: fixup declaration of nvme_dhchap_psk_hash()

[PATCH 0/3] nvme: kbuild robot fixes
 2025-10-01 14:22 UTC  (4+ messages)
` [PATCH 1/3] nvme-keyring: use correct format specifier
` [PATCH 2/3] nvme-keyring: typo in nvme_dhchap_psk_lookup()
` [PATCH 3/3] nvme-auth: move declaration of nvme_auth_extract_key()

[linux-nvme:nvme-6.18] BUILD REGRESSION 876f5e3e3b1e3e78aec9b7e53bec4b949a13ce09
 2025-10-01 12:54 UTC 

[PATCH v2] nvme: check duplicate unique identifiers in order
 2025-10-01  7:00 UTC 

[PATCH 0/4] nvmet: fix configfs attr update handling for discovered subsystems
 2025-10-01  6:04 UTC  (16+ messages)
` [PATCH 1/4] nvmet: forbid changing ctrl ID attributes "
` [PATCH 2/4] nvmet: make cntlid ida per subsystem
` [PATCH 3/4] nvmet: prevent max_qid changes for discovered subsystems
` [PATCH 4/4] nvmet: prevent vid/ssvid "

[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
 2025-09-30 20:13 UTC  (14+ messages)
` (subset) "
      ` [PATCH] Revert "scsi: qla2xxx: Fix memcpy() field-spanning write issue"
            ` [PATCH RFC] scsi: qla2xxx: zero default_item last in qla24xx_free_purex_item

[linux-nvme:nvme-6.18 6/11] drivers/nvme/host/fabrics.c:1097:undefined reference to `nvme_auth_extract_key'
 2025-09-30 15:45 UTC 

[linux-nvme:nvme-6.18 4/11] include/linux/nvme-keyring.h:54:1: error: expected identifier or '(' before '{' token
 2025-09-30 14:33 UTC 

[linux-nvme:nvme-6.18 4/11] include/linux/kern_levels.h:5:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2025-09-30 14:02 UTC 

Backporting of 3659fb5ac29a5e6102bebe494ac789fd47fb78f4 to 5.4?
 2025-09-30 12:34 UTC  (3+ messages)
` [PATCH 5.4] nvme: fix multipath crash caused by flush request when blktrace is enabled

[PATCHv2 0/9] nvme-auth: switch to use the kernel keyring
 2025-09-30 12:27 UTC  (2+ messages)

[PATCH nvmetcli] nvmet: store DHCHAP attributes
 2025-09-30 11:55 UTC  (2+ messages)

[PATCH nvmetcli] 'discovery_nqn' configfs attribute
 2025-09-30 11:55 UTC  (2+ messages)

[PATCH v10 00/11] nvme-fc: FPIN link integrity handling
 2025-09-30 10:17 UTC  (20+ messages)
` [PATCH v10 01/11] fc_els: use 'union fc_tlv_desc'
` [PATCH v10 02/11] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v10 03/11] nvme-fc: marginal path handling
` [PATCH v10 04/11] nvme: sysfs: emit the marginal path state in show_state()
` [PATCH v10 05/11] nvme-multipath: queue-depth support for marginal paths
` [PATCH v10 06/11] nvme-fc: add nvme_fc_modify_rport_fpin_state()
` [PATCH v10 07/11] scsi: scsi_transport_fc: add fc_host_fpin_set_nvme_rport_marginal()
` [PATCH v10 08/11] scsi: lpfc: enable FPIN notification for NVMe
` [PATCH v10 09/11] scsi: qla2xxx: "
` [PATCH v10 10/11] scsi: scsi_transport_fc: user support for clearing NVME_CTRL_MARGINAL
` [PATCH v10 11/11] scsi: qla2xxx: Fix 2 memcpy field-spanning write issue

[PATCH 0/4] NVMe: add support for mlx5 RDMA HW and test enhancements
 2025-09-30  3:46 UTC  (12+ messages)
` [PATCH 1/4] nvme/061: increase nvmf state wait timeout to 10s
` [PATCH 2/4] nvme: add support for mlx5 RDMA devices
` [PATCH 3/4] nvme/002: extend test to support TCP and RDMA transports
` [PATCH 4/4] nvmet: add --qid-max support for subsystem creation and setup

[PATCH] MAINTAINERS: update FC element owners
 2025-09-30  2:36 UTC  (3+ messages)

Proszę o kontakt
 2025-09-29  8:00 UTC 

[PATCH] nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
 2025-09-28  3:05 UTC  (3+ messages)

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-23 22:35 UTC  (10+ messages)

[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
 2025-09-21 16:08 UTC  (6+ messages)
` [PATCH 25/37] clk: clk-apple-nco: Add "apple,t8103-nco" compatible
` [PATCH 26/37] dt-bindings: clock: apple,nco: Add t6020-nco compatible
` (subset) [PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices

[PATCH v2 1/1] nvme-multipath: Skip nr_active increments in RETRY disposition
 2025-09-26 19:08 UTC 

[PATCH RFC 0/1] Ensure ordered namespace registration during async scan
 2025-09-26  8:43 UTC  (4+ messages)
` [PATCH RFC 1/1] nvme-core: register namespaces in order "

ALPSS 2025 nvme-fc: FPIN link integrity handling
 2025-09-26  0:45 UTC 

[linux-nvme:nvme-6.18] BUILD SUCCESS e989a3da2d371a4b6597ee8dee5c72e407b4db7a
 2025-09-25 22:57 UTC 

[PATCH 1/1] nvme-multipath: Skip nr_active increments in RETRY disposition
 2025-09-25 15:59 UTC  (5+ messages)

[PATCH 1/1] nvmet: add sanity checks when freeing subsystem
 2025-09-24 22:14 UTC  (2+ messages)

[PATCH 1/1] nvmet: remove redundant subsysnqn field from ctrl
 2025-09-24 22:14 UTC  (2+ messages)

[GIT PULL] nvme updates for linux 6.18
 2025-09-24  5:13 UTC  (2+ messages)

[linux-nvme:nvme-6.18] BUILD SUCCESS 364617188b9a112689f9392f011832e9db8a2972
 2025-09-23 18:31 UTC 

[RFC PATCH 0/5] nvme-multipath: introduce adaptive I/O policy
 2025-09-23 17:58 UTC  (16+ messages)
` [RFC PATCH 1/5] block: expose blk_stat_{enable,disable}_accounting() to drivers
` [RFC PATCH 2/5] nvme-multipath: add support for adaptive I/O policy
` [RFC PATCH 3/5] nvme-multipath: add sysfs attribute "
` [RFC PATCH 4/5] nvmf-tcp: add support for retrieving adapter link speed
` [RFC PATCH 5/5] nvme-multipath: factor fabric link speed into path score

[PATCH RFC] nvme-tcp: Implement recvmsg() receive flow
 2025-09-23  6:30 UTC  (3+ messages)

[PATCH 1/3] nvmet: prevent redundant enable/disable of nvmet_port
 2025-09-22 21:45 UTC  (9+ messages)
` [PATCH 2/3] nvmet: use port's tr_ops in nvmet_disable_port
` [PATCH 3/3] nvmet: replace transports array with a linked list

[PATCH] nvme: Use non zero KATO for persistent discovery connections
 2025-09-22 20:26 UTC  (3+ messages)

[PATCH v2 1/1] nvmet: add safety check for subsys lock
 2025-09-22 20:24 UTC  (3+ messages)

[PATCH] nvme-core: use nvme_is_io_ctrl() for I/O controller check
 2025-09-22 20:23 UTC  (3+ messages)

[RFC PATCH] nvmet: set sq_id to zero in NVMe-oF CQE
 2025-09-22 19:35 UTC  (3+ messages)

[PATCH v2] nvme-auth: update sc_c in host response
 2025-09-22 19:14 UTC  (4+ messages)

[PATCHv3 0/4] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-09-22  9:41 UTC  (3+ messages)

[PATCH 1/1] nvmet: add safety check for subsys lock during nvmet_p2pmem_ns_add_p2p
 2025-09-21  0:08 UTC 

[PATCH] io_uring: fix nvme's 32b cqes on mixed cq
 2025-09-20 12:27 UTC  (2+ messages)

Increase maxsize of io_queue_depth for nvme driver?
 2025-09-19  8:13 UTC  (3+ messages)

Proszę o kontakt
 2025-09-19  7:50 UTC 

[linux-nvme:nvme-6.18] BUILD SUCCESS db86827545f9f6d7d25ee07d01336c4588feb0ab
 2025-09-18 23:58 UTC 

NetApp Snapmirror Active Sync NVMe target and Linux initiator: Paths disappearing after a power failure of one NetApp a150 system
 2025-09-18 16:09 UTC 

Pytanie o samochód
 2025-09-18  7:45 UTC 

[PATCH v2 0/2] Preclude IOCCSZ/IORCSZ validation for admin controller connect
 2025-09-17 22:41 UTC  (8+ messages)
` [PATCH v2 1/2] nvme-core: add method to check for an I/O controller
` [PATCH v2 2/2] nvme-core: do ioccsz/iorcsz validation only for I/O controllers

[linux-nvme:nvme-6.18] BUILD SUCCESS eeaed48980a7aeb0d3d8b438185d4b5a66154ff9
 2025-09-17 21:16 UTC 

[PATCH v2 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-09-17 10:56 UTC  (6+ messages)
` [PATCH v2 6/7] nvme-tcp: Support KeyUpdate

[PATCH 1/2] nvme: check duplicate unique identifiers in order
 2025-09-16 19:04 UTC  (11+ messages)

[PATCH] nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
 2025-09-16 18:16 UTC  (2+ 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).