Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-06 21:40:09 to 2024-07-18 14:49:36 UTC [more...]

[PATCHv6 0/8] nvme: fixes for secure concatenation
 2024-07-18 14:48 UTC  (8+ messages)
` [PATCH 1/8] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 2/8] nvme-tcp: sanitize TLS key handling
` [PATCH 3/8] nvme-tcp: check for invalidated or revoked key
` [PATCH 4/8] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 5/8] nvme-sysfs: add 'tls_configured_key' "
` [PATCH 6/8] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 7/8] nvmet-auth: allow to clear DH-HMAC-CHAP keys

[PATCH blktests v3 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-18 12:59 UTC  (7+ messages)
` [PATCH blktests v3 1/2] nvme: move helper functions to common/nvme
` [PATCH blktests v3 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"

[PATCH v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:45 UTC  (4+ messages)
` [PATCH v5 1/3] net: introduce helper sendpages_ok()
` [PATCH v5 2/3] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v5 3/3] drbd: "

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-18  8:31 UTC  (6+ messages)
` [PATCH v4 4/4] libceph: use sendpages_ok() instead of sendpage_ok()

[PATCH 0/2] nvme: restrict authentication to the admin queue
 2024-07-18  7:38 UTC  (5+ messages)
` [PATCH 1/2] nvme: Do not re-authenticate queues with no prior authentication
` [PATCH 2/2] nvmet: Implement 'admin_only' authentication

[PATCHv5 00/16] nvme: implement secure concatenation
 2024-07-18  7:34 UTC  (37+ messages)
` [PATCH 01/16] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 02/16] nvme-tcp: sanitize TLS key handling
` [PATCH 03/16] nvme-tcp: check for invalidated or revoked key
` [PATCH 04/16] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 05/16] nvme-sysfs: add 'tls_configured_key' "
` [PATCH 06/16] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 07/16] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 08/16] nvme: add nvme_auth_generate_psk()
` [PATCH 09/16] nvme: add nvme_auth_generate_digest()
` [PATCH 10/16] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 11/16] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 12/16] nvme-tcp: request secure channel concatenation
` [PATCH 13/16] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 14/16] nvmet-auth: allow to clear DH-HMAC-CHAP keys
` [PATCH 15/16] nvme-target: do not check authentication status for admin commands twice
` [PATCH 16/16] nvmet-tcp: support secure channel concatenation

[PATCHv3 0/8] nvme-tcp: improve scalability
 2024-07-18  6:42 UTC  (21+ messages)
` [PATCH 1/8] nvme-tcp: switch TX deadline to microseconds and make it configurable
` [PATCH 2/8] nvme-tcp: io_work stall debugging
` [PATCH 3/8] nvme-tcp: re-init request list entries
` [PATCH 4/8] nvme-tcp: improve stall debugging
` [PATCH 5/8] nvme-tcp: debugfs entries for latency statistics
` [PATCH 6/8] nvme-tcp: reduce callback lock contention
` [PATCH 7/8] nvme-tcp: check for SOCK_NOSPACE before sending
` [PATCH 8/8] nvme-tcp: align I/O cpu with blk-mq mapping

[PATCH v4] nvme_core: scan namespaces asynchronously
 2024-07-18  2:10 UTC  (5+ messages)

[PATCH v2 0/2] nvmet: support unbound_wq for RDMA and TCP
 2024-07-17 20:29 UTC  (5+ messages)
` [PATCH v2 1/2] nvmet-tcp: add unbound_wq support for nvmet-tcp
` [PATCH v2 2/2] nvmet-rdma: add unbound_wq support for nvmet-rdma

[PATCH 0/2] nvmet: support unbound_wq for RDMA and TCP
 2024-07-17  8:52 UTC  (6+ messages)
` [PATCH 1/2] nvmet-tcp: add unbound_wq support for nvmet-tcp
` [PATCH 2/2] nvmet-rdma: add unbound_wq support for nvmet-rdma

[linux-nvme:nvme-6.11] BUILD SUCCESS 415fb383ec2bbe4d4bb1a1b5593cd67eb058f1de
 2024-07-17  3:39 UTC 

[PATCH 0/2] nvmet: support polling task for RDMA and TCP
 2024-07-17  0:53 UTC  (4+ messages)

[PATCH] nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPE
 2024-07-16 14:56 UTC  (4+ messages)

[PATCH blktests v2 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-16 11:49 UTC  (8+ messages)
` [PATCH blktests v2 1/2] nvme: move helper functions to common/nvme
` [PATCH blktests v2 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"

[PATCH V3] nvme-pci: allow unmanaged interrupts
 2024-07-16 10:18 UTC  (9+ messages)

[linux-nvme:nvme-6.11] BUILD SUCCESS 92fc2c469eb26060384e9b2cd4cb0cc228aba582
 2024-07-16  9:51 UTC 

[PATCHv2 0/3] nvme-tcp: improve scalability
 2024-07-16  7:10 UTC  (22+ messages)
` [PATCH 1/3] nvme-tcp: improve rx/tx fairness
` [PATCH 2/3] nvme-tcp: align I/O cpu with blk-mq mapping
` [PATCH 3/3] nvme-tcp: per-controller I/O workqueues

[PATCH v3] nvme_core: scan namespaces asynchronously
 2024-07-16  6:37 UTC  (4+ messages)

fine-grained PI control
 2024-07-16  2:07 UTC  (8+ messages)

[PATCH] nvme: remove redundant bdev local variable
 2024-07-15 20:51 UTC  (5+ messages)

[PATCH] nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()
 2024-07-15 20:50 UTC  (2+ messages)

[PATCH v4] nvme/pci: Add APST quirk for Lenovo N60z laptop
 2024-07-15 20:50 UTC  (2+ messages)

[PATCH v2] nvme-pci: Fix the instructions for disabling power management
 2024-07-15 20:49 UTC  (2+ messages)

[PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-07-10 11:13 UTC  (2+ messages)
  ` [EXTERNAL] "

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-13  5:24 UTC  (25+ messages)

[PATCH] nvme: apple: remove some dead code
 2024-07-12 15:12 UTC  (3+ messages)

[PATCH] nvme-pci: Fix the instructions for disabling power management
 2024-07-11 19:13 UTC  (4+ messages)

[PATCH] nfs/blocklayout: add support for NVMe
 2024-07-11 14:04 UTC  (3+ messages)

Fotowoltaika - propozycja instalacji
 2024-07-10  7:56 UTC 

[PATCH AUTOSEL 6.6 15/33] nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA
 2024-07-09 16:21 UTC 

[PATCH AUTOSEL 6.9 19/40] nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA
 2024-07-09 16:18 UTC 

[linux-nvme:nvme-6.11] BUILD SUCCESS 89f58f96d1e2357601c092d85b40a2109cf25ef3
 2024-07-09 13:02 UTC 

[linux-nvme:nvme-fdp] BUILD SUCCESS 266c0b5092161ad0e83155552944f223e8ef1680
 2024-07-09 12:17 UTC 

Słowa kluczowe do wypozycjonowania
 2024-07-09  8:15 UTC 

[bug report] NVMe hotplug bug in kernel 5.15 with CONFIG_INTEL_IOMMU disabled
 2024-07-09  6:46 UTC  (2+ messages)

[GIT PULL] nvme updates for Linux 6.11
 2024-07-09  5:57 UTC  (2+ messages)

[PATCH] nvme: implement ->get_unique_id
 2024-07-08 17:50 UTC  (2+ messages)

[PATCH -next] nvmet-auth: Fix the error handling path in nvmet_auth_host_hash and nvmet_auth_ctrl_hash
 2024-07-08 17:49 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