linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-16 09:23:38 to 2024-07-23 01:49:02 UTC [more...]

[PATCHv8 0/9] nvme: implement secure concatenation
 2024-07-23  1:48 UTC  (14+ messages)
` [PATCH 1/9] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 2/9] nvme: add nvme_auth_generate_psk()
` [PATCH 3/9] nvme: add nvme_auth_generate_digest()
` [PATCH 4/9] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 5/9] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 6/9] nvme-tcp: request secure channel concatenation
` [PATCH 7/9] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 8/9] nvmet-tcp: support secure channel concatenation
` [PATCH 9/9] nvmet: add tls_concat and tls_key debugfs entries

[PATCH v5 0/3] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-07-23  0:46 UTC  (8+ 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] nvme_core: scan namespaces asynchronously
 2024-07-22 14:46 UTC  (8+ messages)

[PATCH RFC 0/1] Add visibility for native NVMe miltipath using debugfs
 2024-07-22 14:18 UTC  (3+ messages)
` [PATCH RFC 1/1] nvme-multipath: Add debugfs entry for showing multipath info

[PATCHv8 0/9] nvme: fixes for secure concatenation
 2024-07-22 12:02 UTC  (10+ messages)
` [PATCH 1/9] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 2/9] nvme-tcp: sanitize TLS key handling
` [PATCH 3/9] nvme-tcp: check for invalidated or revoked key
` [PATCH 4/9] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 5/9] nvme: split off TLS sysfs attributes into a separate group
` [PATCH 6/9] nvme-sysfs: add 'tls_configured_key' sysfs attribute
` [PATCH 7/9] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 8/9] nvmet-auth: allow to clear DH-HMAC-CHAP keys
` [PATCH 9/9] nvme-target: do not check authentication status for admin commands twice

[PATCHv6 0/8] nvme: implement secure concatenation
 2024-07-22  8:43 UTC  (14+ messages)
` [PATCH 1/8] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 2/8] nvme: add nvme_auth_generate_psk()
` [PATCH 3/8] nvme: add nvme_auth_generate_digest()
` [PATCH 4/8] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 5/8] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 6/8] nvme-tcp: request secure channel concatenation
` [PATCH 7/8] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 8/8] nvmet-tcp: support secure channel concatenation

[PATCHv7 0/9] nvme: fixes for secure concatenation
 2024-07-22  6:24 UTC  (15+ messages)
` [PATCH 1/9] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 2/9] nvme-tcp: sanitize TLS key handling
` [PATCH 3/9] nvme-tcp: check for invalidated or revoked key
` [PATCH 4/9] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 5/9] nvme: split off TLS sysfs attributes into a separate group
` [PATCH 6/9] nvme-sysfs: add 'tls_configured_key' sysfs attribute
` [PATCH 7/9] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 8/9] nvmet-auth: allow to clear DH-HMAC-CHAP keys
` [PATCH 9/9] nvme-target: do not check authentication status for admin commands twice

nvmet-fc race may lead to a kernel panic
 2024-07-21 17:51 UTC 

[PATCH blktests v4 0/2]md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-21 14:40 UTC  (5+ messages)
` [PATCH blktests v4 1/2] nvme: move helper functions to common/nvme
` [PATCH blktests v4 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"

[PATCHv3 0/8] nvme-tcp: improve scalability
 2024-07-21 12:05 UTC  (23+ 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 0/2] nvme: restrict authentication to the admin queue
 2024-07-21 11:32 UTC  (6+ messages)
` [PATCH 1/2] nvme: Do not re-authenticate queues with no prior authentication
` [PATCH 2/2] nvmet: Implement 'admin_only' authentication

[PATCH v2 0/2] nvmet: support unbound_wq for RDMA and TCP
 2024-07-21 11:11 UTC  (12+ 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 v3 0/2] nvmet: use unbound_wq for RDMA and TCP by default
 2024-07-21 11:03 UTC  (4+ messages)
` [PATCH v3 1/2] nvmet-tcp: use unbound_wq for nvmet-tcp "
` [PATCH v3 2/2] nvmet-rdma: use unbound_wq for nvmet-rdma "

[PATCH blktests v3 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
 2024-07-21  7:07 UTC  (10+ 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"

[linux-nvme:nvme-6.11] BUILD SUCCESS 5cdaf261598c0974ed2d7597d8bca699dd332a09
 2024-07-19 14:19 UTC 

blktests failures with v6.10 kernel
 2024-07-19  9:33 UTC 

Fotowoltaika - propozycja instalacji
 2024-07-19  8:11 UTC 

[PATCHv6 0/8] nvme: fixes for secure concatenation
 2024-07-19  6:29 UTC  (17+ 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 8/8] nvme-target: do not check authentication status for admin commands twice

[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()

[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

[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  (2+ 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  (6+ messages)

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


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).